CSS help

Associate
Joined
19 Jul 2006
Posts
1,847
Im wanting to make a nav bar that has rounded corners and each item has rounded corners on hover i can use boarder radius for this.

But also the items needs to have a reflection on them that fades out like a apple bar is there anyway of doing this (css reflections?? but this is not supported in many browsers?) or is it best to do images and roll overs?
 
Either use CSS3 rounded corners only, or images only. Mixing the two would look weird on reflections in unsupported browsers.

Also to provide more clarity on what you're after, please provide a sample menu, what apple bar? Regarding the fade, you're probably looking for a JavaScript solution, or jQuery fadeOut();

It might be best for you to find a tutorial on how to achieve the menu you're trying to create rather than asking for a solution in here, it'll be easier and better for teaching you.
 
Last edited:
Back
Top Bottom