CSS Library: Horizontal CSS Menus: Here
Half moon tab menu
Author: Dynamic Drive
We named this CSS tab menu "Half Moon" based on its look. The menu uses a transparent background image for each tab item to create a right round edge. This transparency means you can modify the colors of the menu items (such as the hover color) just by changing CSS color values inside the style sheet. Easy alignment is also supported, so you can, for example, align the tabs center or right if desired. Nice!
Demo:
The single image:
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 1 of 5 pages 1 2 3 > Last »
excelent menu!!!!
Hi
I am using this menu in a two framed page. The top contains this menu. The bottom contains the content of the link in the menu. How can I make the last tab clicked be a different color to denote the current page.
Thanks alot!
Rey
I am using this menu in a two framed page. The top contains this menu. The bottom contains the content of the link in the menu. How can I make the last tab clicked be a different color to denote the current page.
Thanks alot!
Rey
you have to overwrite the css class in case of the last tab you clicked with following code:
<li><a style ="background-color:#FFDADA" href ="http://....">Text</a></li>
Sorry for my bad english!
<li><a style ="background-color:#FFDADA" href ="http://....">Text</a></li>
Sorry for my bad english!
I am trying to find a 2 framed page that has tabs in the top frame and when tab is clicked, the bottom frame is the only frame that refreshes. (goes to page of clicked tab). Any help??
I can not use your free code!
I like this menu a lot, but how do I get the long menu link eg: <a>text
text</a> to wrap and keep the image in form...? Image breaks whenever <a> tag has a line break..
text</a> to wrap and keep the image in form...? Image breaks whenever <a> tag has a line break..
Works flawlessly, excellent work!
The code is awe-inspiring!
This is a wonderful navigation bar i would definitly use this when ever i need another one!!!
I am trying to find a 2 framed page that has tabs in the top frame and when tab is clicked, the bottom frame is the only frame that refreshes. (goes to page of clicked tab). Any help??
Posted by Jory on 11/07, 12:26 PM
Response:
Hi Jory,
You would need to name the bottom frame (e.g., name="name") and then in the hyperlink, you would need to name it to that frame (e.g., target="name").
The bottom frame would point to it. If you want the entire page to point to it, insert this in the hyperlink html: target="_parent"
Commenting is not available in this weblog entry.
Posted by Jory on 11/07, 12:26 PM
Response:
Hi Jory,
You would need to name the bottom frame (e.g., name="name") and then in the hyperlink, you would need to name it to that frame (e.g., target="name").
The bottom frame would point to it. If you want the entire page to point to it, insert this in the hyperlink html: target="_parent"

