Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 182
Entire Site: 4 & 1074
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
04-25-24 01:52 AM

Forum Links

Related Threads
Coming Soon

Thread Information

Views
1,062
Replies
7
Rating
0
Status
CLOSED
Thread
Creator
Zeldisaster
08-21-10 06:05 PM
Last
Post
Annette
08-22-10 12:45 AM
Additional Thread Details
Views: 158
Today: 0
Users: 1 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
 

HTML Coding. Need Help. Complex Problem

 

08-21-10 06:05 PM
Zeldisaster is Offline
| ID: 227148 | 178 Words

Zeldisaster
Level: 81


POSTS: 973/1654
POST EXP: 144125
LVL EXP: 4825020
CP: 777.2
VIZ: 30873

Likes: 0  Dislikes: 0
Ok this is gonna be a little complicated to explain, but I want to use HTML to make a scrolling text box through a picture of a snake or dragon.

Picture this:: A scrolling text box with a snake wrapped around it. Because of the scroll, the text in general is not blocked from the reader's eyes, even though it is split at one part.

I can't find a picture of what I'm talking about, and I doubt I'll be able to make a picture. I'll try and edit this soon. But...

Does anyone think this is possible? And if so, how?

The most HTML-savvy people I know may be able to help:

DarkHyren : You've helped me before. Maybe you can again.
septembern : You said you've done HTML for six years, so...
Annette : You make good layouts, so I assume you know your stuff.
JigSaw : I don't know if you know HTML, but maybe you know a javascript code for this or something. And a way to make HTML code read said javascript? Lol
Ok this is gonna be a little complicated to explain, but I want to use HTML to make a scrolling text box through a picture of a snake or dragon.

Picture this:: A scrolling text box with a snake wrapped around it. Because of the scroll, the text in general is not blocked from the reader's eyes, even though it is split at one part.

I can't find a picture of what I'm talking about, and I doubt I'll be able to make a picture. I'll try and edit this soon. But...

Does anyone think this is possible? And if so, how?

The most HTML-savvy people I know may be able to help:

DarkHyren : You've helped me before. Maybe you can again.
septembern : You said you've done HTML for six years, so...
Annette : You make good layouts, so I assume you know your stuff.
JigSaw : I don't know if you know HTML, but maybe you know a javascript code for this or something. And a way to make HTML code read said javascript? Lol
Vizzed Elite
<b><i><font color=


Affected by 'Laziness Syndrome'

Registered: 03-25-10
Location: Hyrule
Last Post: 618 days
Last Active: 532 days

08-21-10 06:26 PM
is Offline
| ID: 227154 | 10 Words


JigSaw
Level: 164


POSTS: 4792/7936
POST EXP: 584185
LVL EXP: 57404693
CP: 8045.8
VIZ: -46031833

Likes: 0  Dislikes: 0
So you want something that scrolls? This should help: http://www.quackit.com/html/codes/html_marquee_code.cfm
So you want something that scrolls? This should help: http://www.quackit.com/html/codes/html_marquee_code.cfm
Vizzed Elite
PHP Developer, Security Consultant

Affected by 'Laziness Syndrome'

Registered: 04-06-06
Location: Area 51
Last Post: 1734 days
Last Active: 1728 days

08-21-10 10:24 PM
Zeldisaster is Offline
| ID: 227257 | 80 Words

Zeldisaster
Level: 81


POSTS: 974/1654
POST EXP: 144125
LVL EXP: 4825020
CP: 777.2
VIZ: 30873

Likes: 0  Dislikes: 0
JigSaw : That's not what I mean. As stupid as this looks, this is the easiest way to explain it.



Picture the text box with the ability to scroll. Would covering it up like that be possible?

I'm thinking to do it, you'd have to split the image and make the section that covers the text like a "always on top" thing. That make sense?

I wanna do something like this in my layout, but I can't think of how.
JigSaw : That's not what I mean. As stupid as this looks, this is the easiest way to explain it.



Picture the text box with the ability to scroll. Would covering it up like that be possible?

I'm thinking to do it, you'd have to split the image and make the section that covers the text like a "always on top" thing. That make sense?

I wanna do something like this in my layout, but I can't think of how.
Vizzed Elite
<b><i><font color=


Affected by 'Laziness Syndrome'

Registered: 03-25-10
Location: Hyrule
Last Post: 618 days
Last Active: 532 days

(edited by Zeldisaster on 08-21-10 10:25 PM)    

08-21-10 10:28 PM
is Offline
| ID: 227259 | 60 Words


JigSaw
Level: 164


POSTS: 4800/7936
POST EXP: 584185
LVL EXP: 57404693
CP: 8045.8
VIZ: -46031833

Likes: 0  Dislikes: 0
Ohhhhhh you mean text scrolling? That can be easily done are you using CSS? If so use overflow:auto; and that will make it scroll *IF* text goes near or past the bottom of the box.

Yes its possible with CSS, use an attribute called z-index it allows you to position stuff like stacks of paper on top of one another.
Ohhhhhh you mean text scrolling? That can be easily done are you using CSS? If so use overflow:auto; and that will make it scroll *IF* text goes near or past the bottom of the box.

Yes its possible with CSS, use an attribute called z-index it allows you to position stuff like stacks of paper on top of one another.
Vizzed Elite
PHP Developer, Security Consultant

Affected by 'Laziness Syndrome'

Registered: 04-06-06
Location: Area 51
Last Post: 1734 days
Last Active: 1728 days

08-21-10 10:32 PM
Zeldisaster is Offline
| ID: 227261 | 33 Words

Zeldisaster
Level: 81


POSTS: 975/1654
POST EXP: 144125
LVL EXP: 4825020
CP: 777.2
VIZ: 30873

Likes: 0  Dislikes: 0
JigSaw : That's the problem. I've only learned HTML so far. I haven't learned CSS yet, but I still want to do this.

Teach me how to do this in CSS!!! Please. Haha
JigSaw : That's the problem. I've only learned HTML so far. I haven't learned CSS yet, but I still want to do this.

Teach me how to do this in CSS!!! Please. Haha
Vizzed Elite
<b><i><font color=


Affected by 'Laziness Syndrome'

Registered: 03-25-10
Location: Hyrule
Last Post: 618 days
Last Active: 532 days

08-21-10 10:35 PM
is Offline
| ID: 227263 | 31 Words


JigSaw
Level: 164


POSTS: 4801/7936
POST EXP: 584185
LVL EXP: 57404693
CP: 8045.8
VIZ: -46031833

Likes: 0  Dislikes: 0
Find the pictures you want to use of the snake and such and I can help code it for you

This is why CSS rocks Screw you html
Find the pictures you want to use of the snake and such and I can help code it for you

This is why CSS rocks Screw you html
Vizzed Elite
PHP Developer, Security Consultant

Affected by 'Laziness Syndrome'

Registered: 04-06-06
Location: Area 51
Last Post: 1734 days
Last Active: 1728 days

08-21-10 10:38 PM
Zeldisaster is Offline
| ID: 227264 | 9 Words

Zeldisaster
Level: 81


POSTS: 976/1654
POST EXP: 144125
LVL EXP: 4825020
CP: 777.2
VIZ: 30873

Likes: 0  Dislikes: 0
JigSaw : Will do.

(My first true spam post!)
JigSaw : Will do.

(My first true spam post!)
Vizzed Elite
<b><i><font color=


Affected by 'Laziness Syndrome'

Registered: 03-25-10
Location: Hyrule
Last Post: 618 days
Last Active: 532 days

08-22-10 12:45 AM
Annette is Offline
| ID: 227293 | 32 Words

Annette
Level: 100


POSTS: 412/2735
POST EXP: 168974
LVL EXP: 10273749
CP: 1012.1
VIZ: 723883

Likes: 0  Dislikes: 0
Yes, it is possible, if you use CSS and a transparent PNG image. Jigsaw seems to know what he is doing so I probably won't have to step in and help.
Yes, it is possible, if you use CSS and a transparent PNG image. Jigsaw seems to know what he is doing so I probably won't have to step in and help.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 03-10-10
Location: Hyrule
Last Post: 2917 days
Last Active: 2121 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×