Jump to content

K-Olsen

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

K-Olsen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Im trying to create a blog. i got some posts i a database. how do I a make dynamic archive. which will create a new field called "october" etc. and put the post under the current month section?
  2. I solved some of it. how do I keep the height of the container 100% regardless of how much content on the page?
  3. problem solved: html, body {         height:auto !important; /* FF and compliant browsers should automatically size the body/html */         height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */         min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */ }
  4. any other suggestions? thought it had something to do with height : 100%..
  5. <div id="main"> </div> <div style="clear:both;"></div> sry it does not work.
  6. [url=http://kimingemann5.wi5.ots.dk/blog/]http://kimingemann5.wi5.ots.dk/blog/[/url]
  7. Hi! I got a problem with my container div in firefox: [color=red]#container { height: 100%; width: 800px; margin: 0 auto; padding: 0; text-align: left; background: url(container_bg.gif) center repeat-y; }[/color] it works fine in IE but in firefox the content floats outside the container when the content gets too big. please help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.