how to change appearance of buttons NAV_LIST_TOP

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
corduroy
Posts: 24
Joined: Thu 20. Oct 2005, 00:16

how to change appearance of buttons NAV_LIST_TOP

Post 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!
corduroy
Posts: 24
Joined: Thu 20. Oct 2005, 00:16

still need help!

Post by corduroy »

anyone? someone's gotta know how to make my tabs look different
corduroy
Posts: 24
Joined: Thu 20. Oct 2005, 00:16

pretty much solved

Post 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!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9940
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

have a look at this:
http://www.highdots.com/css-tab-designer/

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Post Reply