[css-d] div with spec'd width going to 100%?

2014-07-26 Thread John
I am trying a better way to style and position elements at: http://www.coffeeonmars.com/170_su/template/home.html I’m the one who used an h1 and was seeing ems render larger because of that. so I tried changing that h1 to just a regular div but instead of respecting the specified width of

Re: [css-d] div with spec'd width going to 100%?

2014-07-26 Thread Tom Livingston
On Sat, Jul 26, 2014 at 4:19 PM, John j...@coffeeonmars.com wrote: I am trying a better way to style and position elements at: http://www.coffeeonmars.com/170_su/template/home.html I’m the one who used an h1 and was seeing ems render larger because of that. so I tried changing that h1 to

Re: [css-d] div with spec'd width going to 100%?

2014-07-26 Thread Tom Livingston
You also have 2 containers with the same ID of #main_header. The header and a child div. That's a no no. On Sat, Jul 26, 2014 at 4:23 PM, Tom Livingston tom...@gmail.com wrote: On Sat, Jul 26, 2014 at 4:19 PM, John j...@coffeeonmars.com wrote: I am trying a better way to style and position

Re: [css-d] div with spec'd width going to 100%?

2014-07-26 Thread John
On Jul 26, 2014, at 1:34 PM, Tom Livingston tom...@gmail.com wrote: You also have 2 containers with the same ID of #main_header. The header and a child div. That's a no no. ya just saw that after posting…jeepers what a dumb mistake.. ugh..thank you for spotting that, Tom John