Hello all,
I am fairly new to the drupal enviroment and normally hand code most of my websites. I use php/mysql on a fairly regular basis so I kind of understand what is going on here. My problem resides that I cannot figure out a way to add the tabs class to my navigation on my page. I can see where the block displays the primary links, however i dont see how to apply the tabs style to the UL list that it creates. Any help would be great. Thanks so much.

Comments

chrisgadz’s picture

Okay, I am an idiot I retract my previous statment lol. I notice now that the tabs are for click thru the admin stuff. Is there a way to style the navigation UL still? I would like to try and add rounded corners too my nav and make it hang down from the top of the screen. I am sorry for the double post.

SteveK’s picture

Status: Active » Closed (won't fix)

are you wanting to use the tab styles on the primary links? You'll be able to refactor some of the code found in tabs.css to accommodate these styles for the primary links.

you might also want to look at the border-radius css3 property. Note that this does not work in current IE browsers.

Here's a cool generator that may help you out.
http://border-radius.com/