emanuelle
05-19-2009, 09:55 PM
http://www.alexis-html.com/test.html
it works perfect in IE7 but not in FF3
if i change the doctype to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> then it works in firefox but in IE all my design falls apart
it has to be in
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
so what do i have to fix to the code so it works with xhtml1-transitional doctype in both browsers???
it works perfect in IE7 but not in FF3
if i change the doctype to:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> then it works in firefox but in IE all my design falls apart
it has to be in
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
so what do i have to fix to the code so it works with xhtml1-transitional doctype in both browsers???