View Single Post
  #4  
Old 03-01-2006, 08:57 PM
 
vixnfox vixnfox is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: Adelaide, South Australia
Posts: 82
 

Default

Hi,
as a start, you can change the look of a category menu PAGE by using your own CSS.
eg
I have a FAQS menu which reads:
{* $Id: faqs_menu.tpl,v 1.13 2004/05/28 12:21:09 max Exp $ *}
{section name=pg loop=$pages_menu}
{assign var="tmp" value = $pages_menu[pg].pageid}
{if $tmp > 2 }
<link rel="stylesheet" href="{$SkinDir}/skin1_myxcart.css">
{$SkinDir}
{$pages_menu[pg].title}

{/if}
{/section}

This changes the layout of all the items on the FAWS menu. You could easily filter on a per page basis something similar.

Hope this helps a bit.

VixnFox
__________________
V 4.3.1 Live:

Developing on
PHP 5.3.0
MySQL server 5.0.75-community-log
MySQL client 5.1.36
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11
Windows 7 64bit on a Toshiba Satellite P500

ADELAIDE, SOUTH AUSTRALIA
Reply With Quote