Jump to content

3kaj

Members
  • Posts

    2
  • Joined

  • Last visited

3kaj's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. 3kaj

    What do you think?

    the site overall looks really good. it's easy to navigate and understand what the purpose is. i also like the images on the side haha. what i dont like is that, on the home page, the images and text aren't parallel with each other.
  2. Hi. I'm setting up a layout for my website but I'm having trouble adding a background image. I had one before, but I changed around the layout and I don't remember what I changed anymore. It must be a dumb little mistake - just can't find it. Any help is much appreciated. HTML: <html><head><title>website.com</title><link href="style.css" rel="stylesheet" type="text/css"></head><body leftmargin="0px" topmargin="0px" marginwidth="0px" marginheight="0px"><center> <div id="container"> <div id="middlenav"></div> <div id="rightnav"></div> <div id="leftnav"></div> <div id="content"></div> <div id="footer"><font size="4">website.com</font></div> </div> </center></body></html> CSS: #container {background-image: url(bg.png);} #rightnav { float: right;width: 300px;height: 678px;border-left: 1px solid; } #leftnav { float: left;width: 300px;height: 678px;border-right: 1px solid; } #middlenav { } #content { } #footer {position:fixed;bottom:0px;left:0px;width:1280px;border-top: 1px solid;background-color: #D1C0A7; }
×
×
  • Create New...