Jump to content

jackblasto

New Members
  • Posts

    4
  • Joined

  • Last visited

jackblasto's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks so much for your time. This does work.
  2. The overflow:hidden works great for getting it in the right spot but what syntax would I use to set the floated left div? Thanks again for the help. This is what I did but I know I have the syntax wrong for setting the second thing you instructed me to do: .header{ height:36px; padding:5px; padding-left:22px; overflow:hidden; block_left:227; <--! my guess but pretty sure it does nothing and the column is clipped--> }
  3. Thanks a bunch. That cleared up the css parse errors. Unfortunately it didn't help my layout problem which I hoped it would. I have the original html and css up here http://sandrablack.com/silverglow/index.html and even it doesn't display properly on mozilla firefox or safari. Any ideas on what is causing that upper left image to not show up in the upper left on these browsers? Thanks again. layout messed up in mozilla and firefox
  4. jackblasto

    css parse error

    Can anyone please tell me what syntax problems are with this css code? Thanks for any help. 1 * Parse Error *html .block_left{ background-image:url(images/nav_block.gif); background-repeat:no-repeat; float:left; width:227px; height:191px; margin-left:10px; } 79 * Parse Error *html .block_right{ background-image:url(images/side_banner_bg.jpg); background-repeat:no-repeat; float:right; width:437px; height:86px; margin-right:10px; font-size: 36px; padding-left: 10px; padding-top: 105px; color: #FFFFFF; } 120 * Parse Error *html .left_content{ float:left; width:227px; margin-left:10px; margin-top:10px; } 138 * Parse Error *html .right_content{ margin-top:10px; float:right; width:437px; margin-right:10px; padding-left: 10px; border-left: solid 1px #F2F2F2; } Here is the whole css page if that helps diagnose it. style.css
×
×
  • Create New...