Results 1 to 6 of 6

Thread: Need help with Glossy Horizontal Menu

  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink Need help with Glossy Horizontal Menu

    Hy to all,

    So this is my website today ...lol more a website training waiting it to be done .
    URL edited by admin. Sorry, no adult links allowed. Just post the source code

    Don't worry you can go for it there is no adult content yet so just click yes and you will see my problem .

    My problem is with the glossy horizontal menu, it doesn't show on the website as it should ( you could have guest it by looking into the link above ) .

    This the html code i use :

    Code:
    <div id="en_tete"></div>
    
    <ul class="glossymenu">
      <li><a href="home.html" class="current">Home</a></li>
      <li><a href="oursexshop.html">Our Sexshop</a></li>
      <li><a href="ourdatingwebsite.html">Our Dating area</a></li>
      <li><a href="thebestsexshoponline.html">The Top 5
    Sexshop online</a></li>
      <li><a href="thebestwebcamshow.html">The Top 5
    Sex Webcam host online </a></li>
      <li><a href="thebestdating.html">The Top 5 Dating
    websites</a></li>
      <li><a href="aboutus.html">About Us</a></li>
    </ul>
    <br style="clear: left;">
    
    <div id="corps">
    And this is my css code :

    Code:
    .glossymenu{
    	position: relative;
    	padding: 0 0 0 34px;
    	margin: 0 auto 0 auto;
    	background: url("menur_bg.gif") repeat-x; /*tab background image path*/
    	height: 46px;
    	list-style: none;
    }
    
    .glossymenu li{
    	float:left;
    }
    
    .glossymenu li a{
    	float: left;
    	display: block;
    	color:white;
    	text-decoration: none;
    	font-family: sans-serif;
    	font-size: 13px;
    	font-weight: bold;
    	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
    	height: 46px;
    	line-height: 46px;
    	text-align: center;
    	cursor: pointer;	
    }
    
    .glossymenu li a b{
    	float: left;
    	display: block;
    	padding: 0 24px 0 8px; /*Padding of menu items*/
    }
    
    .glossymenu li.current a, .glossymenu li a:hover{
    	color: #fff;
    	background: url("menur_hover_left.gif") no-repeat; /*left tab image path*/
    	background-position: left;
    }
    
    .glossymenu li.current a b, .glossymenu li a:hover b{
    	color: #fff;
    	background: url("menur_hover_right.gif") no-repeat right top; /*right tab image path*/
    }

    What is wrong and how do i fix it ???

    By the way i would like my website to be able to " auto format " ( i dont know the rigth term ) to any screen reso ...possible ?? and how if you were kind enough to answer me .

    Thank you very much in advance as for me it's like visiting the moon to create a website ..just great .
    Last edited by ddadmin; 07-05-2009 at 08:12 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please pm me the URL of your site again (don't post it publicly).
    DD Admin

  3. #3
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It seems like i cannot send you PM ....lol

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Ah right, new members can't use the pm system lol In that case, please repost the URL here (I'll delete it later).
    DD Admin

  5. #5
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Jul 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well thanks anyway .

Bookmarks

Posting Permissions

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