Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How can i make a navigation like this using js, Re: How can i make a navigation like this using js,

#64128
clokey2k
Participant

I think it may be possible mostly with CSS3. I haven’t got time to code an example, but to break it down it would be a single repeated background. Then have the ‘li’ elements which when hovered over move the contents, and the flare up an ‘RGBa’ background colour.

I think This could be a good start: https://css-tricks.com/video-screencasts/93-css3-slideup-boxes/

JScript may be needed for the colour flare.