Jump to content

shopfor2

Member
  • Posts

    14
  • Joined

  • Last visited

shopfor2's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok, now my center column is pushing the right and left down as I add content?? If someone could please look at and tell me what I am doing wrong? Thanks again, I appreciate all the help!! www.portcharlesharbor.com/practicecss.html my css: /* CSS Document */ body { background-color:#CCCCCC; text-align:center; margin: 0; padding: 0; } #wrapper { width:1010px; margin:0 auto; padding:10px; } #top { width:1010px; height:212px; z-index:1; } #menu { width:1010px; height:53px; } #bodybase { width:1010px; height:633px; } #leftcontent{ float: left; width: 190px; } #rightcontent{ float: right; width: 190px; } #maincontent{ margin-right: 190px; margin-left: 190px; width: 610px; } #footer { float-left; width:1010px; height:46px; z-index:1; } .style8 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; color: #FFFFFF; line-height:50px; } .style9 { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; line-height:35px; } a:link { color: #FFFFFF; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; } a:visited { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; } a:hover { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; } a:active { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; }
  2. What I mean by splitting apart is, my menu div and bodybase div split apart showing a blank area inbetween the two. What do you mean by "doctype to use is HTML strict" would that be in my external css sheet? I know I need to change the menu to lists, just havent gotten to it yet. I just really need to get my layout correct so I can move forward. Thank you Gina
  3. Hi again....I am really struggling with being able to use 3 columns in my website, whenever I get close, the page starts spliting apart? I have been trying to figure this out for days....I know, really dumb. Anyway, if someone could please help me, Thank you so much I have posted my practice page www.portcharlesharbor.com/practicecss.html and my css is; /* CSS Document */ body { background-color:#CCCCCC; text-align:center; } #wrapper { width:1010px; margin:0 auto; padding:10px; } #top { width:1010px; height:212px; z-index:1; } #menu { width:1010px; height:53px; } #bodybase { width:1010px; height:633px; z-index:1; } #leftcontent{ float:left; margin:1em; width: 8em;; display:inline; padding: 0; } #rightcontent{ float:right; margin: 1em;; width:10em;; display:inline; padding: 0; } #maincontent{ margin: 1em; margin-left:10em; margin-right: 10em; } #footer { float-left; width:1010px; height:46px; z-index:1; } .style8 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; color: #FFFFFF; line-height:50px; } .style9 { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; line-height:35px; } a:link { color: #FFFFFF; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; } a:visited { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; } a:hover { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; } a:active { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; }
  4. Lynne, Thank you for helping me. I changed the height to 53 and now it appears to be correct. I appreciate all the help everyone has given me. Gina
  5. Please look at my site www.portcharlesharbor.com It looks right on most computer screens, but on one in our office #div3 pushes up over #div2. I dont understand? ( I know that this is Not the right way to do navigation, and am planning on fixing it. ) But why would the div's move on top of one another only on certain computer screens??? Thanks for all the help. Gina
  6. oops, Please disgard the other pages, I know they are all messed up. Only look at /practice1.. Thanks
  7. Hi, Could someone please look at my page http://www.portcharlesharbor.com/practice1 and tell me if its ok before I go any further. I know its a really simple page, but its been very frustrating for me:) Thanks so much, Gina
  8. Thank you for the quick reply....Is adding a div on top of another div the way to go about adding text and/or images?? I was going to use tables ontop of the div's to add content but was told not to. I dont no where to go from here??
  9. Content for id "content" Goes Here ..I need help This is not fun
  10. Andrea, Thank you for helping me... I was going to put tables on top of my div's so that I can add content. So what would be the correct way of doing this. I have back ground images in my div's. What are lists? Is this what I would use for the navigation? I exported the html from fireworks for my nav and I guess it automatically puts it into tables?? Oh my, I have so much to learn
  11. Oh I did it!!! Thank You for your help... Now on to my new challenge, replacing my table for my nav bar with divs...Oh I feel a headache coming on! Just kidding, this is kind of fun!!
  12. I can see that my wrapper div is centered at the top of the page, but it does "wrap" any of the divs???? Boy, do I feel dumb!!!!!!!!!!!!!
×
×
  • Create New...