i dont realy know how to explane it but i want my site to be able to do this. have image then when your mouse goes over it you will get this what code is it in ? also most of my site is made using i frames and i have to use css to edit things any one think they could help ? cheers nicky s
Well... your screenshot is from TemplateMonster In this case you should use javascript I guess. That's also the way TM does. claim with this .js file http://www.templatemonster.com/js/preview_templates.js Code (markup): and invoke it in the page <script type="text/javascript"> new TemplatePreview('tpl_21827', { title: 'Template 21827', src: 'http://images.templatemonster.com/screenshots/21800/21827-b.jpg', width: 430, height: 527 }); </script> Code (markup): Just download the .js file and use it in TM's way, this is the easiest solution. Anyway, this javascript is not difficult to understand
If you have built up your site using ASP.NET. Its just one step of the AJAX control toolkit. The tool is animation control extender.
i didnt have a clue what was in that file nothing i needed thought as i asked above can u put Js in to css ???
well look at index.html and it shows you. You can ignore the spry stuff, all that is is the spry css and javascript.
No, they are two completely different types of code (although they do go together brilliantly!) You can include the two in the <head> area in your HTML, like so... <head> <script type="text/javascript">Blah, JS code goes here...</script> <style type="text/css">Blah, CSS code goes here...</style> </head> Code (markup): But external file linkage is recommended, like this... <head> <link rel="stylesheet" type="text/css" href="style.css" /> <script src="script.js" language="javascript" type="text/javascript"></script> </head> Code (markup): Hope that helps!
You would need JS to "activate" the feature, and CSS to style it (the borders on the box, box size, etc)
Pretty much! All you gotta do is find the right JS for the thing you want to achieve (in this case have an image enlargement rollover). Those links that !Unreal look pretty handy to me.
Hello , please tell me if u have a solution that this can work on Explorer, because when is running explorer stop the script . Thanks u so much ! Best regards !