Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-16-2009, 08:01 PM   PM User | #1
JohnE
New to the CF scene

 
Join Date: Feb 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
JohnE is an unknown quantity at this point
Float Problem with IE

Hello,

I've a website that's working and displaying fine with Firefox, Opera and Safari, but which goes crazy with Explorer. I've just spent the afternoon Googling round and trying some of the fixes for various float bugs, but I'm not getting anywhere and to be honest I'm a very long way out of my depth.

Part of the problem is probably that the site is not standards compliant because everthing has to be done in a very skewed, roundabout way to make it work with the (extremely esoteric) content management system the company uses.

Anyway if anyone has time to take a look I'd really appreciate it. The site is www.circusmaniacs.com

CSS is visible in source (and too long -- it won't let me quote it here).

Thanks for any help anyone can give!
JohnE is offline   Reply With Quote
Old 02-17-2009, 04:35 AM   PM User | #2
twodayslate
Senior Coder

 
twodayslate's Avatar
 
Join Date: Mar 2007
Location: VA
Posts: 1,042
Thanks: 67
Thanked 39 Times in 39 Posts
twodayslate is on a distinguished road
The code tags should work :/

You can only edit CSS, not HTML? It is so weird seeing a sidebar in a div called footer.
__________________
twitter | Quality Hosting - $5.95/mo*
Feel free to PM me!
twodayslate is offline   Reply With Quote
Old 02-17-2009, 04:41 AM   PM User | #3
drhowarddrfine
Senior Coder

 
Join Date: Oct 2005
Posts: 1,340
Thanks: 0
Thanked 61 Times in 60 Posts
drhowarddrfine can only hope to improve
You will never get IE to attempt to perform like the modern browsers without a proper doctype. Use this one on your first line:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

In addition, you are using some XHTML end tags />. Remove the slash.
Then see where we stand.
drhowarddrfine is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:28 AM.


Advertisement
Log in to turn off these ads.