website only looks correct in IE 7

Chioma

New Member
Messages
20
Reaction score
0
Points
0
Please help
My website only previews correctly in IE 7

In other site
  • The div that holds my banner seems to have elongated vertically
  • the navigation bar has droped down
  • and the left div overlaps my navigation bar
Im not sure what the issue is or how to correct it wondered if any of you know how i can resolve these problems
please take a look http://www.chioma.x10hosting.com/bestleg2/index.html

thanks Chihttp://www.chioma.x10hosting
 

Scoochi2

New Member
Messages
185
Reaction score
0
Points
0
It is the way that the list element is rendered. Add the following CSS and it should be perfect. *cough* should :D
Code:
ul {
margin: 0;
}

Also, I would recommend saving your CSS as a file on it's own and referencing it from each of your pages. It just means that you only have to update the CSS, rather than every page ;)

In addition, check the following frequently:
http://validator.w3.org/check?uri=h...;q=0.7,*;q=0.7&user-agent=W3C_Validator/1.591
http://jigsaw.w3.org/css-validator/...rofile=css21&usermedium=all&warning=1&lang=en

The first will highlight your HTML errors, and the second will highlight CSS errors. :)
 
Last edited:

Chioma

New Member
Messages
20
Reaction score
0
Points
0
Hi Scoochi2
Thanks I made the changes to the CSS and the site is much improved on most browsers except for pre IE 7.

I might just leave it like that but if there are any other quick fixes to get it to work on IE 6 and 5.5 i'd love to know them

thanks again chi
 

Scoochi2

New Member
Messages
185
Reaction score
0
Points
0
I would check it out for you but I don't have IE6. And to get IE7 I'd have to restart into Windows, lol.
 
Top