Hello again Kuroi,
well I am about to give this another shot, that is to make the rollovers happen on the buttons, I am struggling to propose a solution in my head to this right now, perhaps you can help?
First up then here is the list generated by the PHP file
Fairly straightforward list, now the 'over' state of the icons I want to use are named Splashline_over.gif, Ronline_over.gif etc, the problem is I think I need to create a 'style' that could be added to each of the above li's or <a> tags, that style should do the rollover (mouseover) and change the image for the 'over' one and back again.Code:<!--bof-optional categories tabs navigation display--> <div id="navCatTabsWrapper"> <div id="navCatTabs"> <ul> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=1"><img src="includes/templates/schneiderstyle/images/Flexline.gif" alt="Flexline" title=" Flexline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=2"><img src="includes/templates/schneiderstyle/images/Graceline.gif" alt="Graceline" title=" Graceline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=3"><img src="includes/templates/schneiderstyle/images/Peakline.gif" alt="Peakline" title=" Peakline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=4"><img src="includes/templates/schneiderstyle/images/Prideline.gif" alt="Prideline" title=" Prideline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=9"><img src="includes/templates/schneiderstyle/images/Proline.gif" alt="Proline" title=" Proline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=5"><img src="includes/templates/schneiderstyle/images/Quadraline.gif" alt="Quadraline" title=" Quadraline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=6"><img src="includes/templates/schneiderstyle/images/Ronline.gif" alt="Ronline" title=" Ronline " height="50" width="82"><br></a> </li> <li class="categoryIcon"><a class="category-top" href="http://www.schneider-cabinets.co.uk/index.php?main_page=index&cPath=7"><img src="includes/templates/schneiderstyle/images/Splashline.gif" alt="Splashline" title=" Splashline " height="50" width="82"><br></a> </li> </ul> </div> </div> <!--eof-optional categories tabs navigation display-->
The problem as I see it is creating a single style will only work with one image, therefore there would have to be a style per li. However this does not appear possible to do because the code above is generated dynamically per page via PHP. If this was one page hard coded by hand then a style per icon might be possible.
Do you see an obvious solution to this?
http://www.schneider-cabinets.co.uk/



