Help - Search - Members - Calendar
Full Version: Tabs For My Top Navigation
Zymic Webmaster Forums > Web Design & Development > Graphic Design > 2D Graphics (Photoshop, Illustrator, etc)
electric_master
Can someone help me? I need to make tabs for my top navigation. I need it like a red or orange color. A screenshot of the page I need it for is attached and at the bottom, to get and idea of what I'm looking for. I'm gonna add it on the center page. For the person's that I use, I will add a link at the bottom to your website. I just need a picture for the link. (For example: )

Click to view attachment
IamShipon1988
Do you want just the graphics or graphics+html+css? I would recommend you check DynamicDrive to see if they have your color there.
Jacob
I would recommend a new design before worrying about your tabs. Google for CSS templates and see what you get. smile.gif

Jacob.
electric_master
QUOTE(NaRzY @ Jul 14 2009, 10:10 AM) *
I would recommend a new design before worrying about your tabs. Google for CSS templates and see what you get. smile.gif

Jacob.


No, all I need is the tabs. I want it for that design I'm making.

QUOTE(IamShipon1988 @ Jul 14 2009, 05:11 AM) *
Do you want just the graphics or graphics+html+css? I would recommend you check DynamicDrive to see if they have your color there.


I just need the graphics
ITchimessmo
Use back end ajax tabs control set the property

<ajaxToolkit:TabContainer runat="server"
OnClientActiveTabChanged="ClientFunction"
Height="150px">
<ajaxToolkit:TabPanel runat="server"
HeaderText="Signature and Bio"
<ContentTemplate>
...
</ContentTemplate>
/>
</ajaxToolkit:TabContainer>

For CSS

.CustomTabStyle .ajax__tab_header {
font-family:verdana,tahoma,helvetica;
font-size:11px;
background:url(images/tab-line.gif) repeat-x bottom;
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.