Posted by Beauregard T. Shagnasty on 08/17/06 17:56
Martin Plotz wrote:
>> Sort of... Now your doctype is incorrect:
>>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
>>
>> You want to use the complete Strict link as shown on the W3C page I gave
>> you.
>
> ok, now it can be validated again.
Now you've downgraded to Transitional. New documents should be Strict.
And the XML prolog that screws up IE is still in the file.
<?xml version="1.0" encoding="ISO-8859-1" ?> <--- remove this line
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
> If you move the mouse onto the border, the crosshair gets visible. Can
> this just be a "desired" behavior??
Desired by whom? My take is that visitors will just be confused by the
crosshair.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|