Jump to content

I hate IE


completeamateur

Recommended Posts

Steam is coming out of my ears...

 

Does anybody know why the form on my site is rendering so poorly in IE?  www.footieclassics.com/contact

 

Also the navigation list is displaying a bit strangely...

#books li { color:#FF7200; float:left; list-style:lower-roman inside; margin-right:0.4em; }

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/133107-i-hate-ie/
Share on other sites

Strange, that shouldn't be an issue, but i've put a fix in...

 

html { background: #000;
body { background: url(/images/DSC00294.JPG) repeat fixed center; 

 

Still snookered by the form rendering, can anyone else confirm if it is an issue? perhaps IE6 or 5.5?

Link to comment
https://forums.phpfreaks.com/topic/133107-i-hate-ie/#findComment-692227
Share on other sites

You need to reset the default margin/padding, as this is where the difference is. Don't know what exactly you might be looking for, but i tested the below styles in both IE7 and FF, and it looked the same.

 

ul {
margin: 0; padding: 0;
list-style-type: lower-roman;
list-style-position: inside;
}

Link to comment
https://forums.phpfreaks.com/topic/133107-i-hate-ie/#findComment-692508
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.