Image borders (i.e. borders around the page using images)
-
Hi,
I’m trying to make a border, or frame, around each page of this blog-to-be, using different images for the vertical and horizontal borders (and more images for the corners). My solution mostly works… only the vertical borders stop dead at a fixed distance from the bottom of the page (I make it 486 pixels) and I have no idea what could be causing that.
The CSS definition of the left border looks like this – it’s probably a bit more complicated than it needs to be, but don’t worry about that.
#left {
margin-left: 70px;
top:105px;
padding: 0px;
background-image: url(images/l.border.gif);
background-repeat: repeat-y;
float: left;
position: absolute;
opacity: 1;
height: 100%;
width: 35px;
left: 0px;
float: left;
}What’s confusing me is why it’s stopping part-way – it’s nothing in that bit of CSS, is it? The full stylesheet is here.
So you know were I’m coming from – I’m pretty new to WordPress, only moderately experienced with CSS. Any help would be greatly appreciated!
Thanks
– f.
- The topic ‘Image borders (i.e. borders around the page using images)’ is closed to new replies.