Page 1 of 1

how to change appearance of buttons NAV_LIST_TOP

Posted: Mon 7. May 2007, 19:59
by corduroy
I'm using NAV_LIST_TOP to get my links at the top (I tried UL) but it doesn't work.

anyways how do I change the look of the links (round edges instead of square for example) and the colors and size of them and the text inside them?
Is it easier to create images to use for them instead? If so, how do I call them as rollovers. Help!

still need help!

Posted: Fri 25. May 2007, 23:59
by corduroy
anyone? someone's gotta know how to make my tabs look different

pretty much solved

Posted: Sat 26. May 2007, 00:28
by corduroy
I've gotten to be able to change most of it now, however I'm still not sure how to make them NOT be rectangles

Edit the default.css file in the ul.list_top section to make most changes, yay me for figuring it out myself!

Posted: Sat 26. May 2007, 09:36
by update
perhaps something like

Code: Select all

#nav_list_top li {
...
...
background-color: #fff;
background-image: url(where/ever/left-round.gif);
...
...
}

/*and*/

#nav_list_top a {
...
...
background-color: transparent;
background-image: url(where/ever/right-round.gif);
...
...
}
Just a guess, but it's possible that it could be something like this. But there are far more more-experienced csser around here :!:

claus

Posted: Wed 30. May 2007, 23:09
by Oliver Georgi
have a look at this:
http://www.highdots.com/css-tab-designer/

Oliver