frujo
-
Stylesheet Switchers
"chriscoyier" said:http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-day-15-part-2/ Great tutorial, thanks.
-
Does flexible site shows our expertize
I think that creating of semi-flexible layouts is perfect. I mean sites that are stretching among 1024-1280 screen-resolutions. Definitely, flexible layouts are much more demanding, so I think they show some class of HTML-coder. I agree with TheDoc…
-
Good Ol' IE6 Transparency Issues
http://www.dillerdesign.com/experiment/DD_belatedPNG/ Another approach, which is not based upon AlphaImageLoader filter.
-
z-index strange behavoir
I don't know how exactly solve your problem, but I know what causes it. You see, div#box2 is laying lover in code (meaning "higher on generated page") than the input, which it should appear under. I made some test and created a third …
-
Select everything between curly brackets
I think you need to read more about regular expressions. Then create pattern of selecting the inner content of braces. If we talk about JavaScript it will look like: Untitled Document function myFunction () { var myText = document.getElementB…
-
why is everything different in IE
Div #background_left causes content that follows it fall down, cause of being positioned "fixed". Try to switch it to "absolute", assign it height and width and turn it into a block, so everything should jump up. Also, IE 6 is n…
-
google hosted or own hosted ?
I've expirienced quite a long delay while inluding a SWFObject library from Google, so had to move it to own server. So, my opinion is that it is better to host libraries at your own. But, hosting at Google has some advantages too. So consider…