Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
You're absolutely right. I hadn't even thought it through like that. Thanks! On 2/21/2013 9:16 PM, Georg wrote: On 21.02.2013 21:35, Michael Stevens wrote: That worked but why does that min-height work on the menu DIV but not the page DIV? I made the page DIV, and actually just left it 'cause I

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Georg
On 21.02.2013 21:35, Michael Stevens wrote: That worked but why does that min-height work on the menu DIV but not the page DIV? I made the page DIV, and actually just left it 'cause I forgot to remove it, a min-height of 80em and it does nothing. #page contains #footer and all else, and conseq

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
That worked but why does that min-height work on the menu DIV but not the page DIV? I made the page DIV, and actually just left it 'cause I forgot to remove it, a min-height of 80em and it does nothing. Thanks, Mike -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css

Re: [css-d] [class*="span"]

2013-02-21 Thread Tim Climis
On Friday, February 22, 2013 12:46:37 am Angela French wrote: > Can someone please explain this to me - what it does, and maybe a practical > example? Thank you. > > [class*="span"] { > float: left; > min-height: 1px; > margin-left: 20px; > } > this selects any element with a class that c

Re: [css-d] [class*="span"]

2013-02-21 Thread Philippe Wittenbergh
Le 22 févr. 2013 à 09:46, Angela French a écrit : > Can someone please explain this to me - what it does, and maybe a practical > example? Thank you. > > [class*="span"] { > float: left; > min-height: 1px; > margin-left: 20px; > } A helpful translator for these selectors: http://gallery.

Re: [css-d] [class*="span"]

2013-02-21 Thread Tom Livingston
http://stackoverflow.com/questions/9836151/what-is-this-css-selector-class-span Sent from my iPhone On Feb 21, 2013, at 7:46 PM, Angela French wrote: > Can someone please explain this to me - what it does, and maybe a practical > example? Thank you. > > [class*="span"] { > float: left; > m

[css-d] [class*="span"]

2013-02-21 Thread Angela French
Can someone please explain this to me - what it does, and maybe a practical example? Thank you. [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edu http://ww

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Georg
On 21.02.2013 11:32, Michael Stevens wrote: OK, it's not "breaking" but I've noticed after making some content changes that my footer is not dropping far enough on a couple pages. Problem pages are: www.wideopenphotography.com/events.php www.wideopenphotography.com/portfolio.php Adding... #men

Re: [css-d] Horizontal menus

2013-02-21 Thread Chris F.A. Johnson
On Fri, 22 Feb 2013, Anthony wrote: Sorry guys. Here is the menu I am trying to achieve. What is the best and neatest way to achieve this using css? http://img841.imageshack.us/img841/8483/csssubmenu31024x309.jpg -- Chris F.A. Johnson,

Re: [css-d] Horizontal menus

2013-02-21 Thread Anthony
Sorry guys. Here is the menu I am trying to achieve. What is the best and neatest way to achieve this using css? http://img841.imageshack.us/img841/8483/csssubmenu31024x309.jpg On Fri, Feb 22, 2013 at 7:55 AM, Anthony wrote: > Thanks guys. > The image I sent must have not come through :( > > > O

Re: [css-d] Horizontal menus

2013-02-21 Thread Anthony
Thanks guys. The image I sent must have not come through :( On Friday, February 22, 2013, Tim Arnold wrote: > On Thu, Feb 21, 2013 at 12:27 PM, David Hucklesby > > > wrote: > > > > On 2/20/13 4:34 PM, Anthony wrote: > >> > >> Hi all > >> > >> I am using a Superfish module for a horizontal menu i

Re: [css-d] Horizontal menus

2013-02-21 Thread Tim Arnold
On Thu, Feb 21, 2013 at 12:27 PM, David Hucklesby wrote: > > On 2/20/13 4:34 PM, Anthony wrote: >> >> Hi all >> >> I am using a Superfish module for a horizontal menu in my Drupal 7 site. >> I've currently got it set up so that the last menu item is floated to the >> right, and there is a gap in b

Re: [css-d] Horizontal menus

2013-02-21 Thread David Hucklesby
On 2/20/13 4:34 PM, Anthony wrote: Hi all I am using a Superfish module for a horizontal menu in my Drupal 7 site. I've currently got it set up so that the last menu item is floated to the right, and there is a gap in between the last item and the second to last menu item. [...] What is the b

[css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
OK, it's not "breaking" but I've noticed after making some content changes that my footer is not dropping far enough on a couple pages. www.wideopenphotography.com is the main site. Problem pages are: www.wideopenphotography.com/events.php www.wideopenphotography.com/portfolio.php On both those