Re: [css-d] Universal selector vs. body selector

2009-10-07 Thread Ezequiel Garzón
Thank you, Philippe! It's interesting that the anchor's color doesn't seem
to be specified in the W3C document.
__
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] Site Check

2009-10-07 Thread Chris Blake
Hi,

http://www.redrunner.co.uk/rr/

Battling with Drupal and Javascript, but it's getting there. Let me  
know of any problems and if you have any fixes for them. There are a  
few niggles in IE7, but nothing major as far as I can see.

Cheers, Chris


__
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] Drop down menus...

2009-10-07 Thread Michael Beaudoin
I've looked at the Suckerfish menus, plus a few more, but none of them  
explain how to use drop down menus with a graphic as the main menu.

If anyone has any additional places I can go look, I'd appreciate it.

Thanks,
Michael
__
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] Drop down menus...

2009-10-07 Thread Val Dobson
Have you looked at www.cssplay.co.uk/menus ?  He has a wide range of
menus on there.

Val

2009/10/7 Michael Beaudoin mich...@ba-doyn.com:
 I've looked at the Suckerfish menus, plus a few more, but none of them
 explain how to use drop down menus with a graphic as the main menu.

 If anyone has any additional places I can go look, I'd appreciate it.

 Thanks,
 Michael
 __
 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/




-- 
---
www.oakleafcircle.org.uk
www.valdobson.co.uk
www.astrodiary.co.uk
__
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] Drop down menus...

2009-10-07 Thread Michael Beaudoin
On Oct 7, 2009, at 1:48 PM, Val Dobson wrote:

 Have you looked at www.cssplay.co.uk/menus ?  He has a wide range of
 menus on there.

 Val

 2009/10/7 Michael Beaudoin mich...@ba-doyn.com:
 I've looked at the Suckerfish menus, plus a few more, but none of  
 them
 explain how to use drop down menus with a graphic as the main menu.

 If anyone has any additional places I can go look, I'd appreciate it.

 Thanks,
 Michael



Great. Thanks for the link. Lots of stuff to wade through.

Michael
__
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] I had it, I lost it, I can't think! Help? PVII drop-down menu

2009-10-07 Thread Theresa Mesa
http://mdh-test.com/PV_web/index.shtml
http://mdh-test.com/PV_web/pvg.css
http://mdh-test.com/PV_web/p7PMMh04.css

I'm using a drop-down menu from Project VII. I haven't finished  
styling for colors and such. I'm having just a bit of an issue. This  
was mostly fine yesterday, and I mucked it up.

This menu has to fit into 421px wide.

In FF on a Mac, the text size and placement is great. When I roll over  
the first and last link, the gray goes to the edge of the black box.  
In IE7 and Safari (I haven't checked IE8 yet), the text placement is  
too close to the center, as you can see when you roll over the first  
and last links. I need to spread them out more without breaking  
Firefox, and have that black edge go away on the first and last links.  
Can you help me figure out what I'm doing wrong? It's probably  
something really simple, but I can no longer see the forest for the  
trees. This is gonna break on zoom - I know.

Thanks so much!!!


Theresa

__
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] I had it, I lost it, I can't think! Help? PVII drop-down menu

2009-10-07 Thread Peter Hyde-Smith

- Original Message - 
From: Theresa Mesa trixiesirishe...@gmail.com
Subject: [css-d] I had it, I lost it,I can't think! Help? PVII drop-down 
menu


  I need to spread them out more without breaking
 Firefox, and have that black edge go away on the first and last links.

Theresa,

The problem, as I read it, exists in IE8 + FF under WinXP SP3.

Try starting out here,

div#navMar {
 width: 421px; - remove this width declaration
 max-width: 421px;
}

/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
 margin: 0 !important;  - add important declaration
 padding: 0;
}

I think you want the width of the navMar division to collapse onto the 
auto-sized li elements. The auto-size will make them only as wide as 
necessary, the total of which maybe less than 421px. I could not find what 
was overiding the margin: 0; on the ul. Someone with a more experienced eye 
may find it right off.

Best Regards,

Peter
www.fatpawdesign.com
etc ad nauseum 

__
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] Site Check

2009-10-07 Thread David Laakso
Chris Blake wrote:
 Hi,

 http://www.redrunner.co.uk/rr/

 Battling with Drupal and Javascript, but it's getting there. Let me  
 know of any problems and if you have any fixes for them. There are a  
 few niggles in IE7, but nothing major as far as I can see.

 Cheers, Chris
   




Let the list know when you've validated and have no js errors. It is 
difficult enough to debug Drupal proper.
__
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] Help using div and CSS to display image rotators side-by-side

2009-10-07 Thread MarvinC
I wonder if someone can assist me with a change I'd like to impliment in a
WordPress theme? The name of the theme is Greed and info on it can be found
at the following link:

http://www.wpdesigner.com/2007/05/27/greed-wordpress-theme/

Support for the theme appears to dead so I'm scowering the net in search of
ways to do what is probably basic. What I'm trying to do is simply display
tow image rotator systems side-by-side. One is called the Front Page
Scroller and the other one would be something like a slider or rotating
flash gallery that pulls posts. Being that the theme uses div statements I'm
guessing it'll be to my best interest to continue to use DIVs instead of
tables. What I can't figure out is how to display items side by side without
using a table and row and how to add the correct verbiage to the style
sheet.

I'm searching for any tuts ot direction that can possibly help me to figure
this out on my own therefore any responses from the list would be very
helpful and appreciated.

tia
__
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/