Jump to content

Absolute Help


papillonstudios

Recommended Posts

I am using the absolute tag to create a layout for my wordpress posts, but i also want to be able to to have the posts displayed like on a normal wordpress site would(one after the other) but still keep all my current styling.

 

how do I do this?

 

ex.

 

FIRST POST

Date: September 1, 2010

 

First Post on my blog

[end post]

 

SECOND POST

Date: September 2, 2010

 

My Second Post on my blog

[end post]

Link to comment
Share on other sites

ok if you u go here http://redbarradio.com/rbr2 I have the styling for the post there and here is my css code. I want it to look like that but have a bunch of them in a scrolling list.

 

.datebg {
background-image:url(images/date.png);
width:125px;
height:37px;
position:absolute;
right:0px;
top:30px;
z-index:8;
}

.date {
font-size:9px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#7bced3;
position:absolute;
left:17px;
top:11px;
}

.post h2 a {
font-family:Impact;
color:#FFF;
font-size:30px;
text-decoration:none;
font-weight:100;
position:absolute;
top:30px;
left:30px;
}

.post small {
color:#CCC;
position:absolute;
top:60px;
left:30px;
font-size:12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post small a {
text-decoration:none;
color:#666;
font-weight:lighter;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.entry {
position:absolute;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
top:90px;
left:30px;
font-weight:100;
font-size:13px;
color:#999;
margin-right:10px;
margin-bottom:15px;
width:650px;
line-height:17px;
}

.entry .readmore {
margin-top:50px;
border:none;
}

.entry .newer {
margin-top:50px;
margin-left:170px;	
}

.entry .newer {

}

.post img {
margin:10px;	
float:left;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.