Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Re: IE8 + CSS Float Issue
Old 08-01-2009, 08:03 PM Re: IE8 + CSS Float Issue
Junior Talker

Posts: 2
Name: gary walten
Trades: 0
Hello to all,

We have a site in development, updating the markup of a site that's been around for years. I'm having an IE8 (possibly other IE's) float issue on a page with cold fusion for booking airport transfers.
url: http://dev.locogringo.com/transfers/transfers.cfm

I'm floating a column right:
#sidebarRtWide {
width: 220px;
float: right;
padding: 0 5px 5px 20px;
margin: 1px 10px;
border-left: 1px dotted #d5d5d5;
clear: none;
text-align: center;
font-size: 80%;
}

And a gray box container using Nifty Corners is being bumped down for some reason.
.tranfers_box {
line-height:2.4em;
text-align: center;
margin-right: 300px;
padding: 20px;
background-color: #dddddd;
}
.tranfers_box dl dt {
color: blue;
}

The problem does not happen in FF, Safari or Chrome.

Thoughts on correcting this?

Thank you!
lggary is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-02-2009, 11:01 AM Re: IE8 + CSS Float Issue
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Are you running IE8 in compatibility mode ? If so, then it's emulating IE7.

I would suggest you try reducing the padding because it does ADD to the size of the 220px box.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-02-2009, 05:05 PM Re: IE8 + CSS Float Issue
Junior Talker

Posts: 2
Name: gary walten
Trades: 0
thank you for your prompt response LadynRed. I reduced the size of #sidebarRtWide to 165px as a test, and the padding (now all restored) and no change. I'm not concerned with my compatibility modes much as our general IE users seeing the page as they would in FF, Safari or Chrome.

Any other thoughts?

Thank you.
lggary is offline
Reply With Quote
View Public Profile
 
Old 08-09-2009, 10:12 PM Re: IE8 + CSS Float Issue
Junior Talker

Posts: 1
Name: Karen Walsh
Trades: 0
I think I have the same issue. It is a problem with IE8 when it is NOT running in compatibility mode. It seems as if IE8 is ignoring "clear:none" but IE6 and IE7 are fine.
KarenW is offline
Reply With Quote
View Public Profile
 
Old 08-09-2009, 11:39 PM Re: IE8 + CSS Float Issue
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
And, why do you need clear: none ?? IE8, if NOT running in compatibility mode, is standards compliant (mostly) and should render very similar to Firefox. So, I'd question what else is in your code and what you're trying to do.

Lggary - the clear:none on your floated right sidebar is ineffective and not even necessary. I suspect your problem is more because you have the div stuck inside a TABLE. Why use divs at all if you're going to stuff them into a table layout ??

Looking at it in IE7, it's fine.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Re: IE8 + CSS Float Issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41971 seconds with 12 queries