Search Results

0
votes

Table layout equivalent using DIVs

Well this is what I came up with. You may have to play with the widths to adjust for browser rounding errors/ white-space corrections but overall should work. Also IE may need some judicious us …
1
vote

How to prevent 3px extra bottom padding on list items in IE7

Try the following: <style type="text/css"> div.test { width: 160px; font: 8pt arial,helvetica,sans-serif; border: 1px solid #999; overflow:hidden; } div.test ul { marg …