PDA

View Full Version : Urgent help needed - structuring content within a page


Stephen
06-21-2006, 08:25 PM
hi there, i'm currently in the process of revamping my portfolio and i am having trouble positioning the content to my desired effect.

here is what i have thus far:

http://stephendaly.co.uk/final

and this is my desire effect:

http://stephendaly.co.uk/final/preview.jpg

however, everytime i try to add content under the 'whois', it seems to dissapear behind the paint image.

all help is greatly appreciated.

thanks!

Arbitrator
06-21-2006, 09:01 PM
That's probably because you've absolutely positioned things over it. Add opacity: 0.5 to the CSS of each absolutely positioned element if it isn't clear; you'll need to use a browser that understands that CSS3 property, such as Firefox or Opera.

goldingh99
06-21-2006, 09:04 PM
try positioning everything in tables or try putting the text in a div tag and positioning it absolutely in the css

by the way the site looks good - keep up the good work

Avril
06-22-2006, 11:20 AM
Nice. But there is a wide blank margin, white, on the right with the whole black section flush left on my screen. Maybe put in a black background for the body??