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 |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Try using the div script except take out the overflow:auto; throught the whole code.
http://www.createblog.com/scripts/download.php?id=74 |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Sep 2006 Member No: 467,691 ![]() |
Wow, that was fast!
I really can't get the comments to appear. I suspect there's something in my code that makes them disappear, but I'm not sure what. Any chance I could persuade anyone to take a look at the code? Thanks, Milt |
|
|
*Infinite.* |
![]()
Post
#4
|
Guest ![]() |
myspace link?
|
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Sep 2006 Member No: 467,691 ![]() |
|
|
|
*Infinite.* |
![]()
Post
#6
|
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. |
|
|
![]()
Post
#7
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Sep 2006 Member No: 467,691 ![]() |
Thanks for that!
I've now edited that part, so there is a div where the comments should be (right at the bottom), but it's still empty. How do I get the existing comments and the comment box to appear? Thanks, Milt UPDATE: It's now working. Thanks for the pointers. |
|
|
![]() ![]() |