Vasiliy Selivanov

  • RSS

Firefox 4 is available now

Posted on Monday, March 21st, 2011

FTP Windows Mac OS X Linux Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

Flash Player 10 release candidate was released on 9/15/2008

Posted on Tuesday, September 16th, 2008

link : labs.adobe.com/technologies/flashplayer10/ Adobe® Flash® Player 10, code-named "Astro," introduces new expressive features and visual performance improvements that allow interactive designers and developers to build the richest and most immersive Web experiences.  These new capabilities also empower the community to extend Flash Player and to take creativity and interactivity to a new level.   Fixed [...]

continue reading

Secret Worlds: The Universe Within

Posted on Monday, March 31st, 2008

Just go to micro.magnet.fsu.edu and you will see fantastic travel from universe to mircobes (Your browser must support java). Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

Clearfix

Posted on Monday, September 8th, 2008

I want to share with you great css feature called clearfix. So use it instead of clear:both, and you will be happy. Many times this feature help me in my projects

Using is pretty simple

1
 

<div class="clearfix">

    <div style="float:left;"></div>

    <div style="float:right;"></div>

</div>

Clearfix class is:

1
<br /><span style="font-family: Courier New;">.clearfix:after {<br />&nbsp;&nbsp;&nbsp;&nbsp;content: &quot;.&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;display: block;<br />&nbsp;&nbsp;&nbsp;&nbsp;clear: both;<br />&nbsp;&nbsp;&nbsp;&nbsp;visibility: hidden;<br />&nbsp;&nbsp;&nbsp;&nbsp;line-height: 0;<br />&nbsp;&nbsp;&nbsp;&nbsp;height: 0;<br />}<br /><br />.clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;display: inline-block;<br />}<br /><br />html[xmlns] .clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;display: block;<br />}<br /><br />* html .clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;height: 1%;<br />}</span><br />

 

Posted in: css.