Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

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

    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.

  2. #2
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

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

    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?/$[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} -[OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule 
    .* - [L]

    RewriteRule ^(.+) index.php/$[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!!

 

 

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