Layering Tables?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
elinews
Forum Commoner
Posts: 38
Joined: Tue Aug 14, 2007 7:18 pm

Layering Tables?

Post 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.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post 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.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

Take a look at absolute positioning and z-index. Doesn't have to be in a table, any element will do
elinews
Forum Commoner
Posts: 38
Joined: Tue Aug 14, 2007 7:18 pm

Post by elinews »

Oh yeah! I remember absolute positioning. It's been a long time since I've used it. Thanks Matt!
Post Reply