[css-d] How to get one tag to inherit the same style as another

2005-08-10 Thread J. Kang
Hi, How can I get one tag to inherit the style already set to another tag? This would be the default style NOT set in any of my style sheets. For example, if I haven't defined a style to the p tag but I want my h5 tag to have the same style as the p tag, is there an easy way of doing that

Re: [css-d] IE Float Bug

2005-05-24 Thread J. Kang
Try this: #content #left-content img { margin-right: 10px; border: 1px solid black; padding: 1px; margin-bottom: 7px; } #left-content { float: left; text-align: left; width: 212px; height: auto; } Just a guess. I haven't tested it. J. --- Ian McFarlan [EMAIL PROTECTED] wrote: Hi, I was