Armondo
Jan 18th, 2009, 04:39 AM
Here is the test page I am working with: http://whappodcast.com/untitled2.html
In firefox it is centered like it is supposed to and how the code tells it to...but in IE it is aligned to the left. It does this 6/7 times you reload the page. It's very strange.
I took the time to make this validate as XHTML STRICT and it still doesn't work correctly. I can't see what i am doing wrong!
The page and the code is available here: http://whappodcast.com/untitled2.html
The CSS is not in a stylesheet because it is unique to this page
EDIT: Aha! Found it! on line 173
...
<div id="rubrub">
<div style="width:200px; float:left;" id="balls">
<div class="home1">
<a href="/" class="home2">Home</a>
....
ok so it's that float that is throwing it off....hmm how do I fix that without removing that float?
In firefox it is centered like it is supposed to and how the code tells it to...but in IE it is aligned to the left. It does this 6/7 times you reload the page. It's very strange.
I took the time to make this validate as XHTML STRICT and it still doesn't work correctly. I can't see what i am doing wrong!
The page and the code is available here: http://whappodcast.com/untitled2.html
The CSS is not in a stylesheet because it is unique to this page
EDIT: Aha! Found it! on line 173
...
<div id="rubrub">
<div style="width:200px; float:left;" id="balls">
<div class="home1">
<a href="/" class="home2">Home</a>
....
ok so it's that float that is throwing it off....hmm how do I fix that without removing that float?