dethar
Newbie
Posts: 1
Registered: 10/18/2005
Member Is Offline
|
| posted on 10/18/2005 at 03:19 PM |
|
|
XHTML and Firefox compatibility
Hi. A few days ago i tried to use Tigra Hints with my
webpage. It's doctype is set to xhtml 1.0:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
In Internet Explorer there wasn't any problem, but under Firefox (1.0.7) there was - the hint appeared in left-top
corner of browser. When I've changed the doctype as:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
I found how to make it work - previous post. Sorry that I haven't read it before sending my post ;).
|
|
|
|