CSS Menu
#41
Posted 09 November 2006, 22:57
How do I change the border color of the menu? I don't seem to be able to find it anywhere.
Thanks.
#42
Posted 10 November 2006, 07:23
sappura, on Nov 9 2006, 11:57 PM, said:
How do I change the border color of the menu? I don't seem to be able to find it anywhere.
Thanks.
Look in categories_css and look for:
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #eee;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}
You can change the bordercolor of the items by changing the color at the border-part.
#43
Posted 10 November 2006, 13:26
i am using JCSSMENU at the moment which was so much more work to install.
i am also using article manager 1.4 and would like to adda section of 'articles' to the menu and then have the menu display the topics and sub topics of articles in the same way it shows the categoried and sub categories. this way i will have one menu that will do every thing and not have to deal with another menu exclusivly for the articles. is there a way to add that to the menu ?
thanks in advance for any insight
ps.
here is my site in case you'd like to take a look
AJAX Attributemanager 2.1 - All_products 4.4 - Banner manager 1.5b - banner hack picture in manager * description in product listing hack ms2 v2.4 * drop shadow boxes v.1.1 * Easy populater 2.76d-ms2 by surfalot * FCKEditor * header tag controller v2.5.9 * jcssmenu * LoginBox 5.6 * option type feature v1.71 * OSC-Cach-v1.1 * popup_imagecleaned_stilized_2 * Remove from cart button hack * scrolling bestsellers * Article manager1.4 * Links Manager v1.14. * proffessional invoice&packingslip 6.1 * Ultimate SEO URLs
Personaly i think all these features NEED to be in the main core as they are quite basic features that are missing. but then again what do i know?
#44
Posted 12 November 2006, 12:11
I also noticed in the live site that if the mouse cursor is extremely close to the left edge of the subcat menu it seems to work fine!
Im using IE6 - is it something to do with cache?
#45
Posted 13 November 2006, 15:19
#46
Posted 13 November 2006, 23:14
I've test it on Firefox 1.5.0.8 Mac/Windows, and IE6 and they work fine.
But on Safari Mac the :hover doesn't seem to be working right. It would only show the hover on the first parent link.
Pls advise.
#47
Posted 13 November 2006, 23:15
Edited by oscnods, 13 November 2006, 23:16.
#48
Posted 14 November 2006, 21:04
fear4me, on Nov 9 2006, 11:23 PM, said:
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #eee;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}
You can change the bordercolor of the items by changing the color at the border-part.
Thank you so very much!!
#49
Posted 15 November 2006, 15:22
fear4me, on Nov 9 2006, 03:19 PM, said:
Thank you. Please visit http://www.kanzazhi.com/catalog/index_t.php in FireFox2.
#51
Posted 19 November 2006, 13:07
muskokee, on Nov 5 2006, 11:31 PM, said:
This is THE ONLY solution I have found:
http://blog.deconcept.com/swfobject/
It also tackles the IE issue for flash.
Good luck,
Sheri
If you have a flyout menu that is going UNDER your Flash movie, just add a parameter to the flash in the html file... like this:
wmode = transparent
That fixes it. You have to add it in a couple of places in the Flash code... but you'll get it... and thats definitely the fix... I searched for it years ago and have been using it ever since. Hope this helps! Neil
#52
Posted 19 November 2006, 13:12
Wanwan, on Oct 24 2006, 12:59 PM, said:
First thanks to Roger for CSS_MENU contribution. I did install it to my website. However, I couldn't find cache.php in /catalog/includes/cache.php
I am using MS2, 2.2 .
I am not familiar with CSS code, I would like to change the category list's background color can anyone tell me which one to change?
I found it in the FUNCTIONS folder. Catalog/includes/functions/cache.php
Must have been a typo
#53
Posted 19 November 2006, 13:17
olivierk74, on Oct 11 2006, 04:40 AM, said:
Only problem i've got :
When i enable sts, my categories is not displaying correctly anymore.
With STS enabled i've edited file : sts_column_left.php (categories.php to categories_css.php)
When i disable STS, everything displays 100% again!
Any help!
Thanks
you have to copy all the CSS code out of the php file in this cotribution and paste it into your actual CSS file. Then copy the javascript part (right after the CSS in the same file) and paste that into ALL your templates for STS. So...if you have built any additional templates for categories, or whatever, make sure you add the javascript to each of them, Then it will work fine with STS...
It doesnt matter, then if you leave the new php file as is, since it just wont get used... and if you ever DO turn off STS, at least it will be there, and still function properly.
Hope this helps someone. I am using it with STS and it looks great. Thanks for the fantastic contribution...saved a ton of headaches tring to style that ugly side menu.
Neil
#54
Posted 20 November 2006, 05:12
Great contribution! Any chance someone would be willing to fix the products addition so that the products change name based on the language id?...That is, English name in English, Spanish name in Spanish - like with the category names....
Cheers,
Yosh
#55
Posted 20 November 2006, 13:54
lpedro, on Nov 17 2006, 09:51 AM, said:
Can someone explain me How to?
I'll release version 0.3 today, which includes the count-function and also includes the Aguzi-addition to show products in the menu, which I made also language-dependend.
Both will be available through settings in the categories_css.php .
Fear4Me
#56
Posted 20 November 2006, 15:04
fear4me, on Nov 20 2006, 02:54 PM, said:
Both will be available through settings in the categories_css.php .
Fear4Me
I've just uploaded v0.3, which includes an optimized (multi-language) version of Fugazi's function to show products in the menu. It is also possible to add the option to show productcounter in categories, like the default osCommerce behaviour. This setting is inherited from the osCommerce admin panel (Show Category Counts). I also included the STS-instruction posted in this forum.
#57
Posted 20 November 2006, 19:07
Thank you very much
#58
Posted 21 November 2006, 11:45
nelz55, on Nov 19 2006, 02:17 PM, said:
you have to copy all the CSS code out of the php file in this cotribution and paste it into your actual CSS file. Then copy the javascript part (right after the CSS in the same file) and paste that into ALL your templates for STS. So...if you have built any additional templates for categories, or whatever, make sure you add the javascript to each of them, Then it will work fine with STS...
It doesnt matter, then if you leave the new php file as is, since it just wont get used... and if you ever DO turn off STS, at least it will be there, and still function properly.
Hope this helps someone. I am using it with STS and it looks great. Thanks for the fantastic contribution...saved a ton of headaches tring to style that ugly side menu.
Neil
Hi Neil,
Just tried to install CSS Menu v0.3 according the docs and your post for copying the
css-code to my stylesheet.css and the java-script in my html-template for STS v4.3
(i use only 1 template for STS). On what place in the template the java-script has to be
copied in? Did all you and the doc subscribed but still don't get the CSS menu to show up...
Did i miss something?
Thanks for your help ;-)
Eric
#59
Posted 21 November 2006, 13:04
Only problem i am having tho is making the top level width small enough.
my left column is 158px and right is 125px but I can only get the menu down to a few pixles bigger than 158.
would separate_column_widths_V2.2.zip contribution effect this ?
#60
Posted 21 November 2006, 13:32
Hi Neil,
Just tried to install CSS Menu v0.3 according the docs and your post for copying the
css-code to my stylesheet.css and the java-script in my html-template for STS v4.3
(i use only 1 template for STS). On what place in the template the java-script has to be
copied in? Did all you and the doc subscribed but still don't get the CSS menu to show up...
Did i miss something?
Thanks for your help ;-)
Eric
[/quote]
You jusy copy the javascript code into the HEAD section like this:
This worked fine for me. Remember to add it to ALL your templates...if you use multiple ones. Then upload them to your catalog/includes/sts_templates/mysite directory
You will also need to make sure the path to your CCSS file is correct ( I just called it above... fill in your own file name and path...and add the CSS stuff from the post to your css file... like this:
This is my version, I changed a couple of colors...etc.. but you get the idea... just paste this to the bottom of whatever CSS file you already use.
Then, of course you will need to upload the php file from the posting...
I think thats it? Should work.... if it worked for me... it will work for you... I'm sure of it!
Neil[/QUOTE]














