Joanne
10-27-02, 10:54 PM
CSS is one way to go with rollovers if you don't want to use images. Be careful to test it on all relevant browsers, though. CSS is implemented quite differently on all browsers.
webhead1, I see that you have many style sheets attached to your page. You can put all styles in one file. Also, when using style sheets, you should declare the <font> in the style sheet. The <font> will be depreciated at some point. So declaring it in the style sheet makes sense and saves code.
webhead1, I see that you have many style sheets attached to your page. You can put all styles in one file. Also, when using style sheets, you should declare the <font> in the style sheet. The <font> will be depreciated at some point. So declaring it in the style sheet makes sense and saves code.