Jump to content

abow

Members
  • Posts

    2
  • Joined

  • Last visited

abow's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. abow

    I have some problems

    Thanks for the suggestion, but I solved the problem myself. The problem was that I didn't define the right:0px and left:0px;
  2. abow

    I have some problems

    I'm making a new website and I have problems with the footer. Simply I want a bar at the bottom of the page, but I get some weird glitch.Site: http://cssurfing.com/beta/CSS code: body,td,th { font-family: Futura, Georgia, Serif; font-size: 10px; color: #000000;}body { background-image: url(images/background.jpg); background-repeat: repeat; background-color:#FFFFFF; margin:10px; padding:10px;}#footer { background-color:#FF008C; height:25px; width:100%; position:absolute; bottom:0px; text-align:center;} HTML code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>test</title><link href="screen.css" rel="stylesheet" type="text/css" media="screen" /></head><body><div id="footer"></div></body></html> It would be really nice if you help me.ps: I just noticed that it works perfectly in IE, just not in FireFox.
×
×
  • Create New...