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-18-2011, 04:50 PM   PM User | #1
mas1888
New Coder

 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
mas1888 is an unknown quantity at this point
page doesn't look right in IE6 or safari

hey all. new to the forums here. first post, so don't flame me to badly if this has been covered before...

http://www.milanosonline.com/index-9.html

does not look the way it should in internet explorer 6 or safari. It behaves correctly in firefox and updated versions of IE and Safari but not the older versions.

the customer is starting to get pissed, because all i've been able to come up with is "update your browser"

anyone have any ideas?
mas1888 is offline   Reply With Quote
Old 05-18-2011, 04:56 PM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
I dont know answer (sorry) but i did want to say that

Quote:
the customer is starting to get pissed, because all i've been able to come up with is "update your browser"
made me laugh (in a good way)
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Old 05-18-2011, 05:51 PM   PM User | #3
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Code:
.row-list ul {
    float: left;
    width: 250px;
}
looks like it sorts out your float drop in IE6. You're also using transparent pngs which IE6 won't support. Google IE6 png fix, or swap to using non-transparent images.

I can't see anything especially wrong in Safari 5.

You might want to have a look at your validation errors.
SB65 is offline   Reply With Quote
Old 05-18-2011, 06:10 PM   PM User | #4
mas1888
New Coder

 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
mas1888 is an unknown quantity at this point
wow.

simple and worked! thanks so much!
mas1888 is offline   Reply With Quote
Old 05-18-2011, 07:37 PM   PM User | #5
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
not a helpful comment but I had to point this out after I looked at your company website and noticed your in Mass. So what exactly is satsifaction? might wanna spell check that jpg
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Old 05-18-2011, 07:58 PM   PM User | #6
mas1888
New Coder

 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
mas1888 is an unknown quantity at this point
i take that back. still getting my float drop
mas1888 is offline   Reply With Quote
Old 05-18-2011, 09:20 PM   PM User | #7
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
You haven't fixed the validation errors as advised in a previous post. Fix these first and it might work.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote
Old 05-19-2011, 01:07 AM   PM User | #8
mas1888
New Coder

 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
mas1888 is an unknown quantity at this point
alright i fixed the validation errors but the other list in not behaving correctly

http://www.milanosonline.com/index-9.html
mas1888 is offline   Reply With Quote
Old 05-21-2011, 02:06 PM   PM User | #9
mas1888
New Coder

 
Join Date: May 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
mas1888 is an unknown quantity at this point
Bumpp
mas1888 is offline   Reply With Quote
Old 05-21-2011, 06:48 PM   PM User | #10
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
It's the same sort of problem as before I think. You are floating both .col-1 and .col-2 but failing to assign a width to either. Try giving both of these width 50% for starters.
SB65 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 11:20 AM.


Advertisement
Log in to turn off these ads.