Thread: ScrollBar
Results 1 to 10 of 10
Related
-
Scrollbar help Forum: HTML Forum
Replies: 6 -
Need Scrollbar help please Forum: HTML Forum
Replies: 1 -
No vertical scrollbar? Forum: Website Scripts Forum
Replies: 2 -
yet another scrollbar question Forum: HTML Forum
Replies: 4 -
Scrollbar Q Forum: Website Scripts Forum
Replies: 5
-
12-30-2003, 03:09 PM #1
ScrollBar
Hi, I was wondering how to make a text area, but not have the border around it, just the scrollbar to view, lets say "news" for the site. Also how can i change the background color of the area and fonts, ect. Any help would be great. Thanks. -Nick
-
12-30-2003, 06:00 PM #2
You may be able to do this with CSS, maybe Dean will jump in and if so move it to the proper forum also
Dave
-
12-30-2003, 08:19 PM #3
Originally Posted by Dave
-
12-30-2003, 08:26 PM #4
If it can be handled this way dean will move it.
Dave
-
12-30-2003, 08:45 PM #5
ScrollBar
so, i made this post in the html section, but just putting it here in CSS correcting myself, Anyway does anyone know how to make this similar scrollbar as show in this news section... www.littledevilbrand.com. No the exact but, the basic idea. I can make textarea but there is a border or whatever. Thanks.
-
12-30-2003, 10:14 PM #6
That is an iframe
<iframe width=xxx height=xxx src="path to file" align=xxx frameborder="0"> </iframe>
moving to HTML and merging with other thread
Dave
-
12-30-2003, 10:18 PM #7
Thanks Dave, that helps greatly. What about colors and font colors and whatnot. Thanks again. -Nick
-
12-30-2003, 10:23 PM #8
iframe is short for inline frame. As with any frame, it places the desired file where you want it. Therefore the file you use for src should include all the needed code. The code I gave above simply makes the call.
Dave
-
12-30-2003, 11:22 PM #9
So, basically i make the frame in photoshop and add the text that i want to apear in the iframe in photoshop and then src= to the image?
-
12-30-2003, 11:30 PM #10
No
You make an html or php page and call that thru your iframe.
Dave