Posts

Showing posts from October, 2009

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