first cb profile layout |
This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources
Submission Guidelines
first cb profile layout |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 339 Joined: Mar 2009 Member No: 721,527 ![]() |
|
|
|
![]() |
![]()
Post
#2
|
|
![]() 사랑해 ~ 我愛你 ♥ ![]() ![]() ![]() ![]() ![]() Group: Design Staff Posts: 825 Joined: Jan 2007 Member No: 492,587 ![]() |
^ Here's the CSS I used:
Header: CODE <style type="text/css"> #logo, #nav, #splash, #aboutme, #comments, #links, #stats, #footer { display:none; } h2 { display:none; } body { background-image:none; } #ricky { position:absolute; left:50%;top:50px; margin-left:-400px; background-image:url("http://img210.yfrog.com/img210/5759/layoutkfv.jpg"); width:800px;height:900px; } #bestfriends { position:absolute; left:50%;top:370px; margin-left:-200px; z-index:10; } #bestfriends a img { max-width:60px; } #bestfriends p a { display:none; } #contactme { position:absolute; left:50%;top:465px; margin-left:-208px; z-index:10; width:415px; } #comment { position:absolute; left:50%;top:590px; margin-left:-200px; z-index:10; width:405px; } #login { position:absolute; left:50%;top:75px; margin-left:-400px; z-index:10; width:800px; text-align:center; } #login a { font:15px georgia; letter-spacing:1px; font-style:italic; text-transform:lowercase; } a, a:link, a:visited, a:active { color:#D0D2D3; } a:hover { color:#8b8c8c; } textarea { height:35px; } input { padding:0px!important;margin:0px; } </style> Footer: CODE <div id="ricky"> <img src="http://img210.yfrog.com/img210/5759/layoutkfv.jpg" usemap="#nav" border="0" /> <map name="nav"> <area href="http://createblog.com" shape="rect" coords="168, 127, 284, 248" /> <area href="http://rickysaurus.createblog.com/friends/add.php?height=100&width=300&nocache=1192663004" shape="rect" coords="296, 138, 378, 250" /> <area href="http://rickysaurus.createblog.com/wink.php?height=100&width=300&nocache=1239496417" shape="rect" coords="411, 141, 484, 248" /> <area href="http://www.createblog.com/forums/index.php?act=Msg&CODE=4&MID=721527" shape="rect" coords="504, 163, 630, 252" /> </map> </div> <div class='outerbox col3' id="comment"> <h2>Comment</h2> <div class='innerbox'> <form action='comment.php' method='POST'> <textarea name='comment' style="border:0px;">Comment here.</textarea> <input type='submit' value='Comment' class='button' /> </form> </div> </div> |
|
|
![]() ![]() |