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 05-08-2009, 01:51 AM   PM User | #1
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
Site not compatible in IE :(

Someone please help me? My site isn't compatible in IE, and I have tried multiple codes to to fix, all fail.

Somebody lead me in the right direction, or at least advise me of which piece of code is making the problem.

[Site Removed]

Last edited by nobackseat88; 05-09-2009 at 01:59 AM..
nobackseat88 is offline   Reply With Quote
Old 05-08-2009, 04:25 AM   PM User | #2
drhowarddrfine
Senior Coder

 
Join Date: Oct 2005
Posts: 1,340
Thanks: 0
Thanked 61 Times in 60 Posts
drhowarddrfine can only hope to improve
The head of your page is missing a doctype. Without one, IE makes no attempt to perform like other more modern browsers. Use HTML4.01 strict.
drhowarddrfine is offline   Reply With Quote
Old 05-08-2009, 09:39 PM   PM User | #3
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
Which doctype do you recommend?
nobackseat88 is offline   Reply With Quote
Old 05-08-2009, 09:51 PM   PM User | #4
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
These help very much, but none of them fully fix the site.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
nobackseat88 is offline   Reply With Quote
Old 05-08-2009, 10:51 PM   PM User | #5
thecaligarmo
New Coder

 
Join Date: Dec 2008
Posts: 58
Thanks: 2
Thanked 1 Time in 1 Post
thecaligarmo is an unknown quantity at this point
What specifically is not working? Is it the backgrounds? or the extra space on the bottom?
thecaligarmo is offline   Reply With Quote
Old 05-08-2009, 11:13 PM   PM User | #6
websteralex
New Coder

 
Join Date: Mar 2009
Location: in your dreams
Posts: 26
Thanks: 3
Thanked 0 Times in 0 Posts
websteralex is an unknown quantity at this point
use this doctype : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

and

try validating the page while your at it
websteralex is offline   Reply With Quote
Old 05-08-2009, 11:44 PM   PM User | #7
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
Trust me, I've validated the page innumerable times before I asked this.
nobackseat88 is offline   Reply With Quote
Old 05-08-2009, 11:45 PM   PM User | #8
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
What's not working?

Well there are these rounded corner boxes...

That were originally on the side of the page...

They were like the side bar, but seperated by like modules.

They don't show in IE.

They show in FF, but after I messed around with the coding, they all show up in one straight column on the left with no text.
nobackseat88 is offline   Reply With Quote
Old 05-09-2009, 01:48 AM   PM User | #9
nobackseat88
Regular Coder

 
Join Date: Dec 2007
Posts: 145
Thanks: 5
Thanked 5 Times in 5 Posts
nobackseat88 is an unknown quantity at this point
I've finally got it!

*hugs dreamweaver*
nobackseat88 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 09:46 AM.


Advertisement
Log in to turn off these ads.