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
www.clubsantacatharina.com - tips / ideas welcome...!!!
Hi Omar,
nice and friendly clours, clean site... nothing to say against your solution
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
nice and friendly clours, clean site... nothing to say against your solution
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
Pepe makes a good point, although it kind of matches the water color in BIG picture.pepe wrote:But one little point... please change the "uggly" (well known) gray little icons insíde the vertical Navigation...
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 )
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">'
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">'