layout help please . . |
layout help please . . |
Oct 2 2006, 07:27 PM
Post
#1
|
|
![]() loveyoualatte . ![]() ![]() Group: Member Posts: 26 Joined: Aug 2006 Member No: 459,536 |
http://community.livejournal.com/splurged
does anybody know how to get a layout like that for a community ? if so could you please post the lj "css" because i`m opening up a community & what layout type is it [generator, magazine, etc . etc .] |
|
|
|
![]() |
Oct 3 2006, 10:13 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
its included
QUOTE .headerimage { position: relative; width: px; height: px; margin-left: auto; margin-right: auto; margin-bottom: 0px; background-image: url(""); background-repeat: no-repeat; } this controls the header in flexible squares. width = width of image height = height "" i'll try to find a good site that will help ------------ found it! i thought it was gone, but i found it. QUOTE Can I add an image header to a S2 layout? (This includes sidebar layouts as well)
Yes, it is very simple and guaranteed to work in all browsers (unlike the S1). Once you have downloaded my .css document (like the one found on this page: a flexible squares style) open it up and scroll to the very bottom of the code. Here is where you insert the info of your header (which should already be hosted somewhere): .headerimage { position: relative; width: 100%; height: 250px; margin-bottom: 5px; background-image: url("http://urlofyourheader.jpg"); background-position: center; background-repeat: no-repeat; } Let's say you want your header and text to be the same width and your header is 600px wide go into the body and change the width of your table (entry data) as well approx. the same value: #content { width: 570px; With a header you can still load a background image, this can be changed here: body { background-color: #f2f2f2; background-image: url(http://bgimage.gif); |
|
|
|
celebritease layout help please . . Oct 2 2006, 07:27 PM
insomniac well, first off, its a PAID community. meaning, th... Oct 2 2006, 09:58 PM
celebritease i have a paid account too for livejournal . .
but... Oct 3 2006, 04:27 PM
insomniac well, most S2 layouts by default come with a calen... Oct 3 2006, 04:31 PM
celebritease yes, but i`d like too have a code with an imag... Oct 3 2006, 07:27 PM
celebritease do i put both of those in my css? & also does ... Oct 5 2006, 08:11 PM![]() ![]() |