|
Posted by Beauregard T. Shagnasty on 11/01/05 21:17
cyber0ne wrote:
<snippage>
> Perhaps, but that may add some complication that I don't need. For
> example, suppose I have a number of links which are all the same class,
> but placed in different divs with different backgrounds.
background-color: transparent;
> I want the color of the links to change on hover, but if I specify a
> background change then it won't look right. I'd have to make more
> and more classes, which ultimately clutters things up.
In your main css file:
img{
border-style: none;
}
and later, in banner.css:
img {
margin: 0;
padding: 0;
border: 0;
float: left;
}
Could that float have anything to do with your problems?
<snip>
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|