Jump to content

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

stares the only difference is your bg image on the bottom is gone in ie on my comp

 

which is a simple fix

 

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

 

to

 

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

Link to comment
https://forums.phpfreaks.com/topic/133107-i-hate-ie/#findComment-692220
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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.