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-09-2011, 07:54 PM   PM User | #1
cmcconnell
New Coder

 
Join Date: Apr 2009
Posts: 51
Thanks: 5
Thanked 0 Times in 0 Posts
cmcconnell is an unknown quantity at this point
DIV Won't Clear Except in Chrome - Wordpress Issue

Here's the site I'm having problems with -- www.outlookmag.org -- if you can fix this, you are guaranteed to get good feedback!

Specific problem: The grey box around the group of small 125x125 sidebar ads on the righthand side of the site is not clearing to contain the ads EXCEPT in Chrome. This should be easy enough to fix, but, since I am using Wordpress, I am not sure how to add any code to the actual text widget Div itself. I tried clearing with a </br>, which is what is working in Chrome, but not anywhere else.

Any ideas on how to fix??
cmcconnell is offline   Reply With Quote
Old 05-10-2011, 12:50 AM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
You cant edit the stylesheet?

If so, overflow: auto; works

Code:
.widget_text .textwidget {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DFDFDF;
    overflow: auto;    
    padding-bottom: 8px;
    padding-left: 18px;
    padding-top: 18px;
}
__________________
Teed
teedoff 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:24 AM.


Advertisement
Log in to turn off these ads.