help. |
help. |
![]()
Post
#1
|
|
im with the marching band ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 740 Joined: Dec 2006 Member No: 491,167 ![]() |
Okay... i finished coding my div layout and im going to take a screen shot... so i press F11 and the text moved about 10-20 px up
![]() HELP! note: i put !important's but it just messed up the coding comment box not showing up either. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
Okay, I think your alignment problem is because your DIV's aren't very well defined. For you DIV classes, use my example:
CODE .SMscroll{
top:380px; right:220px; position:absolute; width:550px!important; width:550px; height:140px; padding:1px; z-index:2; overflow:auto; visibility:visible; border: 1px solid; border-color:3F080A; text-align:justify; background-color:000000; scrollbar-face-color:000000; scrollbar-track-color:000000; scrollbar-arrow-color:E1D9D8; scrollbar-shadow-color:000000; scrollbar-3dlight-color:000000; scrollbar-highlight-color:000000; scrollbar-darkshadow-color:000000;} .SMscroll div{ width:550px!important; width:550px; background-color:transparant; overflow:hidden; visibility:visible; text-align:justify; padding:1px; margin-left:1px; } |
|
|
![]() ![]() |