Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Menu loses formatting in position1(beez5 template)
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Menu loses formatting in position1(beez5 template)
#15120
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 747
You have sent only HTML file. Save ALL page files (including images, javascript and CSS files), archive them and send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15125
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 0
Okay, so hopefully the third time is the charm and the right files were sent. Thanks in advance for the help!
The administrator has disabled public write access.
 
#15163
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 747
Add the next CSS rules:

Code:


#header .yuimenubar ul li a:link, 
#header .yuimenubar ul li a:visited
{
 display: block;
}

#header .yuimenubar ul
{
 position: relative;
 right: 0;
}

#header .yui-skin-sam
{
 position: absolute;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15166
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 0
Thanks so much! That worked perfectly!
The administrator has disabled public write access.
 
#15167
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 0
Actually, one more question. How would I make the width of the menu span across the entire page? Thanks!
The administrator has disabled public write access.
 
#15173
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 747
Try to replace the next CSS rule:

Code:


#header .yui-skin-sam
{
 position: absolute;
}



with:

Code:


#header .yui-skin-sam
{
 position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12345