WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Scrolling Text On Top of Image Sun Apr 21, 2013 10:53 pm

_MAGNET_

_MAGNET_
Registered Member
Registered Member
Sorry to bother you guys but I really need assistance with the use of the marquee tool inside <p style attribute.

Here is what I'm trying to:

1. Here is the image: (no worries; I designed this myself and using it just for learning purposes)

Scrolling Text On Top of Image Bf2_nt10

2. I would like to scroll text on the right side of the image. It's frustrating because when I do get the text to scroll, it's scrolls underneath the image instead of on top of it.

3. I would also like to scroll the text so many pixels from the top and bottom; that is, I would like to keep the text from scrolling all the way to the top of the page; but within a certain width and height.

Here's what I've come up with so far:

This is the marquee tag I'm using:

Code:
<marquee direction="up" onmouseover='this.stop()' onmouseout='this.start()'scrollamount="2"><FONT SIZE="3" COLOR="8a4120">


Code:
<div style="width:500px;height:180px">
<img src="images/bf2_nt.png"/>
<p style="width:150px; position:relative; top:-175px; float:right; margin-right:50px; color:white;">
Gaming signatures, Buttons, Ranks, anime graphics, design resources ... just testing stuff and making random text..blah
</p>
</div>
</body>
</html>

Thank you so much in advance for your assistance. Additionally, it would great if it can be done without using javascript.

Respectively scratch





Last edited by _MAGNET_ on Mon Apr 22, 2013 10:32 pm; edited 1 time in total

2Solved Re: Scrolling Text On Top of Image Sun Apr 21, 2013 11:48 pm

servity

servity
Registered Member
Registered Member
try is code

<marquee direction="up" onmouseover='this.stop()' onmouseout='this.start()'scrollamount="2"><FONT SIZE="3" COLOR="8a4120">your text here</marquee>


Code:
<marquee direction="up" onmouseover='this.stop()' onmouseout='this.start()'scrollamount="2"><FONT SIZE="3" COLOR="8a4120">your text here</marquee>

3Solved Re: Scrolling Text On Top of Image Mon Apr 22, 2013 12:29 am

_MAGNET_

_MAGNET_
Registered Member
Registered Member
I'm sorry but that doesn't seem to work. The closed marquee tag is showing up at the bottom.

Here's the result
Scrolling Text On Top of Image Codere10

4Solved Re: Scrolling Text On Top of Image Wed Apr 24, 2013 2:20 pm

_MAGNET_

_MAGNET_
Registered Member
Registered Member
Thanks for your time.

This has been taken care of cheers

5Solved Re: Scrolling Text On Top of Image Wed May 01, 2013 2:49 pm

Sanket

Sanket
Administrator
Administrator
I know who solved it. Laughing
Solved | Locked

http://www.webartzforum.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum