Jump to content

Recommended Posts

Posted

So I just have a quick question.

 

I am creating a website and wanted to make something a little different with more custom graphics.

 

What I am doing is creating an image to essentially become the new custom border. Is this best achieved using div tags around and between the content or best to create an image with both sides w/ specific px sets and use that as the background to the main content tags?

 

Thanks for the time and answers!

Posted

Many people make an image as a square or rectangle of a certain size which has borders (perhaps shadows or color-graded) with nothing in the middle and then place the content in the middle, but this means a fixed width and height for the page.

 

You can split the borders into a horizontal top say 15px high, a horizontal bottom 15px high, place those in separate divs at top and bottom and then have 15px wide images floated left and right in the main content div so that it has flexible height.

 

If you create small corner images say 15*15px and float them into the corners you can then have flexible width and height by using small background-images for the horizontal and vertical sides which have repeat-x or repeat-y or an adequate length say 15*1000px.

 

See item 12 here:- http://w ww.wickham43.net/specialeffects.php which has flexible height but can be made to have flexible width.

Posted

I didn't wanna create a new thread for this, but does anyone know how to link a forum thread post back to, lets say, the home page so it displays and formats to that page?

 

I would imagine that is would have to be a ASP/PHP or a script of some sort.

 

Thanks again

Posted

I've no idea. You could put it in an iframe which would keep your page format for everything around the iframe, but that's not quite what you want.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...