- Featured Post
-
Download Bootcamp 4 – drivers for Windows 8 Consumer Preview
Here is how you can download and install Macbook Pro Drivers on Windows 8 Consumer Preview or Windows 7:
- Download Bootcamp 4.0 Drivers, here’s a link on some Apple CDN for the .pkg file containing the drivers:
BootCampESD.pkg -
Open this file with 7Zip in Windows:
Download 7Zip
read more → - Download Bootcamp 4.0 Drivers, here’s a link on some Apple CDN for the .pkg file containing the drivers:
- Featured Post
-
2 Fingre Secondary Click for Mac OS Lion not Working?
I installed Mac Lion as a fresh operating system (without having Mac OS snow leopard) and now my 2 fingre Secondary click (Right Click) is not working. If you are the Mac OS Lion user and your 2 finger secondary click (right-click) is not working then follow the steps to get it working:
read more → - Featured Post
-
The Health Benefits of Coffee vs Tea
Click to EnlargeBy Policy Expert
read more → - Featured Post
-
How to Enable Multi-Touch Gestures in iOS 4.3.1
Follow the instructions to enable multi-touch gestures for iPhon 3GS, iPhone 4, iPod Touch and iPad:
We will be editing 3 plist files in this tutorial. To edit and find .plist files use following application for Windows machine or Mac:- Windows users can use plist editor
- Mac users can use TextWrangler / BBEdit / XCode.
read more → - Featured Post
-
Forgot Your Android Lock xt Password
f you forgot your Android Lock xt Password for your iPhone 3g, 3GS, iPhone 4 or iPod Touch, here are the steps to remove it without restore:
- USB Conncet your iPhone/iPod Touch.
- Since you can’t SSH (If you can then move to next step after making SSH connection) you can use iFunbox [Windows] or iPhone Browser [Mac] to explore your iPhone/iPod’s files. [Use USB based applications like iPhone Explorer or DiskAid to access and replace these files or use SSH using WinSCP or CyberDuck(Mac)]
read more →
For Live Demo: Click here
CSS Code:
*{margin:0; padding: 0;}
body{
margin: 0px;
font-family: verdana;
font-size: 12px;
color: #ddd;
line-height: 20px;
}
h2{
font-size: 18px;
font-weight: normal;
color:#333;
padding: 0 0 5px 0;
}
h3{
font-size: 16px;
font-weight: normal;
color:#aaa;
padding: 0 0 5px 0;
}
#wrapper{
width: 600px;
margin: 0px auto;
padding: 15px;
}
ul{
list-style: none;
}
li{
display:inline;
font-size: 14px;
background-color: #ccc;
}
/*
li:first-child
{
padding-left: 0px !important;
}
*/
li a{
text-decoration: none;
color: #333;
padding: 5px 10px;
background-color: #ccc;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
li a:hover{
color:#ccc;
background-color: #666;
}
.selected{
color:#ddd;
background-color: #333;
font-weight: bold;
padding:8px 15px 5px 15px;
}
#content div,
#content2 div{
margin-top: 2px;
padding: 15px;
background-color: #333;
border-top: 4px solid #666;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
For Live Demo: Click here
CSS Code:
body { margin:0px auto;}
#content{margin:0px auto; width:200px;}
#arrow-top
{
width:0px;
height: 0px;
border-bottom: 30px solid #999;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
}
#arrow-right
{
width:0px;
height: 0px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid #777;
}
#arrow-bottom
{
width:0px;
height: 0px;
border-top: 30px solid #444;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
}
#arrow-left
{
width:0px;
height: 0px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-right: 30px solid #000;
}
Media types for Stylesheet:
For Live Demo: Click here
CSS Code:
body
{
margin: 0; padding: 0;
background: #1d1d1d;
font-size: 10px;
font-family: verdana;
}
h1{
font-weight: normal;
font-size:3em;
font-family: serif, verdana;
color:#fff;
}
h3{ font-weight: normal; font-size:1.4em;}
img {border: 1px solid #666;}
.info p{ font-weight: normal; font-size:1.0em;}
ul.popout
{
width: 700px;
list-style: none;
margin: 0 auto; padding: 0;
}
ul.popout li
{
display:inline;
width: 100px;
float: left;
margin: 20px; padding: 0;
position: relative;
}
ul.popout li:hover {z-index: 99;}
ul.popout li img{
position: relative;
filter: alpha(opacity=40);
opacity: 0.4;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
ul.popout li:hover img{
z-index: 999;
filter: alpha(opacity=100);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.popout li .info {
position: absolute;
left: -20px; top: -20px;
padding: 80px 10px 10px;
width: 120px;
display: none;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.popout li:hover .info {display: block;}
For Live Demo: Click here
Border Radius
- “border-radius: 15px;”
- For Mozilla Browser: “-moz-border-radius: 15px;”
- For Webkit Browser: “-webkit-border-radius: 15px;”
CSS Code:
.borderRadius
{
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
