Luc wrote:
> Now, is this approach a sound one or are there better methods to go 
> about this?
> 
> http://www.dzinelabs.com/sandbox/list1.html

I would normally only "tune" such details in/for browsers that don't
support more proper CSS, as 'CSS table' goes a long way in letting good
browsers auto-adjust vertical alignment...

<http://www.gunlaug.no/tos/alien/luc/test_08_0905.html>

For IE6 I've added the necessary padding and relevant height correction
- notice that I've only used top-padding, and achieved higher
specificity through a more complete selector-chain instead of using
!important. IE7 needs something like it - or a CC.

The use of !important is otherwise ok, as long as you keep in mind that
!important gives the highest specificity, and is rather used as the last
option. You can of course still use the selector-chain together with
!important if you still need more specific targeting, but it'll easily
end up looking quite complex.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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