Jump to content

L_U

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by L_U

  1. Can anyone help me with this, I am lost....I am a relative newbie to using CSS to control a layout and spent all day yesterday getting my page to look just right in FF, went to check it today in IE and my footer is floating at the top of the page and my background color for my wrapper container is not showing up?this is the page URL http://www.prcreations.net/new/any help would be most appreciated before I start tearing out my hair :::smile:::Thanks in advance!!

    ok, first of all, your css and html are a bit disorganized. Try to use logical structures and names in your code.I always try to be specific in my css so I can debug much faster. For instance use "div#content p.words { ... }" to address the paragraph (and use a better classname :))Now, for your problem.. I don't know what you mean by your "wrapper container" and I really don't have time to go through all your code. But the reason your footer is on the top of the page is probably because your content div is set absolute (why?)Hope this helps you a bit! If you want better help, try to post some example code that's easy to read..
  2. If you read the css of the example you mentioned carefully, you'll notice they use the line "display: block;" to achieve this.Add this to your "first_name, middle_name, last_name", for instance, and these elements will appear each on their own line.Good luck!

×
×
  • Create New...