
Originally Posted by
Baby Jai
i have the container as 780px
No you don't.
This here is the computed CSS for your container, the width equals my browser width:
Code:
Box Model
width 1330px
height 236px
top auto
right auto
bottom auto
left auto
margin-top 0
margin-right 0
margin-bottom 0
margin-left 0
padding-top 0
padding-right 0
padding-bottom 0
padding-left 0
border-top-width 0
border-right-width 0
border-bottom-width 0
border-left-width 0
border-top-color #000000
border-right-color #000000
border-bottom-color #000000
border-left-color #000000
border-top-style none
border-right-style none
border-bottom-style none
border-left-style none
box-shadow none
Because this is all you have ever applied to it:
Code:
#contentContainer {
background-color: #3F3F3F;
color: #000000;
font-size: 10px;
font-weight: normal;
line-height: 1.5em;
text-align: left;
}
stylesheet.css (line 300)
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromtr
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromtbody
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromtable
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromdiv#container
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromdiv
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited frombody.width_normal
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
}
stylesheet.css (line 9)
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
Inherited fromhtml
* {
cursor: crosshair !important;
}
outlin...ent.css (line 2)
So why do you said you "have the container as 780px" ?
.
Bookmarks