Log In · Register

 
Div problems
JaredxSmith
post Jun 7 2009, 10:06 AM
Post #1


Member
**

Group: Member
Posts: 18
Joined: Mar 2009
Member No: 717,989



My divs are messing up in a layout I'm making in 2.0.

http://www.myspace.com/479500948

Everything is where it should be besides the links from facebook to youtube.

Here's the code I'm using.

CODE
<table cellspacing="0">
<tr>
<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_01.png" width="148" alt="" /></td>
<td colspan="2">

<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_02.png" width="216" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_03.png" width="209" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_04.png" width="167" alt="" /></td>
</tr>
<tr>
<td colspan="6">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_05.png" width="740" alt="" /></td>

</tr>
<tr>
<td rowspan="5">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_06.png" width="27" alt="" /></td>

<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_07.png" width="258" alt="" /></td>

<td colspan="3" rowspan="5">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_08.png" width="455" alt="" /></td>
</tr>

<tr>
<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_09.png" width="258" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_10.png" width="258" alt="" /></td>
</tr>
<tr>

<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_11.png" width="258" alt="" /></td>
</tr>
<tr>
<td colspan="2">
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/linkz_12.png" width="258" alt="" /></td>
</tr>
<tr>
<td>

<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="27" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="121" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="137" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="79" alt="" /></td>
<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="209" alt="" /></td>

<td>
<img src="http://i559.photobucket.com/albums/ss33/MiscSkate/MSV1/spacer.gif" width="167" alt="" /></td>
</tr>
</table>


Anyone?

:/
 
 
Start new topic
Replies
Mickey
post Jun 28 2009, 03:53 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



That won't work, Mike, because pound symbols only work in the CSS section. I recommend just positioning clickable blank images over the appropriate areas.
 
Mikeplyts
post Jun 28 2009, 03:59 PM
Post #3


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



oh, yeah. Darn. :p

So, uh, make a div section with separate images that are clickable and position/define that class in your CSS.

CSS:
CODE
.link01 {
position:absolute;
top:###px;
_top:###px;
left:50%;
_left:50%;
margin-left:-###px;
_margin-left:-###px;
width:###px;
height:###px;
}
.link02 {
position:absolute;
top:###px;
_top:###px;
left:50%;
_left:50%;
margin-left:-###px;
_margin-left:-###px;
width:###px;
height:###px;
}
.link03 {
position:absolute;
top:###px;
_top:###px;
left:50%;
_left:50%;
margin-left:-###px;
_margin-left:-###px;
width:###px;
height:###px;
}
.link04 {
position:absolute;
top:###px;
_top:###px;
left:50%;
_left:50%;
margin-left:-###px;
_margin-left:-###px;
width:###px;
height:###px;
}


About Me:
CODE
<div class="link01">
<a href="LINK_URL"><img src="IMAGE_URL" border="0"></a>
</div>

<div class="link02">
<a href="LINK_URL"><img src="IMAGE_URL" border="0"></a>
</div>

<div class="link03">
<a href="LINK_URL"><img src="IMAGE_URL" border="0"></a>
</div>

<div class="link04">
<a href="LINK_URL"><img src="IMAGE_URL" border="0"></a>
</div>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: