Rosky Posted February 15, 2011 Report Share Posted February 15, 2011 Do you know about some css menu horizontal dropdown and fade with NOTHING of JS????? Link to comment Share on other sites More sharing options...
ShadowMage Posted February 15, 2011 Report Share Posted February 15, 2011 (edited) CSS drop menus? Yes, check Google.With fade? No. At least not yet. When CSS3 transitions become standard you'll be able to, but not right now. A few browsers (Chrome, FF4, and I think Safari) support them already so you could use transitions and those with browsers that support them will get nice fading menus while those with browsers that don't support transitions will just get normal CSS menus. Edited February 15, 2011 by ShadowMage Link to comment Share on other sites More sharing options...
NelsonMuntz741258963 Posted February 15, 2011 Report Share Posted February 15, 2011 (edited) Check this articlehorizontal drop down menu with css Edited February 15, 2011 by NelsonMuntz Link to comment Share on other sites More sharing options...
ShadowMage Posted February 15, 2011 Report Share Posted February 15, 2011 Check this articlehorizontal drop down menu with css I only have one quarrel with that article:It uses absolute positioning for the base menu.I recommend positioning the menu using normal box model methods (margins, padding, float, etc.) and give relative positioning to the li elements instead. Link to comment Share on other sites More sharing options...
Rosky Posted February 17, 2011 Author Report Share Posted February 17, 2011 CSS drop menus? Yes, check Google.With fade? No. At least not yet. When CSS3 transitions become standard you'll be able to, but not right now. A few browsers (Chrome, FF4, and I think Safari) support them already so you could use transitions and those with browsers that support them will get nice fading menus while those with browsers that don't support transitions will just get normal CSS menus.Yes man, always I check googling for any.... But I did not find anything like what I look for in google... Because I did not find a menu that meet the four conditions (drop, horizontal, fade, no js) I ask for here... Btw thanks for explanation about fading feature in css Link to comment Share on other sites More sharing options...
Rosky Posted February 17, 2011 Author Report Share Posted February 17, 2011 Check this articlehorizontal drop down menu with css It's VERY minimalist... Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now