Posts

Showing posts with the label firefox path problem

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 "