473,320 Members | 2,164 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

DHTML Rectangular Marquee Tool

devaka
1
Hi developers!
I want to introduce you an DHTML Rectangular Marquee Tool
That tool allow you to select rectangles on your picture, calculate coordinates and something other actions...
Here is an example:



sample of usage:
Expand|Select|Wrap|Line Numbers
  1. <link rel="stylesheet" type="text/css" href="/css/marker.css" /> 
  2. <script type="text/javascript" src="/js/prototype_reduced.js"></script> 
  3. <script type="text/javascript" src="/js/rectmarquee.js"></script>
  4.  
  5. <script type="text/javascript"> 
  6.     var RectMarquee; 
  7.     function initLoad() { 
  8.         RectMarquee = new Marquee('sample1', {
  9.                   opacityColor: '#F60'
  10.         }); 
  11.     } 
  12. </script> 
  13. </head> 
  14. <body onload="initLoad()"> 
  15.        ... HTML Document ... 
  16.        <img src="images/myphoto.jpg" id="sample1" /> 
  17.      ... HTML Document ...
  18.  
If you are interested - leave some comments for me.
Thanks.

Regards, Sergey Koksharov.
Mar 3 '07 #1
2 3964
Banfa
9,065 Expert Mod 8TB
We don't allow advertising of any kind in our language discussion forums. If it weren't for the fact that you website says that the software advertised is available freely the post would have been banned and your account would have got an instant ban.

I suggest you read the posting guidelines in our FAQ.

I have moved this post to the Miscellaneous Discussions forum.

Administrator.
Mar 4 '07 #2
AricC
1,892 Expert 1GB
Hi developers!
I want to introduce you an DHTML Rectangular Marquee Tool
That tool allow you to select rectangles on your picture, calculate coordinates and something other actions...
Here is an example:



sample of usage:
Expand|Select|Wrap|Line Numbers
  1. <link rel="stylesheet" type="text/css" href="/css/marker.css" /> 
  2. <script type="text/javascript" src="/js/prototype_reduced.js"></script> 
  3. <script type="text/javascript" src="/js/rectmarquee.js"></script>
  4.  
  5. <script type="text/javascript"> 
  6.     var RectMarquee; 
  7.     function initLoad() { 
  8.         RectMarquee = new Marquee('sample1', {
  9.                   opacityColor: '#F60'
  10.         }); 
  11.     } 
  12. </script> 
  13. </head> 
  14. <body onload="initLoad()"> 
  15.        ... HTML Document ... 
  16.        <img src="images/myphoto.jpg" id="sample1" /> 
  17.      ... HTML Document ...
  18.  
If you are interested - leave some comments for me.
Thanks.

Regards, Sergey Koksharov.
Interesting, I think I will still use Photoshop though. I'm not really sure how usefull this is now that I've seen it live.
Mar 8 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Sketcher | last post by:
Hi all, I am looking to add the following scrolling marquee to my website (see code below) However instead of using the marquee methods I want to use and as a person rests their mouse on...
1
by: Perttu Pulkkinen | last post by:
Has someone for leisure's sake develepoded a script that would help to set quite same marquee speed in different environments. Why: because I noticed a VERY big difference in certain Mac's in local...
15
by: charlie fortune | last post by:
I'm quite new to HTML, and have seen <marquee> get bad press here. What's wrong with using it. I wanted to have the contents of a .txt file scrolling for news items, can I do this with marquee, or...
56
by: Ed Jay | last post by:
I note in an Eric Meyers book that he expresses one goal of using CSS is to eliminate all <brtags. Why? -- Ed Jay (remove 'M' to respond by email)
5
by: GraGra33 | last post by:
Hi all... I have developed an application for managing a very large resource of artist's paintings and posts them to a web site. The application works well. I'm trying to reduce the complexity...
8
praclarush
by: praclarush | last post by:
Ok, I'm new to JavaScript and I'm taking a class for it the assignment in it I'm supposed to create edit a pre-made page to display a marquee that automatically scrolls for the user, as well as give...
1
by: ced69 | last post by:
having trouble getting marquee to work get object required errors tring t <title>This Month at the Chamberlain Civic Center</title> <link href="styles.css" rel="stylesheet"...
5
by: 000baaa000 | last post by:
The following HTML marquee code works better in Microsoft Internet Explorer, breaks (in more than one way) in Mozzila Firefox <pre>------------------------------------------------- start HTML...
3
by: Rajneesh Chellapilla | last post by:
Hi I made this marquee program however, I am having trouble getting all four marquees to line up correctly. Basically I want the the 4 marquees to line up on the four sides exactly so they intersect....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.