First div page - need help with comments |
First div page - need help with comments |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Sep 2006 Member No: 467,691 ![]() |
Hi,
I'm in the process of designing my first page using divs - you can see it here. I could really do with some help getting the comments to display properly. I want to have the comments right at the bottom of the page and I'd like the page to stretch to accommodate them (like on a regular MySpace page) rather than put them in a div and have another scrollbar. Does that make sense? How would I be able to do that? Please let me know if you need me to post any of the code for the page. Thanks, Milt |
|
|
![]() |
*Infinite.* |
![]()
Post
#2
|
Guest ![]() |
Well, I don't really know how this is hard for you. Since you used a generator. Just start reading the tags
this was in your about me coding: QUOTE b {position:relative; top:-17px;} .herpe { This is where you control your top8 and comment position. } .comt { visibility: visible; position:absolute; left:50%; top:0%; overflow:auto; width:0px; height:0px; border:5px dashed; border-color:FFFFFF; margin-top:0px; margin-left:0px; background-color:000000; Just change the width and height for how big you want the comment section to be and then change the left and top to position it. |
|
|
![]() ![]() |