[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 within
the stylesheet?

Thank you,

Jennifer
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 wondering if someone here could help me out.
 I'm trying to put  
 together my online portfolio and all is good to go,
 then I decided to  
 test it in Win IE and was terrified. I used floats
 to position  
 certain elements and IE renders them weird.
 
 The site:
 http://www.mcfarlan.ca/portfolio/
 
 The CSS:
 http://www.mcfarlan.ca/portfolio/style/munkie.css
 
 What it should look like:
 http://www.mcfarlan.ca/portfolio/safari.jpg
 
 Any help is most appreciated, thanks.
 _ian
 
 
 

__
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org --
 http://www.evolt.org/help_support_evolt/
 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/