Layout Help, Please & Thank You |
Layout Help, Please & Thank You |
Sep 7 2005, 10:31 AM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Sep 2005 Member No: 228,493 |
On my LJ I wanted this (pictured below)
![]() to show up above all my journal entries.. but it's not showing up. Does anyone know what I did wrong? Please & Thank you! edit:// Here's my override code.. |
|
|
|
![]() |
| *Libertie* |
Sep 7 2005, 02:41 PM
Post
#2
|
|
Guest |
Judging by your image, you want it to show up as an image map, with the links as a part of the picture. Try this:
CODE GLOBAL_HEAD<= <title>// Do ya.. do ya love me? ___ I'd like to think so \\</title> <style type="text/css"> div div{visibility:hidden;position:absolute;top:1px;} tr.caption{visibility:hidden;position:absolute;top:1px} <!-- body { overflow-x: hidden; margin-top: 280px; background: #898989; overflow:-moz-scrollbars-vertical; background-image: url(http://img285.imageshack.us/img285/3193/bg0ow.png); background-repeat: repeat-y !important; } a:visited { text-decoration: none; color: #000000; font-weight: bold; } a:link { text-decoration: none; color: #898989; font-weight: bold; } a:active { text-decoration: none; color: #000000: font-weight: bold} a:hover { cursor: crosshair; text-decoration: none; color: #000000; } table { width: 315px; margin-left: 115px; margin-right: 100%; } table.entrybox td { font-size: 9; } table table table td.meta { font-size: 9; } .comments { font-size: 9; } p table table td.caption { font-weight: bold; letter-spacing: 3px; text-transform: uppercase; } table, tr, td, .shadowed { background: transparent; } table table { width: 100%; margin:0; border:0; } table table table { width: auto; } .side { position: absolute; top: 302px; left: 475px; width: 200px; z-index: 15; visibility: not visible; text-align: justify; background: #ffffff; border: 0px solid #FFFFFF; } .sidetitle {color: #000000; font-weight: bold;} body, td, font, div, p { font-family: verdana; font-size: 9; color: #000000; letter-spacing: 1px; } tr.caption{ display:none } img.header { position: absolute; left:0; top: 0; z-index: -10; } html>body img.header { z-index: 1; } .shadowed img{ visibility:hidden;position:absolute;top:0 } .shadowed td div{ visibility: hidden; position: absolute; top: 1px } p table table td.caption, td.index { height: 24; padding: 3; background-color: #898989; } .index { font-size: 9; } .meta { font-size: 9; } --> </style> <=GLOBAL_HEAD LASTN_WEBSITE<= <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='173,9,243,24' HREF='http://www.livejournal.com/users/not_like_europe/friends'> <AREA SHAPE='rect' COORDS='254,4,298,26' HREF='http://www.livejournal.com/users/not_like_europe/info'> <AREA SHAPE='rect' COORDS='304,8,391,22' HREF='http://www.livejournal.com/users/not_like_europe/memories'> <AREA SHAPE='DEFAULT' HREF='http://www.livejournal.com/users/not_like_europe'> </MAP> <IMG class="header" style="visibility: visible" SRC='http://img183.imageshack.us/img183/4228/layout18xr.jpg' border=0 width=453 height=323 USEMAP='#imgmap'> <style type="text/css"> <!-- table table table table .meta {visibility:hidden;position:absolute;top:1px} table table table table table .meta {visibility:visible;position:relative;top:1px} tr.caption{ display:none } .shadowed td div{ visibility: hidden; position: absolute; top: 1px } --> </style> <=LASTN_WEBSITE That works, you just may want to change your background image so that the dark grey is as wide as your header image. I tried it out on my livejourbal account, so this is what it looks like: http://www.livejourbal.net/users/nu/ |
|
|
|
![]() ![]() |