Announcement

Collapse
No announcement yet.

which css rule does the product anchor use

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    which css rule does the product anchor use

    when viewing my site in firefox my product titles jump around getting under lined and resized, my guess is some where along the way i have changed the css style for the rule that the product title uses.

    when i highlight the text in dw it says its style is actregular, but in my css actregular has no atributes that should cause this.

    any ideas why this is happening and why only firefox...?
    Gary Simpson
    www.tba
    Replacement blades, drills and cutters for your power tools.....

    #2
    Already covered here and a workaround posted I think. Just search for e.g. Firefox and Underline. Also try the Knowledge Base.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      updated

      i visited bill's site among others and they all seem to do this in firefox.

      other sites have there headings underlined on hover even though they are not links, this i could ware.
      my site is worse because the text is also resized on hover making everything jump around...

      on hover its calling for a different css style i think.. but i cant see why...?
      Gary Simpson
      www.tba
      Replacement blades, drills and cutters for your power tools.....

      Comment


        #4
        thanx norman half way there

        found and fixed underline prob by closing <a> tag in correct place in product body,
        text still resizes on hover in firefox.

        <!-- ProductBody HTML begin -->
        <!-- Insert HTML for the top of the product body -->

        <A NAME="sectiontop">
        <DIV ALIGN="CENTER">
        NETQUOTEVAR:PARENTSECTIONSTOP
        </DIV></A>
        <!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->
        NETQUOTEVAR:SECTIONLISTTOP
        NETQUOTEVAR:TOPSECTIONSEPARATOR
        NETQUOTEVAR:CARTERRORLISTXML

        NETQUOTEVAR:HIDDENINPUT
        NETQUOTEVARISCOUNTINFOBULK
        <BR>

        <TABLE WIDTH="100%" COLS="3" BORDER="0" CELLPADDING="10" CELLSPACING="0" ALIGN="CENTER">

        NETQUOTEVAR:PRODUCTBULK

        </TABLE>


        <A NAME="sectionbottom">
        <DIV ALIGN="RIGHT">
        NETQUOTEVAR:SINGLEADD
        </DIV>
        NETQUOTEVAR:BOTTOMSECTIONSEPARATOR
        NETQUOTEVAR:SECTIONLISTBOTTOM
        <!-- NETQUOTEVAR:TOPLEVELSECTIONSBOTTOM -->
        <DIV ALIGN="CENTER">
        NETQUOTEVAR:PARENTSECTIONSBOTTOM
        </DIV>
        </A>
        <!-- Insert HTML for the bottom of the product body -->
        <!-- ProductBody HTML end -->
        Gary Simpson
        www.tba
        Replacement blades, drills and cutters for your power tools.....

        Comment


          #5
          There are definitely fixes posted for the hover underline problem. I've not used them so I don't know where. Happy hunting.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            fix if text resizes in firefox

            all that needed changeing was the product line templates, all of them.
            the closeing <a> tag needed bringing closer to the product anchor,

            <td valign="TOP" align="LEFT"> NETQUOTEVAR:TEMPLATEBEGINXML
            <a name="NETQUOTEVAR:PRODUCTANCHOR"></a><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span>
            <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>

            i have dragged it in from the end of the span tag after product name...
            hope this helps some one..
            Gary Simpson
            www.tba
            Replacement blades, drills and cutters for your power tools.....

            Comment

            Working...
            X