I'm working on my concept for Beez 1.6.
At the moment I'm still using 1.511 as basis.
After finishing this , I want to migrate the template to 1.6.
My aim is to demonstrate the template overrides, add some accessible JS, add
template -parameter and make the design nicer.
For the template- Prameter I decided to offer the possibility choose
between navigation before and after content.
I think this way is good , because a lot of people have different opions
about this issue.
At my demo- site the navigations is after the content. After configuering
we got a normal 3 column layout.
I want to offer two color schemes. Blue and black / white and Aria -
Elements for the forms.
http:// test1.run-digital.com
It's only the beginning , I got a lot of work , especially CSS for IE,
left.
Bye Angie
ausdrucks | STARK
Büro für Kommunikation Angie Radtke
www.der-auftritt.de
Witterschlicker Allee 52 53125 Bonn
0228/6420467 Mail:a.ra...@derauftritt.de
-----------------------------------------------------------------------
Barrierefreies Webdesign
von Angie Radtke und Dr. Michael Charlier
ISBN: 3-8273-2379-7
> There is a problem with the width of the login form (in firefox 3.0.11/
Linux)
what kind of prob we got?
Bye Angie
.our_component ul.products { /* specificity = 0,0,2,1 */
padding-left:0;
list-style:none;
}
#main ul,#main2 ul { /* specificity = 0,1,0,1 */
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}
There was a discussion of this issue (who should have final design control) and the general consensus was that it should be the designer, not the component or module developer. So maybe using the suggestion of having an id on your component to add specificity is your best solution. That way you will trump the template naturally, but the designer can always grab it back if they want.
You are seeing it from the point of view (naturally) of the component developer, but think also of the site designer who wants all the extensions in the site to have the same look and feel.
This is the earlier thread:
http://groups.google.com/group/joomla-dev-cms/browse_thread/thread/24d7eba022b1c830/dd7b055feb11f025
Andy
<BR
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.339 / Virus Database: 270.13.0/2209 - Release Date: 06/29/09 14:43:00
Yes, you explained it much more clearly than I did. Some of this is achieved with specificity and some of it with proximity. #3 is achieved with specificity and #4 can use that specificity and trump it with proximity.
Andy