My layout is a bit screwy under Internet Explorer 6. I have no issues in IE7 or Firefox. Here is a screenshot:
Original picture:
http://img126.imageshack.us/my.php?image=ie6erroryy1.jpg
The top 2 rows of navigation links should be floating to the right of the purple spacing below the "University at Albany" banner. In addition there is white padding before the footer. Does these look like IE6 bugs to you?
My site url is:
http://www.albany.edu/studentaffairs/beta_ss/
Any help would be greatly appreciated. Thanks!
They look more like
They look more like validation errors to me
thepineapplehead wrote:They
They look more like validation errors to me
I have fixed all the validation issues, but my problem still remains. Please advise.
Remove these strange
Remove these strange lines/hacks (or be more specific) from your css :
/* IE Box Model Bug */
* html div {
width: 755px;
w\idth: 754px;
}
It worked! Thank you. I
It worked! Thank you. I was just afraid to mess around with my predecessor's code since he had way more experience than me.