From: Mark Fellowes <[EMAIL PROTECTED]>

>I'm running into an issue where within my app I'm using a "plugin" that has 
>it's own CSS stylesheet. 
>I've tried editing it and while it seems I can make some changes the damn 
>thing just won't line up with my other elements.

>label, select{ 
>display: block;
>width: 16em;
>float: left;
>margin-bottom:1.5em;
>}

>fieldset  {
>background-color: #006bae;
>display: block;
>}

>However I can't see what I need to do in the plugin stylesheet(I've also tried 
>using a class identifier in my main css called "dateBocks".  Didn't seem to 
>help.

It's hard to know for sure with no HTML to look at, but have you tried 
explicitly setting all margins and padding on these elements?  
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to