Posts
Showing posts from November, 2014
Font Property in CSS
- Get link
- X
- Other Apps
The font property can set the style, weight, variant, size, line height and font: font-family: 'Font Name'; src: url('../fonts/fontname-webfont.eot'); src: url('../fonts/fontname-webfont.eot?iefix') format('eot'), url('../fonts/fontname-webfont.woff') format('woff'), url('../fonts/fontname-webfont.ttf') format('truetype'), url('../fonts/fontname-webfont.svg#webfontjSpbZQRv') format('svg'); font-weight: normal; font-style: normal;
safetix website design, develop by lalit nishad, creative web designer
- Get link
- X
- Other Apps
facebook cover designer, creative web Designer, lalit kumar nishad
- Get link
- X
- Other Apps
Use Backgroung Video Tutorial
- Get link
- X
- Other Apps
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Page</title> <style> body{ margin:0px; background:#000; } #bg_container{ height:500px; overflow:hidden; } #bg{ width:100%; height:100%; } #content{ position:absolute; top:0px; padding:30px; color:#FFF; text-shadow:#000 2px 2px; } </style> </head> <body> <div id="bg_container"> <iframe id="bg" src="//www.youtube.com/embed/NnFQy49mank?autoplay=1&controls=0&loop=1&showinfo=0&modestbranding=1&disablekb=1&enablejsapi=1&" frameborder="0" allowfullscreen></iframe> </div> <div id="content"> <h1>Hello</h1> <h2>I Am a web designer</h2> </div> </body> </html>
.noConflict() Script
- Get link
- X
- Other Apps
I know that I need to run jQuery in .noConflict() mode, but I must be getting the syntax wrong. When I assign the $ to jQuery .noConflict as follows, it still shuts down the script.aculo.us functions: </script> <script type="text/javascript"> var $j = jQuery.noConflict(); <------------------------------ -Use this line and use variable name $j(document).ready(function() { $j('.sf-menu ul').superfish({ delay: 1000, animation: {opacity:'show',height:'show'}, speed: 'medium', autoArrows: false, dropShadows: 'medium' }); }); </script>
Lalit Nishad, Trading Company Work, Traderskhazana, Web Designer
- Get link
- X
- Other Apps