Hi all,
I worked on a project quite some time ago and eventually handed it off to some one else to develop. However, I'm being brought back into the project and have to make some updates. Even though the homepage (and all other pages) display well, in dreamweaverCS3 (yes I use dreamweaver...) the page looks as though the main body container doesn't float up into the position it should. Instead, if clears the float left side bar. But, in the all major browsers things look fine.
here is the home page
here is what it looks like in dreamweaver.
I don't see any extra or missing closing tags...
This isn't "that" big of a deal, but most of my training is in visual and graphic design, so when I'm working with what I see, it's hard to add things knowing dreamweaver is displaying something different.
The odd thing is that the page looked fine in DW, but once I upgraded to CS3, this happened...perhaps its just a coincidence.
here is the css:
Code:@charset "UTF-8"; /* CSS Document */ #container { width: 950px; margin: 0 auto; text-align: left; } #header_container { float: left; width:630px; height:88px; background-image: url(../images/heading_tab.png); margin-left: 25px; background-repeat: no-repeat; padding-left: 80px; } #header_container a {color:white; text-decoration:none;} #header_container a:hover {color:white; text-decoration:none;} #header_sitemap { float: right; width:55px; height:15px; margin-top: 12px; padding-left: 10px; border-right-width: 1px; border-right-style: dotted; border-right-color: #FFFFFF; margin-bottom: 15px; } #header_home { float: right; width:40px; height:15px; margin-top: 12px; border-right-width: 1px; border-right-style: dotted; border-right-color: #FFFFFF; } #header_contact { float: right; width:60px; height:15px; margin-top: 12px; padding-left: 10px; } #left_blue_bar { float: left; width:25px; height:613px; clear: both; background-image: url(../images/left_blue_bar.png); behavior: url(../iepngfix.htc); } #body { width:710px; background-color: white; margin-top: 0px; float: left; } #body_copy{ float: left; margin-left: 15px; margin-top: 15px; width: 400px; } #body_copy a {color: #0066FF; text-decoration:none;} #body_copy a {color: #0033FF; text-decoration:none;} #welcome_to_kpscholars { float: left; left:150px; width:250px; height:25px; background-image: url(../images/welcome_to_kpscholars.png); background-repeat: no-repeat; behavior: url(../iepngfix.htc); } #blue_quote_box { float: left; width:91px; height:36px; clear: none; background-image: url(../images/orange_box_quote.png); behavior: url(../iepngfix.htc); margin-top: 5px; margin-left: 10px; padding-top: 135px; padding-left: 140px; } #right_image_box { width:449px; height:170px; clear: none; background-image: url(../images/banners/teen_girl_banner_02.png); behavior: url(../iepngfix.htc); margin-top: 5px; margin-right: 10px; float: right; } #right_blue_bar_container { float: left; width:191px; height:593px; clear: right; background-image: url(../images/right_blue_bar.png); padding-left: 17px; padding-top: 20px; } #member_login { float: left; width:117px; height:24px; background-image: url(../images/member_login.png); behavior: url(../iepngfix.htc); } #login_fields { float: left; width:165px; height:100px; margin-top: 10px; clear: both; } #latest_news{ float: left; width:170px; height:160px; background-image: url(../images/horizontal_rule.png); padding-top: 10px; margin-top: 20px; background-repeat: repeat-x; clear: both; } #latest_news a {color: #0066FF; text-decoration:none;} #latest_news a {color: #0033FF; text-decoration:none;} #kp_speakers_bureau{ float: left; width:175px; margin-top: 15px; clear: left; background-image: url(../images/horizontal_rule.png); background-repeat: repeat-x; padding-top: 10px; height: 175px; } #kp_speakers_bureau a {color: #0066FF; text-decoration:none;} #kp_speakers_bureau a {color: #0033FF; text-decoration:none;} #featured_video_content a {color: #0066FF; text-decoration:none;} #featured_video_content a {color: #0033FF; text-decoration:none;} #featured_video_content_cont { float: left; width:235px; clear: both; margin-left: 10px; margin-top: 10px; } #featured_video_image { float: left; width:231px; height:120px; clear: both; background-image: url(../images/featured_video.png); behavior: url(../iepngfix.htc); margin-left: 0px; margin-top: 5px; } #featured_video_type{ float: left; width:215px; height:25px; clear: left; background-image: url(../images/featured_video_type.png); background-repeat: no-repeat; behavior: url(../iepngfix.htc); margin-left: 15px; margin-top: 10px; margin-bottom: 0px; } #more_button_orange { float: left; width: 20px; height: 25px; clear: none; margin-top: 135px; margin-left: 130px; }



Reply With Quote

Bookmarks