ub3r
04-17-2004, 03:32 PM
Alright, here's my problem.
When viewing the following page on mozilla firebird, on windows xp, on a saturday afternoon, there is a small gap between the header, and the side navigation. You can see this by looking at the following page: http://dev.fsckme.net/oxiserve/index.htm .
When you view it using internet explorer, it looks just fine, absolutely no problems, functions just fine.
BUt, when you view it using mozilla firebird, there is a small gap between the header and the side navigation.
I found that if i comment out the doctype line, which includes the following, that the padding doesn't exist on that line.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Now, i have made 2 different versions of the page, one that includes the doctype line being commented out, and one that includes the doctype being uncommented, and actually doing something.
http://dev.fsckme.net/oxiserve/index.htm - no comments
http://dev.fsckme.net/oxiserve/nodoc.htm - with comments around doctype .
Do any of you have a solution where the doctype line can be uncommented, and there wil be no gap?
Thanks :)
love,
ub3r
When viewing the following page on mozilla firebird, on windows xp, on a saturday afternoon, there is a small gap between the header, and the side navigation. You can see this by looking at the following page: http://dev.fsckme.net/oxiserve/index.htm .
When you view it using internet explorer, it looks just fine, absolutely no problems, functions just fine.
BUt, when you view it using mozilla firebird, there is a small gap between the header and the side navigation.
I found that if i comment out the doctype line, which includes the following, that the padding doesn't exist on that line.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Now, i have made 2 different versions of the page, one that includes the doctype line being commented out, and one that includes the doctype being uncommented, and actually doing something.
http://dev.fsckme.net/oxiserve/index.htm - no comments
http://dev.fsckme.net/oxiserve/nodoc.htm - with comments around doctype .
Do any of you have a solution where the doctype line can be uncommented, and there wil be no gap?
Thanks :)
love,
ub3r
