NetTalk Central

Author Topic: IE weirdness in 4.31  (Read 3376 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
IE weirdness in 4.31
« on: November 05, 2008, 11:03:03 AM »
My app works fine for the most part in FireFox but in IE everything is right-justified! :o
This includes whole tables and menus.
And the Next/Previous buttons don't work but I think that is a different problem.

I looked in my css but find nothing that says right justify

tia,
chris
Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: IE weirdness in 4.31
« Reply #1 on: November 07, 2008, 06:51:02 AM »
Hi Chris,

Is the site visible from here?
It might be a setting in your browser.

Cheers
Bruce

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: IE weirdness in 4.31
« Reply #2 on: November 07, 2008, 07:47:52 AM »
I think you should be able to get in.
Check your email.
Funny thing is that the same thing happened on the live site and on a standalone demo site.

Thanks,
Chris
Real programmers use copy con newapp.exe

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: IE weirdness in 4.31
« Reply #3 on: November 08, 2008, 12:20:18 AM »
Chris, if you feel comfortable sharing the site info, maybe we could help. Could it be you've set a table width too wide or something? The fact the next buttons don't work indicates to me there is HTML code somewhere on the page that is not XHTML compliant.

Also, are you using the Firebug page debugger in FireFox? I know your problem isn't with FF, but you can still learn a lot from using it.
Mike Grigsby
Credify Systems
Central Oregon, USA

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: IE weirdness in 4.31
« Reply #4 on: November 08, 2008, 06:55:50 AM »
Hi Mike,

I have found that I exceeded the size limit in one of the html routines in my header. This truncated an anchor at the <a .
Fixing that did not fix the problem, though, so now I am fixing the warnings that firebug finds in the css and js files.
This is tedious but I think it is the only way to do it. I think I have a missing ending div tag.

As much as I would appreciate an extra set of eyes, I am unable to post the site address here because of confidentiality issues.  Can I email you directly?

Chris
Real programmers use copy con newapp.exe

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: IE weirdness in 4.31
« Reply #5 on: November 09, 2008, 06:29:31 PM »
Sure, you can email me, my address in my profile. Interesting that you exceeded the header. I think I may have the same problem. Do you mean the length of the string? I'm having a </div (with no end tag) showing up in a text box, and maybe I've exceeded something. Can you ellaborate?
Mike Grigsby
Credify Systems
Central Oregon, USA

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: IE weirdness in 4.31
« Reply #6 on: November 10, 2008, 06:10:40 AM »
I designed the header stuff using other tools (webbuilder) Then I copied the html into the xHTML text box in the template.
Save, compile, test. Problems.
I go back to the embed and a whole bunch of the code is missing. :(
I split it up into several different routines to fit it in.
Missed some stuff in between. Ack.
deleted those. leave one with a comment tag as to what it is and added all the HTML in the end of routine embed. That worked for the header.
Now I think that is what i have to do for the rest of the page. I noticed last night that my copyright notice is now inside the form.
That's the main problem in building in disconnected little chunks - its very easy to misplace or forget how your tags are nested.

Real programmers use copy con newapp.exe