Re: CSS Dropdown menu for your header- With Categories!
Ok, cant get the drop downs to appear on IE 6. I made a htaccess file and uploaded it with the following code....
RewriteEngine On
RewriteCond %{HTTP_HOST} ^sgtpepper.com.au/$ [NC]
RewriteRule ^(.*)$ http://www.sgtpepper.com.au/$1 [R=301,L]
Now if I type in sgtpepper.com.au, it redirects to http://www.sgtpepper.com.au.....but the drop downs dont work.
Any suggestions?
Also I really would like to second Karimm's request. Is it possible?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
YZ250
Ok, cant get the drop downs to appear on IE 6. I made a htaccess file and uploaded it with the following code....
RewriteEngine On
RewriteCond %{HTTP_HOST} ^sgtpepper.com.au/$ [NC]
RewriteRule ^(.*)$ http://www.sgtpepper.com.au/$1 [R=301,L]
Now if I type in sgtpepper.com.au, it redirects to
http://www.sgtpepper.com.au.....but the drop downs dont work.
Any suggestions?
Also I really would like to second Karimm's request. Is it possible?
Is your site defined as www.sgtpepper.com.au in the includes/configure.php file, OR is it defined as sgtpepper.com.au in that file?
I'm not sure how that would be possible.... as you don't see the categories in this menu when you're normally on a page... You have to activate the dropdown to see the categories. So no, its not possible.
Re: CSS Dropdown menu for your header- With Categories!
site is defined as www.sgtpepper.com.au
Brendan
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
YZ250
Do you have includes/csshover.htc uploaded? Can you post a link of the actual store?
Re: CSS Dropdown menu for your header- With Categories!
Store is www.sgtpepper.com.au/store
The drop down works on IE7 and Firefox. its only at work on IE6 that I noticed it wasnt working.
Brendan
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
YZ250
Store is
www.sgtpepper.com.au/store
The drop down works on IE7 and Firefox. its only at work on IE6 that I noticed it wasnt working.
Brendan
Upload includes/csshover.htc.
Re: CSS Dropdown menu for your header- With Categories!
Well i'll be blowed. It works now. Sorry for that, im normally pretty good with uploading things as necessary.
While I have you, can you advise on the border issue im having on the extreme right of my drop menu? I played with the widths on my style sheet and got it to the point where changing the % by .001 will spill the menu accross two lines, yet keeping it as is the border looks a bit funny.
Any suggestions? Do I need to do down to 5 decimal places????
Brendan
sgtpepper.com.au/store
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
YZ250
Well i'll be blowed. It works now. Sorry for that, im normally pretty good with uploading things as necessary.
While I have you, can you advise on the border issue im having on the extreme right of my drop menu? I played with the widths on my style sheet and got it to the point where changing the % by .001 will spill the menu accross two lines, yet keeping it as is the border looks a bit funny.
Any suggestions? Do I need to do down to 5 decimal places????
Brendan
sgtpepper.com.au/store
Give that last menu item (contact us) a class of "noLine", like this:
<a class="noLine" href="
Then it will get rid of the last border; it's not needed.
Re: CSS Dropdown menu for your header- With Categories!
I was wondering if you could look at the drop menus on my site and provide some feedback or recommendations for coding improvement. I'm using Paul's edition (I hope that not a problem posting on this thread). I've gotten it to look pretty much the way that I want it to.
The problem that I'm having is that in IE once you mouse over fly-out sub-menus then mouse over the top menus again, the sub-menus are automatically expanded wth no menu text in the boxes. You can see this behavior if you go to www.medibiz.us then Personal & Household > Incontinence > Baby Diapers the go pack up to the top menu item " Personal & Household. If you go back up to the top the sub-menus Incontinence > Baby Diapers expands automatically.
I am using the stylesheet_header_menu.css from CSS Drop menu (not Paul's version) because I found that I could get it to look/do what I wanted. If you'd like I can paste a copy here.
I'm hoping that you've seen this behavior before and have a recommendation for resolving it. Any help would be appreciated.
Thanks
David
Re: CSS Dropdown menu for your header- With Categories!
jettrue I have a question for you. I am using the Return Authorization Module and it put the link for it into the information side box. My question is how would I add it in the drop down menu. Thank you ahead of time.