View Full Version : update boxes


MoonliTxRosE
10-25-2004, 05:21 PM
i need a code for a update box. not the ones that you can get offa those cute sites like yummielicious.com or anything, but like, the ones with out the up or down boxes. I want one that just has a scroll bar, and be able to put an image on the top. but i can't find one anywhere ! so could you help me please !

MaGiCSuN
10-25-2004, 05:33 PM
you mean a box with arrows that you hover to move the text inside it?

a normal update box will be a div:

<img src="URLHERE.GIF"><br>
<div style="width: ##px; height: ##px; overflow: auto;">
text here</div>

if you can find an example on what you want that would be great :)

Love,
Mirna

MoonliTxRosE
10-26-2004, 06:24 PM
go to www.yummielicious.com, and look at her update box. she's got the logo above it, and it doesn't have the matching up and down pictures to go with it, just arrows.

Monkey Bizzle
10-26-2004, 08:05 PM
did you even try what magicsun suggested? if you look at the yummilicious source code, that is exactly what she uses. so what's the problem with it?

MoonliTxRosE
10-30-2004, 04:47 AM
Ok, I tried that. I tryed going up to File>>Edit with Notepad, all it has is the Frames codes. I tryed right clicking>>view source .. but its not in there either. It has like, it in there, but it doesn't have the code for the box, and the scrollbar, and being able to center the picture on top and everything.

*Jen*
11-08-2004, 02:05 PM
I use this:
<div id="scroll3" style="width:width of boxpx;height:height of boxpx; background-color:#background colour; border:1px dotted #border colour; overflow:auto">
Text here
</div>

An you can add a picture to the top with the img tag: <img src="URLHERE.GIF"> like MaGiCSuN said.

chazvik
11-09-2004, 04:50 PM
search for it in google
its actually on lissaexplains.com just search for it on her site!!

Munchkin
11-11-2004, 11:30 PM
If you really insist, you could use a small iframe, but those are pretty inpractical. I think you can use a table, but I'm not very good with tables so you'll have to get someone else to help you with that. :)

Angelic Fusion
11-11-2004, 11:34 PM
you're probably wanting one that scrolls up and down with a graphic. (If you dont then give us a URL with an example of what you want). If Im right, there should be some at www.thuggndivazdollz.com

youngcrunk
02-13-2006, 03:13 AM
does anyone know how to get the border of an update box an image??? if you do, private chat me