math Posted December 27, 2008 Share Posted December 27, 2008 Hey, ik have a disappearing div.. it's this website i'm at: http://marktplaats.b-rainstorm.com/index.php (It's temporary in a subdomain.) it will come out to Dextromedia.nl. However, the sponsor div is seen in Internet Explorer on the right side like it supposed to be (90px wide) It's the black graphic, the rest is in dotted lines to view clear where it is.. the problem: Firefox does not show it... why? I hope someone knows.. thanks for your time anyway Here is the css t hat i wrote myself from a-z: /* OntwerpExpert productie - Alle rechten voorbehouden. Website: http://www.ontwerpexpert.com Website NL: http://www.ontwerpexpert.nl Email: info@ontwerpexpert.com */ /* --- body + contain + Container + main --- */ body { background-color:#DDEEFF; color: #000; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow: scroll; overflow-x: hidden; margin: opx; padding: 0px; text-align: center; } .contain { width: 1000px; margin: 0px auto; border: 2px solid #000; height: 100%; } .container { padding-top: 5px; width: 900px; min-height: 1500px; margin: 50px auto; text-align: left; border: 1px solid #FF0000; float: left; } .sponsors { width: 80px; height: 500px; background-color: #000; margin-right: 0px; border: 1px solid ##009933; } .main { width: 650px; margin: 10px; height: 100%; float: right; padding: 10px; font-size: 11px; min-height: 1000; border: 2px dashed #333300; } /* --- Header --*/ .header { width: 900px; height: 175px; background-image: url("../Img/headr.jpg"); background-repeat: no-repeat; border: 1px dotted #990000; } .header_title { font-size: 60px; font-family: "Times New Roman", Times, serif; margin-left: 7px; float: left; text-transform: uppercase; height: 75px; width: 900px; color: #333; } .header_discription { font-size: 12px; float: right; text-transform: uppercase; margin-top: -28px; margin-right: 170px; color: #BBBBBB; } /* --- Search field --- */ .search { margin: 0 auto; width: 700px; height: 125px; border: 2px dashed #FFCC00; } /* --- Holder including Sidebar + Navbar + Sidebottom --- */ .holder { width: 175px; float: left; height: 1000px; margin-left: 7px; border: 2px dashed #ccc; } .sidebar { width: 175px; height: 700px; background-color: #BBBBBB; padding: 10px; border: 2px solid #CC6666 } .sidebar a { color: #fff; display: block; padding: 3px 0px 2px 3px; text-decoration: none; } .sidebar a:hover { background: #F0F0F0; color: #000; } /* --- navigation bar --- */ .navbar { width: 175px; height: 125px; background-color: #BBBBBB; padding: 10px; } .navbar a { color: #ccc; display: block; background-color: #444; padding: 3px 0px 2px 3px; margin-bottom: 2px; text-decoration: none; } .navbar a:hover { background: #F0F0F0; color: #000; } .sidebottom { width: 175px; height: 250px; margin-top: 50px; background-image: url("./Img/sidebar_top.jpg" alt="sidebartop"); background-repeat: no-repeat; } /* --- Footer --- */ .footer { margin: 0px auto; text-align: center; width: 800px; height: 15px; padding:10px; border: 2px solid #FFFF00; } Quote Link to comment Share on other sites More sharing options...
dropfaith Posted December 28, 2008 Share Posted December 28, 2008 i only quickly scanned your code but <div align="center"<strong><B>Laatst toegevoegd</B></strong></div> should be <div align="center"><strong><B>Laatst toegevoegd</B></strong></div> you had a missing > Quote Link to comment Share on other sites More sharing options...
math Posted December 28, 2008 Author Share Posted December 28, 2008 Thanks, It's just not the problem.. ??? Quote Link to comment Share on other sites More sharing options...
math Posted December 28, 2008 Author Share Posted December 28, 2008 Aaaaah I gotta be kiddin... pffff It's my new adblocker thats made my "sponsor" called div dissappear... aaah been trough the script 30 times... Now it works.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.