CSS Library: Horizontal CSS Menus: Here
Plastic Tabs menu
Author: Sasi Kiran/ Tab images by Dynamic Drive
This is a no frills, "plastic looking" tabs menu. The entire menu can be aligned either to the left or right of the page, by setting the menu's float attribute accordingly.
Demo:
The three images used:
![]()
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 2 of 5 pages < 1 2 3 4 > Last »
I've actually done that before with javascript, by swaping out images on either side of the tab with ones that make it apear on top, though this was back in html 4 days, I'm not sure if you could do it with pure xhtml/css but I'm sure someone would come up with something.
hi
i have to give in where my pics are uploaded in this line
background: url(media/greenright.gif) no-repeat right top;
could you pleas explain how i have to insert the path
only http://
or <img src="http;//
i have to give in where my pics are uploaded in this line
background: url(media/greenright.gif) no-repeat right top;
could you pleas explain how i have to insert the path
only http://
or <img src="http;//
[i]in reply to kiran shaikh[i]
To hide an admin, you'd would have to not actually send it in the code to ppl who werent administrators. This can only really be done with server side scripting such as ASP (active server pages) or PHP.
To hide an admin, you'd would have to not actually send it in the code to ppl who werent administrators. This can only really be done with server side scripting such as ASP (active server pages) or PHP.
in reply to kiran shaikh
to do this you would have to use server side scripting such as ASP or PHP so that the link would not even be sent as part of the html to someone who wasnt an administrator
to do this you would have to use server side scripting such as ASP or PHP so that the link would not even be sent as part of the html to someone who wasnt an administrator
I photoshoped the base images to fit my particular needs and it works like a charm.
Thanks for making this code available!
Thanks for making this code available!
I don't care what others say about this menu. I think its great and I thanks people who shares what they do for gratis.
Thanks man!!!
Thanks man!!!
I love this menu iam going to use this on my site
in reply to kiran shaikh,
Did you get your problem solved??
Do let me know if you need any kind of assitance
Did you get your problem solved??
Do let me know if you need any kind of assitance
Hi Kiran Shaikh I use it with PHP and to hide some links to normal users I use a normal if
(e.c.)
if(isset($_SESSION['access_lvl'] > 1)){
<li>bla bla bla</li>
}
And it works just great!
(e.c.)
if(isset($_SESSION['access_lvl'] > 1)){
<li>bla bla bla</li>
}
And it works just great!










Does anyone know how to make the currently selected tab appear as if it is on top by changing the gifs?
btw: I think if you guys are going to complain about an example you should post your "improved code" so we can all learn.