Revolution of Adobe Systems Incorporated
10 months ago
Latest Softwares & Computer Technology Sharing http://winhtuttin.blogspot.com
<style> .btrix_blockmenu{ font: bold 14px Germand; width: 190px; /* width of menu */ } .btrix_blockmenu ul{ border: 1px solid #eee; padding: 0; margin: 0; list-style: none; } .btrix_blockmenu ul li{ margin:0; padding:0; } .btrix_blockmenu ul li a{ display:block; text-transform: uppercase; color: #494949; padding: 10px 15px; text-decoration: none; border-bottom: 1px solid #cacaca; border-right: 1px solid #cacaca; /*right border between menu items*/ -moz-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */ -webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */ -moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */ -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .btrix_blockmenu ul li a:hover, .btrix_blockmenu ul li a.selected{ color: black; -moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); /* Add 3 inset shadows to each menu item */ -webkit-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); } </style> <div class="btrix_blockmenu"> <ul> <li><a href="#">Home</a></li> <li><a href="#">Tutorials</a></li> <li><a href="#">Category</a></li> <li><a href="#">Download</a></li> <li><a href="#">About Us</a></li> <li><a href="(ဒီေနရာမွာကိုယ့္ရဲ႕ URL ကိုထဲ့ေပးပါ)">Contact me</a></li> </ul> </div>
<style type="text/css"> .container1 { width: 660px;padding: 0;margin: 0 auto; } .folio_block { position: absolute;left: 50%; top: 50%;margin: -140px 0 0 -395px;} .main_view {float: left;position: relative;} /*--Window/Masking Styles--*/ .window {-moz-box-shadow: 0px 0px 5px #303030; -webkit-box-shadow: 0px 0px 5px #303030; box-shadow: 0px 0px 5px #303030;border:1px solid #000000;height:240px; width: 660px; margin-top:15px;overflow: hidden; /*--Hides anything outside of the set width/height--*/ position: relative; } .image_reel { position: absolute;top: 0; left: 0; } .image_reel img {float: left;} .paging_btrix { position: absolute;bottom: 10px; right: -7px;width: 178px; height:47px;z-index: 100; /*--Assures the paging stays on the top layer--*/text-align: center; line-height: 40px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3ZgQFmGp9UmDp6xQJFX2CuYA6qEJMrYoj2d4hLE6HnHqlXoogJ9NxUdsZ5KADV88YvJdd9MTQHBb6V4R2RySm30eGoJqeisSJowJf4IHGFv7L80kYxNVcn5pdBtEmbn5lSd35btJzWJw/s1600/paging_btrix_bg2.png) no-repeat; display: none; } .paging_btrix a { padding: 5px;text-decoration: none;color: #fff; } .paging_btrix a.active { font-weight: bold; background: #920000; border: 1px solid #610000; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; } .paging_btrix a:hover {font-weight: bold;} </style> <!-- bof Automatic Image Slider w/ CSS & jQuery from Soh Tanaka --> <div class="container1"> <div class="main_view"> <div class="window"> <div class="image_reel"> <a href="(link ထဲ့ရန္)"><img src="(ပံု Link ထဲ့ရန္)" alt="" /></a> <a href="(link ထဲ့ရန္)"><img src="(ပံု Link ထဲ့ရန္)" alt="" /></a> <a href="(link ထဲ့ရန္)"><img src="(ပံု Link ထဲ့ရန္)" alt="" /></a> <a href="(link ထဲ့ရန္)"><img src="(ပံု Link ထဲ့ရန္)" alt="" /></a> </div> </div> <div class="paging_btrix"> <a href="#" rel="1">1</a> <a href="#" rel="2">2</a> <a href="#" rel="3">3</a> <a href="#" rel="4">4</a> </div> </div> </div> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { //Set Default State of each portfolio piece $(".paging_btrix").show(); $(".paging_btrix a:first").addClass("active"); //Get size of images, how many there are, then determin the size of the image reel. var imageWidth = $(".window").width(); var imageSum = $(".image_reel img").size(); var imageReelWidth = imageWidth * imageSum; //Adjust the image reel to its new size $(".image_reel").css({'width' : imageReelWidth}); //paging_btrix + Slider Function rotate = function(){ var triggerID = $active.attr("rel") - 1; //Get number of times to slide var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide $(".paging_btrix a").removeClass('active'); //Remove all active class $active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function) //Slider Animation $(".image_reel").animate({ left: -image_reelPosition }, 500 ); }; //Rotation + Timing Event rotateSwitch = function(){ play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds $active = $('.paging_btrix a.active').next(); if ( $active.length === 0) { //If paging_btrix reaches the end... $active = $('.paging_btrix a:first'); //go back to first } rotate(); //Trigger the paging_btrix and slider function }, 5000); //Timer speed in milliseconds (3 seconds) }; rotateSwitch(); //Run function on launch //On Hover $(".image_reel a").hover(function() { clearInterval(play); //Stop the rotation }, function() { rotateSwitch(); //Resume rotation }); //On Click $(".paging_btrix a").click(function() { $active = $(this); //Activate the clicked paging_btrix //Reset Timer clearInterval(play); //Stop the rotation rotate(); //Trigger rotation immediately rotateSwitch(); // Resume rotation return false; //Prevent browser jump to link anchor }); }); </script>
<style> /* Bloggertrix */ .bubblewrap{ list-style-type:none; margin:0; padding:0; } .bubblewrap li{ display:inline; width: 60px; height:60px; } .bubblewrap li img{ width: 50px; /* width of each image.*/ height: 50px; /* height of each image.*/ border:0; margin-right: 4px; /*spacing between each image*/ -webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */ -o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */ } .bubblewrap li img:hover{ -moz-transform:scale(1.8); /*scale up image 1.8x*/ -webkit-transform:scale(1.8); -o-transform:scale(1.8); }</style> <br /> <center> <br /> <ul class="bubblewrap"> <li><a href="ကိုယ့္ရဲ႕ www.digg.com/ Link ကိုထဲ့ပါ"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5m6alwVH5f1uLlTkpuyTw8brZBZV10MizTmNLdy-8KAA_SSUEradXLIkxb-3kwVLDEaBK__Nehbke0wrZNhfKoU6KmWy-QTz7NcMfNGgVVoNUdf56Vmv9ZKXzwATHYw7sLqBAfse8Ui0/s1600/btrix-small-digg.png" title="Add to Digg" /></a></li> <li><a href="ကိုယ့္ရဲ႕ www.facebook.com/ Link ကိုထဲ့ပါ"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqW529ytPHpa-ovsOHsjN17hyphenhyphenKobe6jAvCVv-CcyyYJ4htxvmltcEo2_rmsFr4kHDpNoVigz9s-T_fMTQ19F8z4W8aAp7MbhqzfuupS2yTpfU-UiQCglxfG_yToh6vWe9iXJqH3hieYeM/s1600/btrix-small-facebook.png" title="Add to Facebook" /></a></li> <li><a href="ကိုယ့္ရဲ႕ www.plus.google.com/ Link ကိုထဲ့ပါ"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2COIOPq05hw0eZ_vowZ9X2gVPgbEadyi6AJFvkuS4jRzff9Vkwhpm07FxoN5pX2i-H-LRwCfdw_XG1XUw1JwiSpiqPzFyfHX-QMvecgm6kw25JqOuX4XvTeXIgJtXNB0fo8Scbqe1cyM/s1600/btrix-small-google.png" title="Add to Digg" /></a></li> <li><a href="ကိုယ့္ရဲ႕ www.twitter/ Link ကိုထဲ့ပါ"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjfyv-68watlgxV3fsENNmEMRnAtxbUtqS4KvzWAiW50LP_NN_l1-x7wTP7VAI3CSQfetY5qHTI_zNTRZMp5qNKPscAd3SMJmfO0Q8YQwYHsqO2OqBOVHeOw5WMTTrCA3Xv1d1wLjzcEE/s1600/btrix-small-twitter.png" title="Add to Twitter" /></a></li> <li><a href="ကိုယ့္ရဲ႕ feeds2.feedburner.com/ link ကိုထဲ့ပါ"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGu_A0Aku62qh9Q-Rqd5_QRxG5oJKuPPb_5U8eTuV6wMuXZrx_W-pfgE8ClrCYggiV2bs0gzMVs_g6LFyLknpHtHanap3JyoW3vrJHBdyL-8fBZ8l8MucxOEINQuDQg7ZApLOBDjQHKjk/s1600/btrix-small-rss.png" title="Add RSS Feed" /></a></li> </ul> </center>
<style> #btrixwidget{width:307px; padding:0 0 5px 0; border:1px solid black;} #btrix-searchbox { border-radius: 5px; background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjanm_J1r3fZQaOSFpxS3NY8_8opX57kSyA7Rgn9ajx5pgHTajjmP0jGmksWJKQkMVbu2DOXXUk04NH3S1eTiY7GDvLrc2bOc1Y06RtPc5F3T-CGIOa3Ytb1ZnPpmKxTu-wcoHCuWLpYRdI/s1600/blue.png) no-repeat scroll center center transparent; width: 307px; height: 50px; disaply: block; } form#btrix-searchform { display: block; padding: 9px 16px; margin: 0; } form#btrix-searchform #s { padding-left: 24px !important; padding: 7.5px; margin: 0; width: 198px; font-size: 16px; font-family: georgia; font-style: italic; color: #666666; vertical-align: top; border: none; background: transparent; } form#btrix-searchform #sbutton { margin: 0; padding: 0; height: 40px; width: 74px; vertical-align: top; border: none; background: transparent; } </style> <div id="btrixwidget"><center> <a href="ကိုယ့္ရဲ႕twitter.com link ကိုထဲ့ပါ" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfMDELj5Jdv0PtalzYFe5ALQ8WE1ENHI0jdKS1AOO3Ye70BnIacYVm6gMIh4ZUUuJK0lAThpr8fyIpoZl6zaRolNgtavQEce4_dOiXCY0y5_zEA0Tn4Q7nRv2RXvlLbNLMwrrWVZBvtSU/s1600/btrix-twitter.png" alt="" title="twitter" width="62" height="78" class="alignnone size-full wp-image-6249"></a> <a href="ကိုယ့္ရဲ႕ facebook.com Link ကိုထဲ့ပါ" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv47N974NEkYqHJCElmdGXOHQTsP6pFhSfXf8rEnxH-unDE5ZfGr1DoEWQDW6Puh7admNTGEu8A42VvguvNlrjlrvrW9qK07RK19JSfiFuKCwAIZ6SRAwv1ga7NplHwei8JFu3VGA0jyg/s1600/btrix-facebook.png" alt="" title="facebook" width="62" height="78" class="alignnone size-full wp-image-6248"></a> <a href="ကိုယ့္ရဲ႕feeds.feedburner.com link ကိုထဲ့ပါ" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfNBPraOpke1A34O6tUQl536Bj1W8-odcgqPlWSF-YvAulfdbx8_LP0XIpg87NxuckkdVDBpJovaVuI4wVRC4Uua9TOTbhJXmfwWctxAR20sWzcqfXOLHs-G-rPta5R_wqhnRjRoB_YlA/s1600/btrix-rss.png" alt="" title="rss" width="62" height="78" class="alignnone size-full wp-image-6251"></a> <a href="ကိုယ့္ရဲ႕ au.linkedin.com link ကိုထဲ့ပါ" target="_blank" wrc_done="true"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyYn_GNfgSYAUxuz2rmx4ZfEDkTfDcL8K5O4LhFKLAr5NcYO2y7BbdOjI19D3YoiXTfbPYDDKnLozHy7MDT5Oyw5aK4p6SCJQW4ZitnnSjpNHmaINVdsbXD2eXwNmsXjsdmEahW2gS-iI/s1600/btrix-linkedin.png" alt="" title="linkedin" width="62" height="78" class="alignnone size-full wp-image-6250"></a> <div id="btrix-searchbox"> <form id="btrix-searchform" action="/search" method="get"> <input type="text" id="s" name="q" value="Search..." onfocus='if (this.value == "Search...") {this.value = ""}' onblur='if (this.value == "") {this.value = "Search...";}' /> <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton" /> </form> </div> </center> </div>