Log In · Register

 
layout help please . .
celebritease
post 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 .]
 
 
Start new topic
Replies
Mulder
post 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);
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: