Saturday, September 4, 2010
 

PNG and IE6

Just tips for myself then i want PNG transparency in IE6.

div#langbar{float:right;padding-right:175px;margin-top:2px;
background: url(/images/insidelangnav.png) no-repeat top left; /*for PNG understanding browsers*/
}/* IE-win CSS hack \*/
* html div#langbar {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/insidelangnav.png’, sizingMethod=’crop’);
background-image: none;
}
/* End IE-win */

/*Enable links in IE6*/
div#langbar*{position:relative;}

 

Read more »

CSS2UML - generating hierarchy graphs from CSS

One day doing my labour work - related with models transformations. Unexpectantly work results was interesting and not quite but i wanned but, decided share my results with you.

Main work idea was model transformation. But in this case transformation results was unextpected. Was created prototype witch allows generate hierarchy graphs from CSS (Cascading style sheets)

How does it works?

Read more »
 
About Remdex site

Simple site for simple peoples.

Get in touch

E-mail: remdex@gmail.com