Gossamer Forum
Quote Reply
How to?
I've been seeing different sites where they are able to have the "Rate it" and the "Report it" links in a little white box. I have figured out they are using a CSS to do this but I cannot figure out how to do it myself. Suggestions?
Quote Reply
Re: [LordStryfe] How to? In reply to
An example to look at would be helpful. Any site that uses CSS can be copied, just view the source for the page you like, see what the markup is, then look in the header for the URL of the stylesheet, paste it into your broswer address bar, and it wil open so you can see hust what the details of each tag are.

Source:

... class="example" ...


Stylesheet:

example {
margin: 2px;
border: 1px solid red;
}


Leonard
aka PerlFlunkie