this is what i ahve so far. maybe its just a crazy idea but i trying to get it to work

<td onclick="this.style.backgroundColor = 'Red';" bgcolor=skyblue width= '58px' height= '72px' align="right">
<a target="iframeswitch" href="index.php"><div style="height:100%;width:100%">yo</div></a>
<a target="iframeswitch2" href="index.php"><div style="margin-right: -100%;"> yo</div></a>
</td>

Member Avatar for LastMitch

@CreatorZeus

trying to over lap some div's in a cell
this is what i ahve so far. maybe its just a crazy idea but i trying to get it to work

<td onclick="this.style.backgroundColor='Red';" bgcolor=skyblue width='58px' height='72px' align="right">

<a target="iframeswitch" href="index.php">
<div style="height:100%;width:100%">yo</div>
</a>

<a target="iframeswitch2" href="index.php">
<div style="margin-right: -100%;">yo</div>
</a>

</td>

What are you trying do? I don't understand what you are doing?

<a target="_blank|_self|_parent|_top|framename"> 

Can you explain more what you are trying to do with the table?

It's a bit late now. I gotta go.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.