Can anyone help me I've tryed several approaches but can't come up with a solution to my problem.
Code:
<table border="0" width="301">
<tr>
<td rowspan="2">Game Image</td>
<td rowspan="2">Game Discription</td>
<td><a href="">Play Now</a></td>
</tr>
<tr>
<td><a href="">More Info</a></td>
</tr>
</table>
this is what I'm looking at making and I would rather use css than tables
here is one of the ways that i have tried
Code:
.gamebox { background-color: #66FFFF; height: auto; width:60%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
.gamename { margin-top: -60px; margin-left: 85px; width: 60%}
.playnow { margin-top: -20px; float: right}
.moreinfo { float: right ; background-color: #FFFFFF}
.info { height: auto; width: 68%; margin-left: 85px; background-color: #FFFFCC; letter-spacing: normal; word-spacing: normal}
.gameimage { padding-top: 5px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px}
Code:
<div class="gamebox">
<div class="gameimage"><img src="/images/cakemania_80x45.gif" width="80" height="45"></div>
<div class="gamename">Cake Mania</div>
<div class="playnow"><a href="">Play Now</a></div>
<div class="moreinfo"><a href="">More Info</a></Div>
<div class="info">Help Jill earn enough money to re-open her grand parents bakery.</div>
<div class="gameimage"><img src="/images/cakemania_80x45.gif" width="80" height="45"></div>
<div class="gamename">Cake Mania</div>
<div class="playnow"><a href="">Play Now</a></div>
<div class="moreinfo"><a href="">More Info</a></Div>
<div class="info">Help Jill earn enough money to re-open her grand parents bakery.</div>
</div>
I can't seem to get to images to line up in ie7
any help hope be helpful
__________________
Please login or register to view this content. Registration is FREE We've Got Your Game
|