www.clubsantacatharina.com - tips / ideas welcome...!!!

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
Omar
Posts: 44
Joined: Thu 10. Feb 2005, 21:55
Location: Netherlands

www.clubsantacatharina.com - tips / ideas welcome...!!!

Post by Omar »

Although some parts can be better this site has just been put online:
http://www.clubsantacatharina.com
It's all dutch and not completely finished yet.
Menu could be changed a bit... picture on the right side has to be smaller to my opinion...
What do you think?
Comments/ideas and tips more than welcome!!!!


Omar
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi Omar,

nice and friendly clours, clean site... nothing to say against your solution :lol:

But one little point... please change the "uggly" (well known) gray little icons insíde the vertical Navigation...

Better:
Have you ever tried the NAV_LIST_ALL solution, which operates with CSS classes???
If not, giv it a try. You are able , to change nearly all in seconds!!! Background images are possible as well, and, and, and...
And, its using an extreme small code :idea:
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

pepe wrote:But one little point... please change the "uggly" (well known) gray little icons insíde the vertical Navigation...
Pepe makes a good point, although it kind of matches the water color in BIG picture.
For a ~quick and dirty~ effect, you could change to green icon for link image normal
(at least... it's closer to green of the logo :roll: )

CHANGE in "conf.template_default.inc.php":

Code: Select all

$template_default["nav_table_struct"]["linkimage_norm"]			= '<img src="img/article/nav_link_0.gif" alt="" border="0">';
$template_default["nav_table_struct"]["linkimage_over"]			= '<img src="img/article/nav_link_1.gif" alt="" border="0">'
TO:

Code: Select all

$template_default["nav_table_struct"]["linkimage_norm"]			= '<img src="img/article/nav_link_1.gif" alt="" border="0">';
$template_default["nav_table_struct"]["linkimage_over"]			= '<img src="img/article/nav_link_0.gif" alt="" border="0">'
Omar
Posts: 44
Joined: Thu 10. Feb 2005, 21:55
Location: Netherlands

Post by Omar »

Thanks guys..

I will work on a different menu...
just need to get some inspiration.
Other tips always welcome...

Omar
Post Reply