Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2010
    Posts
    35
    Plugin Contributions
    0

    Default Remove mouseover from spacer

    Hi there

    The graphic spacer I use to separate home, contact us etc shows a full stop (period) '.' when the mouse hovers over it. I have searched the spacers name (separator.gif) and found some code but not quite sure which '.' to remove.

    Line #60 : <?php $separ = '&nbsp;'.zen_image($template->get_template_dir('f_separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'f_separator.gif', '&bull;').'&nbsp;'; ?>

    and

    Line #35 : $separ = zen_image($template->get_template_dir('separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'separator.gif', '&bull;');


    Can anyone with a bit more programming experience than me lend a hand. Much appreciated :).

  2. #2
    Join Date
    Oct 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: Remove mouseover from spacer

    Hi

    Also I have found this could be in teh stylesheets:

    Line #719 : #manufacturers{width:240px;background: url(../images/h_separator.gif) right center no-repeat;height:46px;padding:0 32px;}

    Line #720 : #currencies{background: url(../images/h_separator.gif) right center no-repeat;height:46px;padding:0 32px;}


    Any help greatly appreciated. Many thanks.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove mouseover from spacer

    zen_image($template->get_template_dir('separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'separator.gif', '&bull;');

    , '&bull;' is HTML code for a bullet (dot), used as the alt text for the spacer image. Accessibility by using alt text for images is good, but as this has no real meaning, I would scrap the alt text. The image is named separator.gif, which should be sufficient notice to anyone who needs to know that it is null content.

  4. #4
    Join Date
    Oct 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: Remove mouseover from spacer

    Thanks ghj42, pure GENIUS!!! Worked a charm.

 

 

Similar Threads

  1. v139h Adding Blank Spacer Lines between Categories in Category Box
    By toyseller in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 25 Dec 2014, 09:59 PM
  2. How to remove products name flyout during mouseover?
    By idc1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Oct 2011, 08:08 PM
  3. How to Remove Categories from Center after clicked from Navigation menu?
    By stlnyc in forum Customization from the Admin
    Replies: 0
    Last Post: 30 Oct 2008, 09:10 PM
  4. Categories Titles - Not Enough Spacer For Full Title - Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Oct 2008, 04:21 PM
  5. Empty Single Line Spacer for Attributes Options
    By clifford in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 9 Aug 2007, 07:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg