we will talking today about the awesome css3 features the implemented by w3 supported with many browsers on top of them safai and google chrome and of cource firefox
1- background image size:-
with css2 it was impossible to define a size to background image but with css3 you can simply define the background image size by [...]
Archive for the ‘CSS’ Category
css3 magic
css is not only for screen its for print too
CSS Print Stylesheet:-
many of us working on css to style web page for the visitors
you may added this line before in your page
<link rel=”stylesheet” type=”text/css” href=”cssfile.css” />
ok the css file now will affect the screen but what if we want the css affect the print
yes we want the visitor print the page but without the [...]
transparent in css
lets start today talking about exciting issue in lovely css
how to make transparent div in css working in firefox ,internet explorer and opera
ok first lets make a small div
hi i am transparent



