[css-d] Drupal Themer ...

2009-11-05 Thread Tim Ware
I hope this isn't too off-topic or a disallowed topic, but

First, I’m interested to know if anyone can recommend any developer(s)  
skilled in creating themes for Drupal 6 – we have an immediate need  
for additional resources along these lines, and would be interested in  
speaking to anyone who fits that bill (particularly from developers in  
the San Francisco Bay Area).

Second, does anyone know of any listservs or similar resources  
dedicated to Drupal theme creation? We regularly follow discussions on  
Drupal.org for updates to modules, discussion of bugs etc, but  
wondering if there are any communities out there that focus more  
specifically on Drupal’s presentation layer? Would love to hear any  
recommendations!

Thanks for any help here.

Tim




___Tim Ware / HyperArts___
T: 510.339.6084  F: 510.339.6086  E: t...@hyperarts.com
201 4th Street , Suite 404 . Oakland CA 94607
www.hyperarts.com  .  socialmedia.hyperarts.com  .  twitter/hyperarts





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Vertical padding weirdness

2009-11-05 Thread G. Sørtun
Benct Philip Jonsson wrote:
  So that's the margins of the h1 and the p interfering? Outside the
  boxes of the divs which contain them?  I *really* don't understand
  how margins are calculated!

You're encountering collapsing margins...

http://www.w3.org/TR/CSS21/box.html#collapsing-margins

...and in your case it's easier to think about them as escaping 
vertical margins. The vertical margins on elements do indeed escape 
containers, but will stop escaping inside the first containing-box that 
has vertical paddings set on it - one of the W3C-standardized contain 
vertical margins solutions available to us. Which contain vertical 
margins solution that works best will always depend on the actual case, 
but vertical paddings on the innermost containing-box will always do the 
job.

Keep the above W3C link handy, study what it says, but don't worry too 
much about not understanding exactly how collapsing margins works in 
its minutest details. Those who write standards and build browsers have 
had their fair share of failures in writing and programming in and out 
around those collapsing margins over the years, and you may still run 
into some unclear and inconsistent cases in both camps.

regards
   Georg
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS for advertisement images

2009-11-05 Thread Brian M. Curran
Hello,
It was back around Sept 5th that I posted a question about how I was having a 
problem with my image advertisements when I hovered over them. (They would jump 
around.) Well, it was suggested to me to make the images into a list, and that 
fixed the jumping issue. My question today is that it seems that there is a 
site that accomplished what I wanted to do, but without making the images into 
a list. My site is:
www.locallaw11of1998.com

and the site that isn't using a list is.
www.allworship.com

Did the other site do something special that I didn't see? 

Sincerely,
Brian
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/