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/


[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 
tag but I want my  tag to have the same style as
the  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] How to get one tag to inherit the same style as another

2005-08-10 Thread J. Kang
Thanks Rich. 

I understand that but that is not what I was trying to
do.

>From the other responses, it appears that I asked
something that is simply not possible.

Jennifer

--- Rich Points <[EMAIL PROTECTED]> wrote:

> Jennifer,
> You will need to define the p tag first, then you
> can tack on the h5 
> like this
> 
> p, h5{
> styles
> }
> 
> This will render the same style for both tags.
> 
> Rich
> 
> J. Kang wrote:
> 
>  
> >
> >For example, if I haven't defined a style to the
> 
> >tag but I want my  tag to have the same style
> as
> >the  tag, is there an easy way of doing that
> within
> >the stylesheet?

__
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/