DAMN COMMENTS IM AT MY WITS END PLEASE HELP |
DAMN COMMENTS IM AT MY WITS END PLEASE HELP |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jun 2007 Member No: 532,637 ![]() |
i have now been trying for three weeks to get comments to display in a scrollable box on the div mocha layout.
The furthest I have got is getting a black outline of a box using the following two codes: (about me) <style>.comments{visibility:visible;width:500px; height: 400px;position:absolute;top:700px;left:200px; overflow:auto;background-color:#FFFFFF;border:black 1px solid;z-index:2px (id like to meet) <div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:700px; margin-left: 200px;"><center><table><table><td><table></center></div> All i get is a black outline of a rectangle PLEASE PLEASE PLEASE HELP ME I AM UNBELIVABLY FRUSTRATED Moved to Myspace Help. This post has been edited by karmakiller: Jun 8 2007, 11:38 PM |
|
|
![]() |
![]()
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
Try this.
<style type="text/css"> .comments{visibility:visible; width:500px; height:400px; position:absolute; top:700px; left:200px; overflow:auto; background-color:FFFFFF; border:000000 1px solid; z-index:2pt;} {this is the actual comment font} td.text td.text table b, td.text td.text table table td {font-size:12px; text-transform:none; letter-spacing:.5px; font-family:Tahoma; color:FFFFFF; text-align:center; font-weight:normal;} {this is the font for your dates} .blacktext10 {color:FFFFFF; font-size:13px; font-family:Tahoma; text-align:center;} </style> <div class="comments" style="overflow:auto; width: 400px; height:300px; text-align:center; position: absolute; top:700px; left:200px;"><table><tr><td><table><tr><td></div> As far as I know, you can't put center tags around the comments because I think I have tried that and it didn't work. Also when you position things, it's not the best idea to use "margin" because it changes in different browsers making an ugly mess. |
|
|
![]() ![]() |