[css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread Chris Akins
The page with the tabs showing: http://www.springfieldmo.gov/newsite/traffic/ CSS: http://www.springfieldmo.gov/newsite/css/reset.css http://www.springfieldmo.gov/newsite/css/3col.css The page with the tabs NOT showing - gone AWOL: http://www.springfieldmo.gov/newsite/tabs/home.jsp CSS: http

Re: [css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread Chris Akins
I'll look into the errors. I try to always validate my code, and the basic page we're using on this site has been validating. I ran this page through the validator the other day and saw many of the same errors. Several - probably most - are from a couple jsp include files - files which I have no

Re: [css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread David Laakso
Chris Akins wrote: > The page with the tabs showing: > > http://www.springfieldmo.gov/newsite/traffic/ > > The page with the tabs NOT showing - gone AWOL: > > http://www.springfieldmo.gov/newsite/tabs/home.jsp > > While unlikely to help finding the missing tabs, validating the markup might b

Re: [css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread Tim Snadden
On 4/07/2009, at 1:38 AM, Chris Akins wrote: > The page with the tabs showing: > > http://www.springfieldmo.gov/newsite/traffic/ > > > The page with the tabs NOT showing - gone AWOL: > > http://www.springfieldmo.gov/newsite/tabs/home.jsp Setting #header to height: 178px won't solve your problem

Re: [css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread Chris Akins
> I would urge you to rethink how this page is being put together. The > whole 'slices' approach to background images is very 'old skool'. You > should look at getting your markup valid and semantic, then isolating > the background images, borders required to achieve your design. Can you clarify t

Re: [css-d] Magical Disappearing Tabs - How to Get Them Back?

2009-07-03 Thread Tim Snadden
On 4/07/2009, at 1:32 PM, Chris Akins wrote: > Can you clarify the above? In my mind, old school is table-based > design with sliced images. CSS-based layouts with background images > for non-content visuals is the new way, right? Is there a newer way > yet that's now the current standard? Many