Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes
Author Message
neralex
Site Admin



Joined: Aug 22, 2007
Posts: 1772

PostPosted: Sun Mar 10, 2013 5:02 pm Reply with quote

Since Chrome version 25.0.1364.152 it exists an bug with with the clear atrribute. After a setting of clear:left or clear:both the Chrome browser creates a bug with the following child elements, when they have clear:left or claer:both as atrributes in the class.

I have found a workaround fix to solve it:

Code:
.header {clear:both;}

.content_area {clear:both;} /* chrome bug 02/2013 */
.block_left, .content, .block_right {float:left;}

change it to:

Code:
.header {clear:both;}

.content_area {clear:none;} /* chrome bug fix 02/2013 */
.block_left, .content, .block_right {float:left;}


Code:
<div class="header">

   <!--your header code-->
</div>
<div class="content_area">
   <div class="block_left"><!--your code--></div>
   <div class="content"><!--your code--></div>
   <div class="block_right"><!--your code--></div>
</div>


productforums.google.com

_________________
Github: RavenNuke 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Tue Mar 12, 2013 3:55 pm Reply with quote

Interesting. Thanks for the detailed post!

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©