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 Topic: Left Column Elements
    Posted: 22-December-2009 at 7:31am
We've done it. Smoking heads remain.
New CSS class applied.

                .menue2 td {
            b
order-bottom: 0px;
       
        }



            pcv_strTmpCat=pcv_strTmpCat & "<table class=""menue2"" border=""0"" width=""100%"" cellpadding=""0"" cellspacing=""0"" id=""SUB" & tmp_IDCAT & """ style=""display:none"">" & vbcrlf

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: 22-December-2009 at 6:44am
OK, Give this a go...

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


You could also create the indents for the subcategories using nbsp's.
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: 22-December-2009 at 6:23am
We have now removed this expand.gif.
Now, all categories are displayed so:



We thought to insert a tab, space... directly in front of the sub-category.

Has anyone an idea?
We look forward to any help!

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: 21-December-2009 at 7:00am
< ="application/x-shockwave-flash" ="http://www.gstatic.com/translate/_p.swf" id="tts_" height="18" width="18">< value="http://www.gstatic.com/translate/_p.swf" name="movie">< value="_name=" name="flashvars">< value="transparent" name="wmode">< value="always" name="allowAccess">
I thought that we deletes the first TD.
Then we add the code
<img align=""absmiddle"" name=""IMGCAT" & tmp_IDCAT & """ border=""0"" onclick=""javascript:UpDown(" & tmp_IDCAT & ");"">

in the second TD where are the category names.

Just where exactly I do not know.

With the Spry menu, it is very difficult to create this menu. (for us...)
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: 21-December-2009 at 4:29am
Hi,
  OK, I see what you mean. Unfortunately the structure of this style of menu uses nested tables, which means that styling it as it stands in the way you want will be impossible :-


<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="menue2" valign="top"><img align="absmiddle" name="IMGCAT5" border="0" src="images/btn_expand.gif" onclick="javascript:UpDown(5);"><td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=5">Anschlusskabel</a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" id="SUB5" style="display:none">
<tr><td class="menue2" valign="top"><img align="absmiddle" name="IMGCAT8" border="0" src="images/btn_expand.gif" onclick="javascript:UpDown(8);"><td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=8">AIV Verbindungkabel</a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" id="SUB8" style="display:none">
<tr><td class="menue2" valign="top">&nbsp;<td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=10">Kabel</a>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td class="menue2" valign="top">&nbsp;<td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=4">Computer</a>
</td></tr>
<tr><td class="menue2" valign="top">&nbsp;<td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=6">DVD-Systeme</a>
</td></tr>
<tr><td class="menue2" valign="top">&nbsp;<td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=7">Fotos &amp; Kameras</a>
</td></tr>
<tr><td class="menue2" valign="top">&nbsp;<td width="100%" valign="top" class="menue">&nbsp;<a href="viewCategories.asp?idCategory=3">LCD-TV / Plasma-TV</a>
</td></tr>
</table>


ALTERNATIVES (In order of complexity I suspect) :

Abandon the use of the lines between cells.
OR
Switch to SPRY based Navigation
OR
Put your own custom menu in place.


 
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: 21-December-2009 at 3:17am
If you click on "Anschlusskabel"  in every subcategory, a new line  is generated.
We have already tried a lot. It would work if we remove the picture (expand.gif) and the space. But  then all sub-categories are displayed with the same distance. (no Text Indent.)
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: 20-December-2009 at 5:55pm
Hi,
    I'm not seeing the problem in IE or Fiefox. Have you force refreshed the page with ctrl+F5 ? - Here's a zoomed in version of what I see...


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: 20-December-2009 at 3:31pm
We have now tested. The same problem remains.
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: 20-December-2009 at 6:52am
Hi,
  Looking at the page the "Produkte" menu looks fine now. There is still a very small gap on "Hot Deal" and no lines at all in "Services". I also noticed, although ONLY when zoomed in (so not a "problem" worth fixing) that head_nav.png overhangs the right hand side of the menus by a pixel or two.
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: 20-December-2009 at 6:45am
Hi Sirene,
I think there is a typo in my original adjustment :

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


Try this instead  :

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


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.