> So is it possible to combine all of them into 1 rule, like this?
> Or course, change the css element to point to this style.
>
> #myid {
> position:relative;
> top:-3px;
> display:block;
> text-decoration:none;
> background-color:transparent;
> color:#07519A;
> }Can't understand exaclty what you wanted. But if it is just to use a single style rule (fot the id #myid), and set this it for the element, it will work ok (once the element suports your rules, no problem in your case). Just take care to do not duplicate rules (as you did, and i removed the duplicated ones) or set two controversing rules (like color: white and color: black at the sabe rule). If you did so, your layout may work ok, but it depends on the browser. > Will it break any layout? No, if those rules are not needed by other elements. To speel correctly, changing Styles don't "break" a layout, but just "changes" a layout. PS.: Why is the "Meryl Silverburgh" name familiar to me? --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
