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
A reminder about 2.0.0.8
Old 11-03-2007, 07:53 AM A reminder about 2.0.0.8
Foundationflash's Avatar
Ultra Talker

Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
Trades: 0
Just to remind everyone that in Firefox 2.0.0.8 (this is a bit out of date but I had only just realised):

The CSS "clear" element is sometimes ignored on pages with elements that use the "float" element. There is a workaround for web developers.

And that workaround is:
JS:
Code:
if (window.navigator 
 && window.navigator.userAgent.toString().indexOf('Firefox') != -1 
 && window.navigator.userAgent.toString().indexOf('1.8.1.8') != -1){
 document.getElementById('container').className =
 document.getElementById('container').className + ' clearfix';}
CSS:
Code:
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
Though this problem will be fixed in 2.0.0.9.

Just thought everyone would want to know...
__________________
Foundation Flash tutorials :
Please login or register to view this content. Registration is FREE


New Dreamed Up Web Design:
Please login or register to view this content. Registration is FREE

Last edited by Foundationflash; 11-03-2007 at 07:54 AM..
Foundationflash is offline
Reply With Quote
View Public Profile Visit Foundationflash's homepage!
 
 
Register now for full access!
Old 11-03-2007, 09:31 AM Re: A reminder about 2.0.0.8
Defies a Status

Posts: 3,420
Trades: 0
Yep it's been fixed I believe - I've downloaded 2.0.0.9 now myself and it's great that Firefox keeps telling you there are new versions so these problems are fixed quite quickly. I noticed this myself when I looked at what Mozilla had fixed in 2.0.0.9
CSS4Life is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to A reminder about 2.0.0.8
 

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.16069 seconds with 12 queries