Using firebug how do you edit element.style

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jan 13, 2012 5:49 pm
Using firebug how do you edit element.style
User avatar
Senior Boarder

Konrad M
Fri Jan 13, 2012 6:04 pm
Hi

When you will click right mouse button and choose Inspect element with firebug you will see to windows at bottom of the page. In left one you will see html code and your element. In right window you will see css rules added to this element. If you click them you can edit them to see effect.
User avatar

GK User
Sat Jan 14, 2012 11:21 am
element.style is hardcoded style. You have to find the php file and alter it there.
Changing the CSS will do nothing.
User avatar
Junior Boarder

GK User
Sat Jan 14, 2012 3:18 pm
CSS code with '!important' declaration can override inline styles.
User avatar
Platinum Boarder


cron