Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 21

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 10.05.2004, 23:36   #1 (permalink)
Mamber
 
Join Date: May 2004
Posts: 55
jmayer is on a distinguished road
Default JSCOOK menu problems

There's a style sheet where all the JSCOOK css is located. I can change the background color etc. However, I cannot change the font size or color for some reason. I know how to use css, but it's like something is overriding it.


any suggestions?
jmayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 11.05.2004, 05:30   #2 (permalink)
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: JSCOOK menu problems

Hmm... did you edit the correct CSS file? If you are looking at changing the default themeOffice style, its at /includes/js/themeoffice/theme.css

Make sure you change the correct selector/class/id too.
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 00:34   #3 (permalink)
Mamber
 
Join Date: May 2004
Posts: 55
jmayer is on a distinguished road
Default Re: JSCOOK menu problems

It's not so much that I can't see ANY results, it's that I can't get the results i want. Look at this:

http://portal.advancedlegal.com/

When you hover over the submenu items, they go from bold to normal. I can't remedy this. I have "font-weight: bold;" in EVERY selector in that css file....just to be sure.

I can't remove the border from around the whole menu, and it can't be done in the template css file either.

Look at that url in Netscape, two of the jscook menu items is bold and 5 are normal.

What the hell is going on here?
jmayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 20:15   #4 (permalink)
Mamber
 
Join Date: May 2004
Posts: 55
jmayer is on a distinguished road
Default Re: JSCOOK menu problems

Would someone mind helping me with this? Did I post my question in the wrong manner?

thanks,

J
jmayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 20:58   #5 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: JSCOOK menu problems

All I can say is it is an absolute ******* to try get the css styling to work correctly with JSCook.

I'd help, but I kinda gave up.

Here is another annoying bug (for me anyway).


If you have the module display vertically, in IE you cant change the color of the hover text, yet it works in Firefox.
Even wierder, go back to horizontal mode and works no problems.

Then if you try to have two jscook menus (using my module) on a page (showing different menus), IE cant hack it and stops showing the dropdown submenus, of course it works in firefox


So I'm working to find another menu script I can put into a module that is easier to style and isnt as buggy, oh and did I mention the script is not fullx-browser compliant. A few browsers like safari (I think) wont show the submenus

Arghhhhhhhhhhhhhhhhhhhhhhhhhh
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 22:32   #6 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
inglia is on a distinguished road
Default Re: JSCOOK menu problems

Maybe this can help

In your main css file change TABLE.moduletable TD font-weight to bold,
like this:

Code:
TABLE.moduletable TD {
FONT-WEIGHT: bold; 
FONT-SIZE: 10px; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
and here is your theme.css without black box
inglia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.06.2004, 23:12   #7 (permalink)
Junior Mamber
 
BelowZero's Avatar
 
Join Date: Apr 2004
Location: http://www.denbosch.nl/
Posts: 40
BelowZero is on a distinguished road
Default Re: JSCOOK menu problems

I have the same problem with JSCOOK menu.
The color of the font of the main menu can't be changed.
So I downloaded ThemeMiniBlack from JSCOOK website (color; white, background; black). Nor Opera, Firefox or IE shows me a white fontcolor.
The only thing I see is a black blackgroundcolor and black fontcolor. Thus one black square.

I haven't changed any css after downloading. The only thing I did was changing mod_display_menu-jscook.php so the ThemeMiniBlack could be seen after adding the right parameters in the module config.

case "black":
$theme = "ThemeMiniBlack";
break;

Can anyone help me out.
BelowZero is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.06.2004, 19:14   #8 (permalink)
Mamber
 
Join Date: May 2004
Posts: 55
jmayer is on a distinguished road
Default Re: JSCOOK menu problems

I finally figured out this JScook CSS file. I have attached theme.css and you will see that I broke up some of the clustered headers and gave them individual parameters. I also added some comments that will make it easier to edit.

to see this in action, go to http://demo.advancedlegal.com

and if you haven't done so, I suggest downloading Pixie, http://www.download.com/Pixie/3000-2...ml?tag=lst-0-1

it definatley helps when you need to figure out color-codes.
Attached Files
File Type: txt theme.txt (6.3 KB, 113 views)
jmayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.06.2004, 19:07   #9 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Re: JSCOOK menu problems

Thanks a lot for posting that CSS for the menu, jmayer!!! I know CSS fairly well, but like Stingrey said, that JSCook CSS isn't anything fun to work with. I cleaned up the CSS you posted just a bit a made some modification of the colors to make them more generic for others to have more CSS options.

Just trying to help out...

Thanks again!!
Attached Files
File Type: txt theme.txt (5.7 KB, 123 views)
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 29.06.2004, 12:43   #10 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 2
spacecowboy is on a distinguished road
Default Re: JSCOOK menu problems

Ok ok so instead of staying up most of the night trying to figure this out I really should have checked the forum first !!

*Sounds of spacecowboy kicking himself*

This thread helped enourmously!

spacecowboy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to add new menu item in Main Menu Max Kaar Mambo 4.5 Installation and Upgrades 8 06.09.2006 04:02
More than one JSCook Menu? Big Bopper Mambo 4.5 'How Do I' Questions 7 05.06.2006 11:37
new Modules -> Display Menu - JSCook & Simple stingrey Development Announcements 14 15.07.2004 18:44
Multiple menu problems jmayer Mambo 4.5 'How Do I' Questions 3 17.06.2004 18:10
sub menu under dtree menu dgs Mambo 4.5 'How Do I' Questions 5 10.04.2004 05:35


All times are GMT +2. The time now is 05:31.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.