HTML - 1565x125 Image In A Scrolling Marquee
Hi there,
I've been reading up on the marquee tag on the net and read from posts here that the marquee tag won't be validated, but I still had a question. I have an image banner that's 1565 (length) x 125 (height). I was using the marquee tag to make it scroll across the page, but my question is - is there any way to get the beginning of the image to scroll across the page again before waiting on the image to completely finish the first scroll? i.e I don't want to have to wait until the image finishes the scroll for it to start again leaving that space in between the scrolls. Thanks. Similar TutorialsProblem Fixed Good day everyone! Below is the sentence I am working with. NOTE: In the Access Map information block, be sure to include road grade information to highways I need to draw attention to the word "NOTE" so I would like to scroll "NOTE" right to left in it's place, and the rest of the sentence not to move. Is this possible??? When I enter the typical marquee script, the "NOTE" appears on a separate line above the rest of the sentence and scrolls there, that is not going to work for me. This is for an interoffice help menu, and as far as I know there is no flash script that will work in explorer, that would have worked also. Any help would be appreciated. greetings! i found an excellent scrolling marquee generator at: http://www.htmlbasix.com/marquee.shtml but i am having a problem. the scrolling marquee does not work in all browsers. for instance, check out the scrolling marquee in for "FREE MLS" at this url: http://www.phoenixfinder.com/ it scrolls perfectly in firefox, but it does not scroll and looks really bad in windows explorer and google chrome. i am pulling my hair out trying to resolve this. any advice as to what i am doing wrong will e greatly appreciated! please email advice to me at: backcountryjournal@hotmail.com thanks in advance! mike Hi, I'm using a marquee with a colour background using the following code <marquee bgcolor="#BFCEE5" however I wish to use an image instead - does anyone know the code for background image? The marquee is scroll up in a box Cheers Currently i have a marquee which scrolls images from right to left and when all images are through it starts again. Is it possible to have the first image repeated after the last one is shown. So continuous images without a break in between the last and the first again. Id be grateful for any help. Hi guys, I am attempting to place an image with a hyperlink to the top of the page. Currently, I am only able to position the image relative to the edge of the screen; however, I want the image to sit in a set spot, independent of the left and right edges of the screen. I wish for the image to remain in the same position on the screen when the page is scrolled. The code I am currently using is as follows: <a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img src="http://i182.photobucket.com/albums/x156/Muscleox/BackToTop.png" border="0" /></a> The following image will hopefully illustrate what I am aiming to achieve: http://i182.photobucket.com/albums/x.../visualaid.gif Any help would be much appreciated. Cheers, Nautishko i have 3 images, 2 are feather's images and 1 is text image i am trying to put these two feather images(which are in png format so to be transparent) in opposite corners as well as in front and 3rd text image should come from behind of the start of feather n scroll to the end of the other feather image(it should come and go behind the feathers, not above) as feathers have little spaces so i want to show that text is going benath the feathers and ends where feather ends i have attached a sample image please help me in writing its code Hello i have a simple site with a background color, and image and a scrolling text box. What is the appropriate code to position the box using the image as the reference point, not the corner of the screen so the text always goes to the same spot on the screen. Code: <div align="center"><img src="EA-vendorapplicationimage.jpg" alt="Eclectic Affinity Vendor Information Form - Become an Eclectic Affinity WHole Sale Vendor" align="absmiddle"></div> <body> <div class="ss-base-body" dir="ltr"> <div style=" overflow:auto; position:absolute; height:509px; width: 698px; top:172px; left:241px;"> The code above works to keep the box in one location, but that location is from the top left of the screen which is only useful if everyone used the same screen. Thanks O.k so my brains about done in for the week & I'm trying to help out a friend with his website. I realise theres a lot wrong with this page but the one thing that is really bugging me. When I scroll up & down a few times the image jumps out of its position/duplicates/clones & stays there until page refresh or even minimise & restore - then all is good again. Any ideas, advice greatly appreciated thanks http://www.linksdisk.com/redback/NEW/2_about_us.html I have a marquee on my website displaying an rss feed. The problem however is that the marquee is making the rss feed two lines because it wouldnt be able to scroll the whole width of the table without disappearing. How can I code it so that the marquee will just be the one line? Thanks alright when using marquee's is there actually a way to tell it where to be but not have to put it at the certain place in the html. like can u use coordinates instead of tables and lists and if so how? because i want to have a marquee of a welcome message/news on my webpage on the navigation bar at the top 1) because it looks better and 2) because theres a lot of blank space on it. the reason i need to find a way to do it by coordinates if possible is because i had to use a horizontal list for my nav bar and when i tried putting the marquee in there it didn't work so i'm guessing i got to put it there some other way out of the lists code. thx in advance, mike (uberwalla) Okay so I have been getting a little better at HTML thanks to this site but, I ran into a problem. I have a marquee that goes the normal direction <-- that way. So I was wondering how can I make it so when the mouse hovers over the marquee it stops and people can view it. I am lovin this site and thank you for your help. <marquee onmouseover="this.setAttribute('scrollamount',2, 0);" scrollAmount="1" > in setAttribute above there is three parameters, the first is the attribute, the second is its value, wht is the third one??? thnx in advance Hello, i have amplemented marquee tag in my website. its working on my local system XAMPP but when i upload it to online server its not working here is code Code: function parseXml(xml){ $(xml).find("announcement[current='yes']").each(function() { $("#ann").append("<marquee scrollamount='4' direction='up' width='250' height='300'><p class='ann_title'>" + $(this).attr('date') + ' ' + $(this).attr('time')+ ' ' +"<p class='ann_body'>" + $(this).text()) +' '+ "</marquee>"; }); hi all how can i control where the movement of the marquee begins?? i have this marquee: <marquee id=marq onmouseover='this.stop();' onmouseout='this.start();' loop='infinite' behavior='scroll' width=100% scrolldelay=2 scrollAmount=3 direction=left> in this marquee i have images, the problem is that those images don't start scrolling from the beginning of the area instead it appears at the end of the area then start scrolling! any ideas?? thnx in advanced I have a marquee coming in from the right as normal but want it stop in the centre of the page instead of at the far left. I cannot seem to find any reference to the code required. Thanks Lamarinapete I have a simple marquee with percentage height. The problem is that the marquee 'jumps' casually. I can't specificate a fixed height because the marquee must be adaptive to the height of the page. This is the example: EXAMPLE Thanks in advance! marquee tag is not working properly in mozilla firefox browser, i used marquee tag to scroll data fetch from database, and data that is scrolling is incomplete the list of data is not finished completely and started again, and some times it looks that scolled text do jerk when scrolling starts............any one has solution <marquee behavior="scroll" direction="up" height="130" scrollamount="2" onmouseover="(this.stop())" onmouseout="(this.start())"> <font face="Calibri" size="2"> <?php while($row = mysql_fetch_array($result)) { echo "<div align='left'><a href=news&event.php?nid={$row['news_id']} style='text-decoration: none'>".$row['news_heading']."</a></div><br><br>"; } ?> </font> </marquee> |