> Tony Lush wrote:
> >> On this page http://tinyurl.com/mo88uz the headlines in the left
> >> column under "Course Description" go the full width of the
> >> containing Div and overlap the 30% width, right-floated Div to the
> >> right.
> >> 
> >> Is there a way to prevent this?
> 
> Try something along these lines...
> 
> h3 {margin-right: 260px;}
> .course_right h3 {margin-right: 0;}
> 
> ...and tune till you're happy with the result.
> 
> regards
>       Georg
> -- 
> http://www.gunlaug.no

Thanks, Georg. 

I wanted to be more specific than that so I set up:

div.tx-fbmagento div h2,div.tx-fbmagento div h3 {width:440px;}
div.tx-fbmagento div div h2,div.tx-fbmagento div div h3 {width:100%;}

The second line "unset" the first line so the headlines in the contained 
floated right column went back to 100% of their column width.

Cheers -- Tony
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to