Re: [css-d] css interference

2009-06-04 Thread David Postill
On Tue, 2 Jun 2009 22:12:43 -0400, Delos Woodruff wrote: | | On Jun 2, 2009, at 8:52 PM, David Hucklesby wrote: | | >> No need to recode the site! The incomplete HTML 4 DOCTYPE puts | >> browsers into quirks mode. Nothing to do with XHTML code - which is | >> treated as HTML by browsers anyw

Re: [css-d] css interference

2009-06-02 Thread Delos Woodruff
On Jun 2, 2009, at 8:52 PM, David Hucklesby wrote: >> No need to recode the site! The incomplete HTML 4 DOCTYPE puts >> browsers into quirks mode. Nothing to do with XHTML code - which is >> treated as HTML by browsers anyway. >> Give your pages a complete DOCTYPE, including the DTD declarat

Re: [css-d] css interference

2009-06-02 Thread David Hucklesby
Delos Woodruff wrote: > David, > > Aha! I had posted http://checkitlocal.com/sample.htm but I went ahead > and fixed all the little validation errors in the html and I > switched the doctype to what the site itself uses just to be > thorough. > > Apparently, the Transitional//EN"> does not all

Re: [css-d] css interference

2009-06-02 Thread Delos Woodruff
David, Aha! I had posted http://checkitlocal.com/sample.htm but I went ahead and fixed all the little validation errors in the html and I switched the doctype to what the site itself uses just to be thorough. Apparently, the does not allow for the hover effect. When I put back in the htt

Re: [css-d] css interference

2009-05-30 Thread David Laakso
Delos Woodruff wrote: > In addition to my site being a smidge too wide, I have a more > important issue to worry about. Does php somehow interfere with css > statements? I am trying to create a tab nav like you find at > http://www.cssplay.co.uk/menu/one_page > I dunno. Your css snippet a

Re: [css-d] css interference

2009-05-30 Thread Tim Snadden
On 31/05/2009, at 5:13 AM, Delos Woodruff wrote: > In addition to my site being a smidge too wide, I have a more > important issue to worry about. Does php somehow interfere with css > statements? I am trying to create a tab nav like you find at > http://www.cssplay.co.uk/menu/one_page > > I hav