I know this is probably really simple to do but I'm stuck. I want to have CSS
rollover buttons in which both the a and a:hover are dispayed on rollover. The
idea is to have large black text as links and on rollover, smaller beige text
appear on top of the black text. I know I could use images to do this but it
seems kind of silly to do that... I'm guessing I'll need to use the display or
visible properties but how??? And also, if I want the active link to display
both (the black and beige text) on load. Thanks.