comment box promblem, div promblem |
comment box promblem, div promblem |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Jun 2007 Member No: 530,057 ![]() |
In Firefox it looks perfect and in internet explorer
it does not! see picture than you will understand: http://i32.tinypic.com/2qlx2k0.jpg i have this in "I'd Like to Meet" CODE <div style="position: absolute; overflow:hidden; left:50%; margin-left:125px; top: 641px; width: 225px; height: 150px; z-index:4; background-color:CF0000;"> <style>leave comments box</style> <style type="text/css"> textarea.area{ background-color:952526; width:225px; height:132px; font-family:arial black; color:fff; line-height:18px; font-size:18px; border:1px solid; border-color:000; letter-spacing:-1px; overflow:hidden; } input.button { color:fff; text-transform: none; font-size:7px; width:225px; height:18px; text-align: center; font-family:small fonts; text-transform:uppercase; background-color:1b1c23; border:1px solid; border-color:000; line-height:12px; letter-spacing:2px; font-weight: normal;} </style> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="FRIENDID" type="hidden"> <textarea name="f_comments" class="area">XXX</textarea><br /> <input type="submit"class="button" value="comment"></form> </style> </DIV> How can i make it look like Firefox? IMPORTANT: when i take all this off the comment box looks like it does in firefox! but what codes is it? i have this code in "about me" CODE <style> table tr td div div{display:none;} </style> <style type="text/css">body table div font a, body table div div {visibility:hidden;} </style> <style> table td div {visibility:hidden;} table table td div {visibility:visible;} tr {background:transparent;} </style> <style type="text/css"> .n{ HIDE STUFF } .friendsComments, .userProfiledetail, .userProfileURL, .userProfileSchool, .interestsAndDetails, .extendedNetwork, .latestBlogEntry, .orangetext15, .navigationbar, .profileInfo, .contacttable { display:none;} body div table td form {display:none!important;} table, td, tr{ background-color:transparent;} body div td div div select {width:0px !important;} </style> <style>1313</style> <style>div div div select {position:absolute !important; margin-left:-1000px !important; left:0px !important; display:none !important; }</style> |
|
|
![]() ![]() |