|
Max
post date:
2010-10-24 07:31:44
|
Hi, I've installed demo FlexiPanels CSS and testing before purchasing.
How could I make a button with hover effect with FlexiPanels CSS.
Usually when you create buttons, you put .hover in CSS fille, but with FlexiPanels CSS color and other stuff is written in source code.
So is there a way, maybe in source code make hover effect with the same css panel just different color/style?
P.S. sorry for my english, not the first language.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-10-25 06:50:44
|
Hello Max,
A panel is created using several images, not directly colors. So, you can't simply set the background color of the divs from one color to another.
Also, I don't think it's possible to use the hoveer pseudo-class on the divs. The content divs are the ones that have height and width. However, they do not define the way the panel looks. The interior divs do this job. But they have no dimensions, so I think that it won't work placing using hover styles for them.
Regards,
Andrei Rinciog
|
|