Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 6:38 pm (All times are UTC )

 




Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Tue Dec 26, 2006 11:06 pm 
Joomla! Ace
Joomla! Ace
Offline

Joined: Tue Nov 14, 2006 3:19 am
Posts: 1040
Location: Portland, OR USA
How do I find what CSS is used by...?

This is a common question.  How is the answer found?

Once you know the answer you can memorize the class and id names and tell the next person.

You can look at the generated source with View > Source to see what class and id names are used by the html sections you are interested in.

You can use one of the debug tools which has a live inspection mode.  This is the fastest and easiest way to see what CSS is actually used.  See the Template FAQ: Common HTML/CSS Debug Tools for a short list of debug tools.  For example, the Firefox add-on FireBug has a live inspection mode where you move the cursor around the web page, a box is drawn around the element of the web page, and in the FireBug window you can view (for the highlighted element) the source code, or the css (with links to the actual section in the css file), and other information.

Also look in the Templates FAQ: Base Joomla! CSS Styles for a list of all class and id names used by Joomla.

TIP:
HTML of the form class="classname" matches the CSS .classname
HTML of the form id="idname" matches the CSS #idname

_________________
Keith Watson


Top
  E-mail  
 
Posted: Thu Mar 01, 2007 7:22 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Dec 15, 2005 9:39 pm
Posts: 81
Very nice tip.. thanks!
Firebug helped me a lot!


Last edited by Naesstrom on Thu Mar 01, 2007 7:32 am, edited 1 time in total.

Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group