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?

newbie CSS questions
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: newbie CSS questions
#16783
newbie CSS questions 12 Years, 10 Months ago Karma: 0
Hello,
the menu works very well, but I need to change a couple of items and despite trying some of the instructions on the forum I cannot get them to work.
I am trying to;
-change the background colours on the horizontal menu to blue normally and red when in focus
-when in the vertical menu the sub menu items disappear behind the rotating image, how can I have it on top of the image?

I have pasted some of the code in the CSS box of the template and also in the CSS box in the menu options, but neither seem to work.

The site is still a work in progress and is www.historicferriby.org.uk/index.php

Many thanks for any help.
cheers
Col
The administrator has disabled public write access.
 
#16816
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 747
Hello,

1. Add the next CSS rule:

Code:


#ariyui81 .yuimenubaritem-selected
{
  background: none red !important;
}



2. Sorry, but we can't reproduce this problem on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16820
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 0
admin wrote:
Hello,

1. Add the next CSS rule:

Code:


#ariyui81 .yuimenubaritem-selected
{
  background: none red !important;
}



2. Sorry, but we can't reproduce this problem on your site.

Regards,
ARI Soft


Hi,
thanks very much for the reply.
My apologies, point 1 relates to the sub menu items when in the horizontal mode. Because the background only comes into focus on hover you cannot see the sub menu items as the text is black with a clear background. Also, is there any way to right align the menu horizontally?

I have now put the menu back to the vertical menu so that you are able to see the menu on the index.php page.

Thanks again for your help.
Col
Last Edit: 2011/07/03 17:23 By tosh124.
The administrator has disabled public write access.
 
#16823
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 747
About question #2, add the next CSS rule:

Code:


body .s-c-s #col2
{
 overflow: visible;
}



Regarding to question #1, could you provide screenshot where we can see what do you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16825
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 0
admin wrote:
About question #2, add the next CSS rule:

Code:


body .s-c-s #col2
{
 overflow: visible;
}



Regarding to question #1, could you provide screenshot where we can see what do you want to achieve?

Regards,
ARI Soft


Fantastic it works , you make it look so easy

I have put back in the top menu with the top menu partly populated, but as you can see the text in the sub menu fades into the background and is left aligned whereas it would be great if it were right aligned so that I could extend the logo.

Many thanks again for patience & support.
Best wishes
Col
The administrator has disabled public write access.
 
#16826
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 747
Could you provide screenshot where we can see how it should look?

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