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?

Transparent background
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Transparent background
*
#24098
Re:Transparent background 12 Years, 2 Months ago Karma: 746
Add the next CSS rules:

Code:


body .rowby2columnfooter-text .yui-skin-sam .yuimenubar LI
{
 background: transparent none !important;
}

body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
 border-style: none !important
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24100
Re:Transparent background 12 Years, 2 Months ago Karma: 1
Sorry to keep bothering you. I have decided to get rid of all borders. Specifically the right border that separates the items.

I would do it myself but it appears in your css you are already saying no borders, so I am not sure what would turn off that right border color (which is colored #808080.

Finally I want the text white (#FFFFFF) instead of black. Both on original visited and hovered.

And "finally" forcing a hand pointer for browsers that support a hand pointer.

Thanks!

Rowby

Below is the current code in the css panel.

Code:

body .rowby2columnfooter-text .yui-skin-sam .yuimenubar LI
{
 background: transparent none !important;
}

body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
 border-style: none !important
}

Last Edit: 2012/01/25 19:52 By rowby.
The administrator has disabled public write access.
 
#24108
Re:Transparent background 12 Years, 2 Months ago Karma: 746
Add the next CSS rule:

Code:


body .rowby2columnfooter-text .yui-skin-sam UL LI
{
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24110
Re:Transparent background 12 Years, 2 Months ago Karma: 1
Thanks that's working (testing it on another domain -- the live domain.)

Can you finally give me the code for the cursor to be a hand instead of a pointer.

I tried some css on my own but it didn't work.

Thanks

Rowby
The administrator has disabled public write access.
 
#24112
Re:Transparent background 12 Years, 2 Months ago Karma: 746
Code:


body .rowby2columnfooter-text .yuimenubar A
{
 cursor: pointer !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24114
Re:Transparent background 12 Years, 2 Months ago Karma: 1
Thanks that's working (testing it on another domain -- the live domain.)

Can you finally give me the code for the cursor to be a hand instead of a pointer.

I tried some css on my own but it didn't work.

Thanks

Rowby
The administrator has disabled public write access.
 
Go to topPage: 123