Using the div comment box for something else.. |
Using the div comment box for something else.. |
Jul 18 2007, 04:34 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 251 Joined: Oct 2005 Member No: 280,259 |
Ok at the moment I am using this layout
http://www.createblog.com/layouts/preview.php?id=19580 Where the red box is,do you think i'd be able to use it for something else instead of showing my comments?? Thanks! |
|
|
|
![]() |
Jul 18 2007, 05:42 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Find:
CODE .comments{ visibility: visible; width: 500px; height: 159px; position:absolute; top: 649px; left: 135px; overflow: auto; background-color:transparent; border:black 0px solid; z-index: 2px;} Change .comments to any name you want. (That has not already been used in the code. And it needs to have a "." before it} Add this somewhere in the code. CODE .comments{display:none;} Then : CODE <div class="divname">text</div> Change divname to what you chose above. |
|
|
|
misfit Using the div comment box for something else.. Jul 18 2007, 04:34 AM
Clashing Yes, you can. You would have to show me the layout... Jul 18 2007, 05:25 AM
misfit ^ Thanks that has worked but for some reason the ... Jul 18 2007, 11:22 AM![]() ![]() |