Been working very hard to get this to work! Almost there...
***I have 13 categories - how do I get them to fit?? I have hidden at this time because it causes them to go to next line.
Finally got all 13 to fit---used
#divdropMenu li
div#dropMenu li {
position:relative;
list-style:none;
margin:0;
margin-left: .5px;
float: left;
line-height:1em;
width: 7.6%;
text-align:center;
}
***Extra space above categories in FF but not IE.
Now works in FF but not IE... This is what code looks like.
div#dropMenu {
position:relative;
width: 100%;
height: 25px;
margin-top: -10.99px;
margin-bottom: .19px;
text-align:center;
z-index: 1000;
font-family: Lucida Sans;
}
Any suggestions on how to get IE to work?
Thanks, Kim
See how in my original file, I have two width's for div#dropMenu li, and the second one starts with a *? That asterisk one is for IE only:
So you need to add *width:7.5;Code:div#dropMenu li { position:relative; list-style:none; margin:0; float:left; line-height:1em; width:16.667%; *width:16.649%; }
to your div #dropMenu li. Or something like that, basically IE needs a slightly smaller percentage.
Hi there,
How can I get the submenu to align with the main button?
If you look at the website:
http://www.1800computers.com.au/shop/
You can see the horizontal blue bar which looks good, stretching all the way, but when you hower over a link, the submenu doesn't align with the main button.
How can I fix this? I tried editing few options in stylesheet_header_menu.css file but no luck.
By the way, thanks for the great addon, awesome stuff.
I am using the Mother Earth Template I have try this on that template and it looks horrible How can use the orange bar across the header.
I need that the css flyout header work also with previous version od IE.
I add the code to the .htaccess like it's writen in the readme, but it doesn't work.
I have installed also the simple SEO module.
Maybe my code is not combined well.
Here is my .htaccess file:
PHP Code:#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change " RewriteBase / to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
#### BOF CSS FLASH HEADER
RewriteEngine On
RewriteCond %{HTTP_HOST} ^basicinstinctlingerie.com$ [NC]
RewriteRule ^(.*)$ http://www.basicinstinctlingerie.com/$1 [R=301,L]
#### EOF CSS FLASH HEADER
Thank's for your help!
I love internet and the power of information... Best Wishes!!
I am still working on categories in my header. I dropped one trying to get all to fit.
Still does not look very good and categories are running together like Homeschool and kids.
Still Need:
1. Categories to line up across -spacing
2. When hover over Christian Living - covers words up
Any suggestions? Kim
www.burnerbooks.com
Installed on my 1.3.8a and working like a charm, just got to edit the stylesheet tomorrow to change the colours!
Thankyou for such a great add-on!