ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Left Column Elements
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Left Column Elements

 Post Reply Post Reply Page  <123>
Author
Message Reverse Sort Order
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 20-December-2009 at 6:29am
Perhaps someone can still help us. Now we have been working on it. We just want that the lines (border-bottom) are quite followed through.
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 18-December-2009 at 7:41am
It would be great if all 3 lines are followed through.
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 18-December-2009 at 7:39am
hi,

Your advice does not work. Then it´s  shown class = "menue"  in the navigationin each row. The expand.gif we do not need. Now it almost works. only the sub-menus produced a line with each row.




Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 01-December-2009 at 6:37am
Thank you very much. I have now been resolved differently. I removed a few spaces in the genCatNavigation.asp.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 29-November-2009 at 8:23pm
Hi,
   Try the following (untested) change to pcadmin/genCatNavigation.asp
Find line (about line 72)  :-

        pcv_strTmpCat=pcv_strTmpCat & "<tr><td valign=""top"">"

and amend it to read :

        pcv_strTmpCat=pcv_strTmpCat & "<tr><td valign=""top""> class="""&pcv_cssclass&""">"


The usual warnings about keeping a backup  and documenting changes etc apply :-)
After the change try re-generating the navigation. 
You also seem to be missing the image : images/btn_expand.gif

Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 29-November-2009 at 5:07pm
We use the following CSS in "generate navigation". (control panel)

   .menue {
        font-family:Verdana;
        font-size: 11px;
        line-height: 25px;
        border-bottom: 1px solid #C5C5C5;
        width: 100%;}


Otherwise, we have not changed any settings.

Thanks a lot.

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 29-November-2009 at 11:38am
Hi Sirene, Sorry I don't understand :
 "We are using bei tables and rows our CSS to generate the cat navigation" ?
 
Please explain further.
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 29-November-2009 at 10:41am
Yes. We are using bei tables and rows our CSS to generate the cat navigation.

        .menue {
        font-family:Verdana;
        font-size: 11px;
        line-height: 25px;
        border-bottom: 1px solid #C5C5C5;
        width: 100%;}

How do we get away this TD.
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 27-November-2009 at 9:47am
Hi,
   It's not a CSS issue, you have a TD before the item, which is the part that is not underlined. It looks like you have a modified version of the category navigation generated from the admin pages ?

[CODE]
<tr>

   <td valign="top">
      <img border="0" align="absmiddle" onclick="javascript:UpDown(5);" src="images/btn_expand.gif" name="IMGCAT5"/>
   </td>

   <td class="menue" width="100%" valign="top">
       <a href="viewCategories.asp?idCategory=5">Anschlusskabel</a>
</table>
</td>
</tr>
[CODE]

The first TD is the issue.
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 27-November-2009 at 9:20am
The content of the right table can not be formatted quite right...






Back to Top
 Post Reply Post Reply Page  <123>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.