by frost3390 August 13th 2013, 3:30 pm
kirk wrote:mmmm strange? i have no idea what would even cause that.
this forum dose not do it, yours did it to me the same way too.
I guess for now just don't zoom out. i will have to try a few things on one of my test forums to see whats what. i don't know if it might have something to do with the forums Pages structure or may be Structure and hierarchy?? first time i ever seen someone have this problem?
I'll try to fix it in CSS from :
- Code:
body {
margin-left: 180px !important;
margin-right: 180px !important;
-moz-box-shadow: 0 0 3.125em #888;
-webkit-box-shadow: 0 0 3.125em #888;
box-shadow: 0 0 50px #888;
width: 1100px;
position:relative;
}
to :
- Code:
body {
margin-left: 180px !important;
margin-right: 180px !important;
-moz-box-shadow: 0 0 3.125em #888;
-webkit-box-shadow: 0 0 3.125em #888;
box-shadow: 0 0 50px #888;
position:relative;
}
and the result is this
instead of going -> [BODY] <- .... it expand <- [BODY] ->
--------------------------
Ok sir ! I will wait for some replies !
BTW , Thanks for your time.
*PS : i always have this problem in my projects . i'm still a student , college student