Jump to content

[SOLVED] Div Disappeared...?!


math

Recommended Posts

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 8);D

 

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:			[email protected]
*/

				/* --- 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;
}

Link to comment
https://forums.phpfreaks.com/topic/138594-solved-div-disappeared/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.