Friday, November 03, 2006
Sunday, October 29, 2006
3 column format pure CSS
This section is the style
body{min-width: 630px;}
#container{padding-left:200px;padding-right:150px;overflow:hidden;}
#container .column{position:relative;float:left;padding-bottom:2010px;margin-bottom:-2000px;}
#center{width:100%;background-color:#ECECEC;color:gray;}
#left{width:200px;right:200px;margin-left:-100%;background-color:whitesmoke;}
#right{width:150px;margin-right:-150px;background-color:whitesmoke;}
* html #left{left:150px;}
#centerfloatleft{float:left;padding-right:5px;position:relative;}
.mainImage{border:1px dashed gray;width:300px;height:300px;}
.mainPersonalNotes{width:300px;}
This next section is the HTML markup
<div id="container">
<div id="center" class="column">
<div id=centerfloatleft>
<div class=mainImage> </div>
<div class="mainPersonalNotes">Notes</div>
</div>
Ingredients and Directions
</div>
<div id="left" class="column"></div>
<div id="right" class="column"></div>
</div>
body{min-width: 630px;}
#container{padding-left:200px;padding-right:150px;overflow:hidden;}
#container .column{position:relative;float:left;padding-bottom:2010px;margin-bottom:-2000px;}
#center{width:100%;background-color:#ECECEC;color:gray;}
#left{width:200px;right:200px;margin-left:-100%;background-color:whitesmoke;}
#right{width:150px;margin-right:-150px;background-color:whitesmoke;}
* html #left{left:150px;}
#centerfloatleft{float:left;padding-right:5px;position:relative;}
.mainImage{border:1px dashed gray;width:300px;height:300px;}
.mainPersonalNotes{width:300px;}
This next section is the HTML markup
<div id="container">
<div id="center" class="column">
<div id=centerfloatleft>
<div class=mainImage> </div>
<div class="mainPersonalNotes">Notes</div>
</div>
Ingredients and Directions
</div>
<div id="left" class="column"></div>
<div id="right" class="column"></div>
</div>
IE7 Tip - quick way to close tabs
Hey,
Just learnt that if you press the middle mouse roller on a tab it will close it down.. Ever since learning this interesting fact im extremely unproductive because im accidently closing my browser windows.
Also i got RSI badly on my middle finger, from using the roll features alot. Now its worsen because im regularly using it to click with too!
Just learnt that if you press the middle mouse roller on a tab it will close it down.. Ever since learning this interesting fact im extremely unproductive because im accidently closing my browser windows.
Also i got RSI badly on my middle finger, from using the roll features alot. Now its worsen because im regularly using it to click with too!
Thursday, October 19, 2006
Microsoft Logo changed?
Just went to the microsoft website (www.Microsoft.com) and was suprised at the microsoft favicon .
---------
Anyway thought id point it out!
Wednesday, October 18, 2006
IE7 finally Just released
So its finally here! Internet Explorer 7 is a damn nice application, it took microsoft long enough to bring it out let alone decide to pursue it!
Firefox thanks for spuring microsoft into action, gotta love competition.
Heres the link to the microsoft site to download the beauty!
Firefox thanks for spuring microsoft into action, gotta love competition.
Heres the link to the microsoft site to download the beauty!
Subscribe to:
Posts (Atom)