Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    Boston
    Posts
    148
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Re-read the readme.txt, and be sure you've followed the instructions for the .htaccess, and for the csshover.htc file, and make sure they are both uploaded in the correct spots. csshover.htc should be in the includes/ folder.
    Hi Jade,
    Awesome, I hadn't changed "mysite"s in htaccess. I remember my 2nd grade teacher telling me to read and understand the directions BEFORE proceeding.

    One problem; my site is defined WITHOUT the www., so I added the appropriate code, but, if I type in www.keepsafeco.com (with the www.) in a ie6 address bar, I don't get the hover dropdown. I tried adding the code for sites defined WITH the www to the htaccess, but as I'm sure you know, this didn't work. Is there anything I can do?

    Beautiful family BTW

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by Mickmo68 View Post
    Hi Jade,
    Awesome, I hadn't changed "mysite"s in htaccess. I remember my 2nd grade teacher telling me to read and understand the directions BEFORE proceeding.

    One problem; my site is defined WITHOUT the www., so I added the appropriate code, but, if I type in www.keepsafeco.com (with the www.) in a ie6 address bar, I don't get the hover dropdown. I tried adding the code for sites defined WITH the www to the htaccess, but as I'm sure you know, this didn't work. Is there anything I can do?

    Beautiful family BTW
    Right. The whole point of the .htaccess is so that when you type www., it changes to non-www., if you've done it correctly. In IE6, the drop down menu can only work for whichever way you have it defined in your configure.php file, as IE6 sees your www. and your non-www. as two different domains.

    If you defined your site in your includes/configure.php without the www/, then you need to be using this in your .htaccess:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
    RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]

    Then when you type in www. in your browser, it should change to non-www., then with the csshover.htc uploaded, your drop down will work.

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg