Page 1 of 1

Layering Tables?

Posted: Wed Sep 12, 2007 7:45 pm
by elinews
Can this be done in HTML or php? I want to position an image partially behind another and the only way I can think to do this is by making a table or cell appear above another.

Posted: Wed Sep 12, 2007 7:57 pm
by Luke
HTML != PHP - mpving to client site

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.

Posted: Thu Sep 13, 2007 1:00 am
by matthijs
Take a look at absolute positioning and z-index. Doesn't have to be in a table, any element will do

Posted: Thu Sep 13, 2007 2:29 pm
by elinews
Oh yeah! I remember absolute positioning. It's been a long time since I've used it. Thanks Matt!