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
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
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
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
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
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