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 02-01-2013, 05:33 PM   PM User | #1
deanswe
New to the CF scene

 
Join Date: Oct 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
deanswe is an unknown quantity at this point
Chrome Error

HI

Wonder if you can help again Not sure if you can check this with firebug but I am happy to send the html masterpage and css if needed.

On a site www.nutribeautyproducts.com there is a twitter app on the left hand menu. It shows fine on Firefox and IE but On Chrome it is out of place (it shows above where it should) any ideas on what maybe causing this?
deanswe is offline   Reply With Quote
Old 02-01-2013, 05:58 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,827
Thanks: 9
Thanked 685 Times in 679 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Have a try with:

Code:
.left_col {
float: left;
width: 175px;
clear: left;
}
In my experience most cases where FF is OK but Chrome isn't are related to clearing floats.
__________________
Use the W3C HTML Validator and CSS Validator to check your code and Firebug to see what css is applied to an element
Read Steve Krug's book Don't Make Me Think - essential reading on web usability
I don't recommend much, but I do recommend Clook for UK web hosting
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
deanswe (02-01-2013)
Old 02-01-2013, 06:57 PM   PM User | #3
deanswe
New to the CF scene

 
Join Date: Oct 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
deanswe is an unknown quantity at this point
Perfect!
deanswe 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 06:33 AM.


Advertisement
Log in to turn off these ads.