What DOCTYPE do i need to use this script?
go on this link to find it:
http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/P30/
Thanks!
Max
What DOCTYPE do i need to use this script?
go on this link to find it:
http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/P30/
Thanks!
Max
I would suggest that you ask the author of the script.
i would but nobody is answering anything lol. thanks anyway
Well i saw the source code of the page(the link you've given) in which the menu was inserted and they use XHTML Transitional, so u could use XHTML Transitional since it was working properly in that page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Hi there,
I have seen the code and there is not anything that force to choose the specific doctype, but this tag "<br style="clear: left;" />" shows that its XHTML,
You can use this doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Or
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Well, hope this will help
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.