PDA

View Full Version : Maybe a Coding Question Rather Than Graphics


tHe_SwItChEr
01-11-2005, 10:05 AM
Hi everyone, I just wanted to know how this dude did the navbar

http://www.zymic.com/template_preview.php?id=4&cat_id=1

For example, I could do the same if it was entirely rollover images, but i have a feeling he isn't doing it that way, just want to know how i can make the background of the whole bar light up without make each button an image...

Thanks

SwItCh

darklide
01-12-2005, 02:53 AM
Do u mean where there are the links???Link 1 link 2 and so on???

If thats it...its css...cascading style sheet

Darkshrimp
01-12-2005, 03:03 AM
do you mean the mouse ova, the background turning grey effect? it's javascript :)

*im not sure if u r alowed to do this, but i checked in the coding, and i found this:
onmouseover="this.style.backgroundColor='#6F6F6F';" onmouseout="this.style.backgroundColor='#666666';">

^maybe that can help u out a bit? :confused

tHe_SwItChEr
01-12-2005, 10:50 AM
thank you very much fo your help... both of you