|
Hi all, first post here for a newbie at HTML and CSS.
I'm making a web and in a page I have a fixed top frame and a changing one at the bottom.
I get an horizontal bar always I get a vertical one. No problem is no horizontal data, the horizontal bar is there.
I use the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
If I use other declaration, the horizontal bar only appears when I need it, but I cannot remember that declaration. The problem is that my css styles got crazy if I use the declaration I cannot remember.
I'm using IE6 SP1.
Suggestions
Thx a lot in advance
|