Help - Search - Members - Calendar
Full Version: LJ Header
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
danhunter
Does anyone know the code for an LJ header when there is also an image for the background? If you do it would be most helpful.
Thanks! biggrin.gif
Mulder
which system are you using?

for S1, the main image would be positioned with:

CODE
.x {
position: absolute;
...
}

and then you'd put <img src="header image" class="x">

for the background image you'd have
CODE
body {
background-image: url (imageurlhere);}
hiromi
Can somebody please explain the code above in further detail? My friend has the background image, but she's having trouble getting a header image in.

The instructions above are a bit confusing for me, so if somebody would explain, i'd be grateful _smile.gif
Libertie
For a header image:

CODE
LASTN_WEBSITE<=
<img src="HEADERIMAGEHERE" style="position: absolute; left: ##px; top: ##px; visibility: visible;">
<=LASTN_WEBSITE


And make sure there is a website in your profile.
hiromi
Nevermind I figured it out, thanks though! =)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.