« Previous entry | Next entry » Browse > Snippets
Skip to comments (9)
css for tables and div layouts
Posted by guest on Aug 02 2007 @ 11:17 :: 1236 unique visits
#tM{margin-left:10px;
width:280px;
}
#bCArtist{
text-align:center;
width:105px;
height:30px;
}
#bCAlbum{
text-align:center;
width:130px;
height:30px;
}
#bCPrice{
text-align:center;
width:35px;
height:30px;
}
#bCRemove{
text-align:center;
width:20px;
height:30px;
}
#mM{
width:280px;
background-image: url(http://rbsyouth.freehostia.com/images/basketTMB.jpg);
background-repeat: repeat-y;
}
#tbM{
margin-left:10px;
width:280px;
height:30px;
background-image: url(http://rbsyouth.freehostia.com/images/basketTMB.jpg);
background-repeat: repeat-x;
}
no lM, rM
9 comments posted so far
Add your own »
2. On Aug 14 2007 @ 14:34 guest wrote:
<div style="width:250px;border-color:#fff;font-family:Arial;"><div id="mNW"></div><div id="mN" style="width:230px"></div><div id="mNE"></div>
<div style="height: 230px;" id="mW"></div>
<div style="height: 230px;" id="mC">
<table id="baskettableContent">
</table>
</div>
<div style="height: 230px;" id="mE"></div>
<div id="mSW"></div><div id="mS" style="width:230px"></div><div id="mSE"></div></div>
</div>
3. On Aug 14 2007 @ 15:22 guest wrote:
div style="width:280px;border-color:#fff;font-family:Arial;"><div id="mNW"></div><div id="mN" style="width:260px"></div><div id="mNE"></div>
<div style="height: 240px;" id="mW"></div>
<div style="height: 240px;width:260px;" id="mC">
<div style="float:left"><a href="shop/detail/1"><img class="thumb" src=".jpg"></a></div>
<div style="float:right; width:110px">
<div>Rap</div>
<div>Mobb Deep</div>
<div>Blood Money</div>
<div id="cdPrice">Price: £9.99</div>
</div>
</div>
<div style="height: 240px;" id="mE"></div>
<div id="mSW"></div><div id="mS" style="width:260px"></div><div id="mSE"></div>
</div>
4. On Aug 14 2007 @ 18:25 guest wrote:
<div style="width:280px;border-color:#fff;font-family:Arial;"><div id="mNW"></div><div id="mN" style="width:260px"></div><div id="mNE"></div>
<div style="height: 240px;" id="mW"></div>
<div style="height: 240px; width:260px;" id="mC">
<div style="float:left"><a href="shop/detail/1"><img class="thumb" src="images/I/61K065WJHJL._AA240_.jpg"></a></div>
<div style="float:right; width:110px">
<div>Rap</div>
<div>Mobb Deep</div>
<div>Blood Money</div>
<br>
<div style="color:red">Price: £9.99</div>
<div id="addToBasketL"></div><div id="addToBasketC" style="width:90px;"><a style="position:relative; top:6px;" id="addToBasketText" href="/CodeIgniter/index.php/shop/add/1">Add to basket</a></div><div id="addToBasketR"></div>
</div>
</div>
<div style="height: 240px;" id="mE"></div>
<div id="mSW"></div><div id="mS" style="width:260px"></div><div id="mSE"></div>
</div>
5. On May 09 2009 @ 19:12 maryzheng wrote:
TradeTang is your dream come true for all your wholesale products shopping needs. Our inexpensive selection of quality wholesale merchandise is out of this world. We sell everything you can imagine from candles to baby products and children's toys to pet supplies. If you are buying bulk merchandise for an apparel shop, then our amazing line of clothes, jewelry, flip-flops and shoes are perfect for you. We also carry incredible wholesale supplies that would be great at a home improvement or China Wholesale.6. On May 30 2009 @ 12:10 jessjane wrote:
Nice post about this css. I got enough information about certifications and CSS some certifications are testking 220-602, testking 350-001 and testking 640-802. I like your blog very much.7. On Jun 14 2009 @ 05:44 guest wrote:
DVD Audio RipperFree DVD Audio Ripper
DVD Audio Ripper for Mac
DVD to MP4 Converter
DVD to MP4 Converter for Mac
DVD to iPod Converter
free DVD to iPod Converter
DVD to iPod Converter for Mac
DVD Ripper
Diablo 2 CD Key
Diablo 2 CD Keys
Free DVD Ripper
DVD Ripper for Mac
NFL Jerseys
Scoccer Jerseys
Hockey Jerseys
MLB Jerseys
NHL Jerseys
8. On Jul 14 2009 @ 08:12 guest wrote:
AVI to DVD Converter,AVI to DVD Creator,iPhone Ringtone Maker for Mac,AVI Converter OS X,VOB Converter OS X,AVCHD Video Converter,FLV Converter,PowerPoint Converter,AVCHD Converter,Blue-Ray ripper,Rip Blue Ray,FLV to MOV Mac,VOB to DVD,HD Video Converter,iPod Playlist Transfer9. On Jan 05 2010 @ 14:57 uggbaileybutton wrote:
bailey button uggs-ugg boots cheap
ugg boots uk
ugg classic
1. On Aug 06 2007 @ 13:07 guest wrote:
<html><head>
<style type="text/css">
div.header{
width: 100%;
height: 80px;
background-color: green
}
div.image{
margin-left: auto;
margin-right: auto;
width: 90%;
height: 55px;
background-color: black
}
div.menu{
margin-top:5px;
width: 100%;
height: 15px;
background-color: grey
}
div.left{
float:left;
width: 15%;
height: 800px;
background-color: blue
}
div.right{
float:right;
width: 15%;
height: 800px;
background-color: red
}
div.content{
margin-left:15%;
margin-right:15%;
height: 800px;
background-color: yellow
}
</style>
</head>
<body>
<div class="header">
<div class="image"></div>
<div class="menu"></div>
</div>
<div class="left">
</div>
<div class="right">
</div>
<div class="content">
</div>
</body>
</html>