X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Pulldown not displaying (https://forum.x-cart.com/showthread.php?t=57541)

mmoskva 01-15-2011 11:49 AM

Pulldown not displaying
 
I created a pulldown and tested it in a local browser in IE but when I uploaded the data on my store for some reason the pulldown is not displaying?

In my head.tpl I applied this:

<div style="width:96px">
<ul class="menu">
<li class="top">
<a href="#" class="top_link"><span>Logged In</span></a>
<ul class="sub">
<li><a href="#">Summary</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Help</a></li>
</ul>
</li>
<li class="top"></li>
<li class="top"></li>
</ul>
</div>

And in my skin1.css I applied the css:
I have the .menu, .menu li, .menu ul casses.


>Does someone know why the pulldown menu is not displaying?

cflsystems 01-15-2011 03:05 PM

Re: Pulldown not displaying
 
An url would help. It may require some js code in the head section which you didn't copy?

mmoskva 01-15-2011 05:00 PM

Re: Pulldown not displaying
 
3 Attachment(s)
Thanks for your reply and I posted 2 .zip files:

1. was a example of the pulldown that I created and it works, so it displays exactly what it should look/function like.
2. included my (skin1.css & head.tpl) files. These where the only codes that I have applied on my store along w/ the images in their folder.

> currently, the error ocuring is that the pulldown does not display any of the links when I rollover it?
ex: example_of_what_displays_on_my_store.gif

>I do not have any .js code or even know what it should be, would appreciate your help.

(ie. I appreciate your help)

cflsystems 01-16-2011 05:54 AM

Re: Pulldown not displaying
 
Why do you even have this in a table? Also don't see menu_style id in the css

mmoskva 01-16-2011 10:24 AM

Re: Pulldown not displaying
 
You mentioned that you "don't see menu_style id in the css"
> can you show me an example? B/c basically I took the css for the drop menu and placed it into the skin1.css.

cflsystems 01-16-2011 11:35 AM

Re: Pulldown not displaying
 
Not sure if that's the reason but in the template file you have id="menu_style" but it doesn't exist in the css file

mmoskva 01-16-2011 11:47 AM

Re: Pulldown not displaying
 
no that did not help. do you know what .js script that should be included?

cflsystems 01-16-2011 11:49 AM

Re: Pulldown not displaying
 
Not saying there should be any .js file, just wondering if you copied everything. I would also take the whole thing out of that table and make sure the css is loading

mmoskva 01-16-2011 11:54 AM

Re: Pulldown not displaying
 
I took it out of the table, but that did not help. It is still displaying the same thing. If it was not reading the css then the mouseover would not show? What should I do?

cflsystems 01-16-2011 11:56 AM

Re: Pulldown not displaying
 
Maybe some other class is overwritting the new classes. Use Firebug to see what's loading


All times are GMT -8. The time now is 01:14 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.