Why does my site only look decent in IE6?

This is a discussion on "Why does my site only look decent in IE6?" within the Web Page Design section. This forum, and the thread "Why does my site only look decent in IE6? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 8th, 2007, 23:25
Junior Member
Join Date: Nov 2006
Location: Va
Age: 19
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jjgamepro17
Why does my site only look decent in IE6?

I have a problem, how come my layout only looks desent in IE6? what do I need to change to make it work in all other browsers??

here is the layout Im working on: http://www.thejizzleman.com/layout.html
Reply With Quote

  #2 (permalink)  
Old May 9th, 2007, 02:13
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Can someone help me

Build in other browsers then fix for IE. You also have no doc type and many many other issues.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old May 9th, 2007, 04:30
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can someone help me

Yeah, it's way easier to fix IE when it looks good in Firefox than vice versa.
Reply With Quote
  #4 (permalink)  
Old May 9th, 2007, 12:27
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

Please write a more meaningful topic next time

Here's some reading material on the IE vs FF for testing
Don’t use IE as your primary testing browser
Developing your site using Firefox
Which browsers should I test in?
Reply With Quote
  #5 (permalink)  
Old May 9th, 2007, 18:39
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

Lol, seems like a meaningful topic to me
Reply With Quote
  #6 (permalink)  
Old May 9th, 2007, 18:40
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

Yes ... well ... I changed it
Reply With Quote
  #7 (permalink)  
Old May 9th, 2007, 18:43
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

Hehe, you confused the heck out of me for a minute.
Reply With Quote
  #8 (permalink)  
Old May 9th, 2007, 21:26
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Why does my site only look decent in IE6?

yeah because i was having the same problem with some of my sites but nothing was working. I know how you feel
Reply With Quote
  #9 (permalink)  
Old May 9th, 2007, 23:25
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

It's difficult to say what could help you since I can't really tell what it is you want the final page to look like. If you could shed some light on what you want the page to look like in the end, then I'd see if I can help you.
Reply With Quote
  #10 (permalink)  
Old May 10th, 2007, 02:42
Junior Member
Join Date: Nov 2006
Location: Va
Age: 19
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jjgamepro17
Re: Why does my site only look decent in IE6?

Ok well i revised it a little. Now can someone tell me how I could make it so that the left column thingy is 100% and doesnt pass the footer thing at the bottom? Because when I set it to 100, it went pass the footer and scrolled the page.

Oh and thanks for the tip about using FF or another browser for testing. Thats what I did and it looks the same in IE7 and opera as well.
Reply With Quote
  #11 (permalink)  
Old May 10th, 2007, 10:44
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why does my site only look decent in IE6?

Wow you've come along way! Way to go!!

My guess is that you have a height of 500 px set for your side div. Decrease that until you get content.
Reply With Quote
  #12 (permalink)  
Old May 10th, 2007, 15:02
Junior Member
Join Date: Nov 2006
Location: Va
Age: 19
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jjgamepro17
Re: Why does my site only look decent in IE6?

lol cool, does it really look much better than before? I guess its because I did it in FF first. I never knew that it would work but it did. though I still have to fix it for IE 6
Reply With Quote
  #13 (permalink)  
Old May 10th, 2007, 15:34
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Why does my site only look decent in IE6?

Just incorporate conditional comments and an IE specific style sheet to fix only the css that needs it.

an example of conditionals is here: http://www.newguyinennis.com/samples...s/faux_frames/
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; May 11th, 2007 at 14:39.
Reply With Quote
  #14 (permalink)  
Old May 10th, 2007, 21:14
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Why does my site only look decent in IE6?

Conditional comments is smething everyone should learn now days with the difference in functionallity between different versions of IE.
Reply With Quote
Reply

Tags
help, need, some

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Struggling to find a decent Popup Script christopher JavaScript Forum 4 Apr 6th, 2008 20:22
Any decent PHP/MySQL programs out there? Emzi Scripts and Online Services 10 Dec 11th, 2007 20:57
Decent Affiliates Systems? Emzi Website Planning 3 Oct 9th, 2007 13:21
I need help! How to make a decent looking heading! riz11 Introduce Yourself 6 Jan 4th, 2006 13:53
Create Decent Calendar?? joshlindem Web Page Design 4 Nov 21st, 2005 12:50


All times are GMT. The time now is 23:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43