Hover / highlight in Article elements?

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Mon Feb 13, 2012 8:09 am
I have an article on the home page. The article has a table in it. If you mouse over the home page area the table contents "highlight" as if there was a hover state going on?

Any ideas on how to disable this and what is causing this?

Also, the article ignores the transparency of png's (in all browsers).

Thanks in advance
User avatar
Fresh Boarder

Konrad M
Mon Feb 13, 2012 9:31 am
Hi
Can you give us url to your site?
User avatar

GK User
Tue Feb 14, 2012 7:31 am
temp location: www.xopandora.com/devicescape

Issue happens with Safari, Chrome and Firefox - haven't tried others yet.

Joomla 2.5 / Used Quickstart

Mouse over the iPad and the two left hand side tables to see issue.

SIDE NOTE - this will ultimately be resolved b/c the client wants to go with a white background but I'm still wondering what is causing / controlling this?
User avatar
Fresh Boarder

Konrad M
Tue Feb 14, 2012 9:33 am
In joomla.css you have rule for hovered row in table.
Code: Select all
table tr:hover {
    background:#FFFEF4;
}

to remove it, please try add to override.css
Code: Select all
table tr:hover {
    background: none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 20, 2012 5:11 am
That did it - Thank you.

Just FYI - I did not make any changes to the joomla.css file. This was native in the Quick Start files.
User avatar
Fresh Boarder

Konrad M
Mon Feb 20, 2012 9:55 am
Ok. I'm glad is working now.
User avatar


cron