Web Hosting Talk







View Full Version : Why is this happening?


saukwebsolutions
11-24-2005, 11:01 PM
I have a question why is this happening to my site. In FF it is fine, in IE I am having issues with it lining up. I cant figure out why so far, thanks in advance

View Here (http://saukwebsolutions.com/maddennews/)

txclaw
11-24-2005, 11:25 PM
<h3>News</h3>
<ul>
<ul>
<li><a href="#">Link 1 </a></li>
</ul>
<li><a href="#">Link 2 </a></li>
try dropping one of the top double posted <ul> and move the closing tag to the last item in your list ....

saukwebsolutions
11-24-2005, 11:34 PM
well the body is not aligning in firefox but it is in IE. The right side of the body to the bottom and to the top part is not aligned in FF, but in IE it is fine.

digiscape
11-25-2005, 01:45 AM
The width of you navBar is set to a percentage, so depending on how wide your browser window is determines the width of the navBar. It doesnt line up in IE either, unless I resize my browser window to a specific width

Set the width of the navBar in pixels to get it exactly lining up

zennmaster
11-25-2005, 02:40 AM
IE and Firefox show code differently, which is a pain for coders. Try to set the table to a specific width (the main area table with the navigation and content area), which should line it up.

saukwebsolutions
11-25-2005, 10:12 AM
yep your right zen, it is annoying that firefox shows it right and IE screws up when it comes to css (I think lol)

Anyways you both were correct and it now aligns correctly. Thanks to both of you