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!
how to change appearance of buttons NAV_LIST_TOP
still need help!
anyone? someone's gotta know how to make my tabs look different
pretty much solved
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!
Edit the default.css file in the ul.list_top section to make most changes, yay me for figuring it out myself!
perhaps something like
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
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);
...
...
}
claus
- Oliver Georgi
- Site Admin
- Posts: 9940
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact: