Posts

Looking for font resizing

If you are looking  for font resizing functionality in your website then you can find the solution at here : http://www.dyn-web.com/code/fontsizer/ And if you want to crack its license file then you can contact me at: tiggem1993 at gmail dot com. hint : http://www.dolcevie.com/js/converter.html

Anchor not working in Firefox, Crome and Safari?

If your anchor tag is working in IE only and not working in FF, google crome and safari... then use Name in source tag instead of ID . becasue FF(firefox), google crome and safari can understand anchoring by name attribute only. and for " name " attribute you have to use anchore tag. for example : <a href="#myanchor">my link </a> ...... ...... <a name="myanchor">&nbsp;</a> <p> ...... .... my text ..... .... </p> That's it!!! now check and your anchoring wil work in all browsers..... :) to know more about anchoring visit this site : Anchors not working in Firefox and Safari  

XML driven flash not working in firefox? Path problem

Hi, If you have any flash which is using xml to showing images or files then it may makes path related problem in firefox because firefox did not understand the path  like : " images\myfamily-images\slideshow\my_picture.jpg " same this is woks in IE but not in FF So you just need to define the path like: (use "/") " images/bellabebe-images/slideshow/bravo_picture.jpg "

Menu appearing behind the flash?

Hey if you getting such type of design related problem in which if your menus are overlapping by flash object or flash is appearing over the menu then you just need to add this parameter inside the Flash < object > tag: < param name="wmode" value="transparent" / > or You then need to add the attribute wmode to the embed tag: < embed ...="" wmode="transparent" / >

PNG Transparancy issue in IE 6 and earlier version

---------------------------------------------------------- .someelement { background-image: url(images/image.png); } * html .someelemen { background-color: #333; back\ground-color: transparent; background-image: url(images/blank.gif); filter: progid:DXImageTransform.Microsoft. AlphaImageLoader(src="images/image.png", sizingMethod="scale"); } for reference: http://stylizedweb.com/2007/12/30/png-transparency-issues/

Localhost firefox asking for password and username

Thought I should write this down as it is fairly hard to find out there on the internet. When testing pages on XPPro using localhost Firefox can keep asking for a username and password even though permissions have been set. To get rid of this do the following Frustrating isn’t it. Bet you thought it was you do something wrong but Firefox does have the ability to view your user account also. Ok do the following. 1) Open up Firefox and type in about:config as the url 2) In the Filter Type in ntlm 3) Double click the line that says “network.automatic-ntlm-auth.trusted-uris” 4) Type in localhost and hit enter Hooray Firefox now can browse localhost. Enjoy

Nice Flash Examples with Source Code.

http://hosted.zeh.com.br/mctween/examples.html