Welcome to Dream.In.Code
Become an Expert!

Join 149,489 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,293 people online right now. Registration is fast and FREE... Join Now!




Resizable Text Area

 
Reply to this topicStart new topic

Resizable Text Area

KharN
26 Feb, 2007 - 09:42 AM
Post #1

New D.I.C Head
*

Joined: 26 Feb, 2007
Posts: 10


My Contributions
Ok so i used to have thsi code i found on some website that allowed me to resize a text area and it had a transparent background and no border.. Also when i inputed text it created a scrollbar so page stayed fixed and it kept the site looking tidy..

Now i haev since had to reboot my pc and cant find the code again anywhere so thought it best to ask the professionals here.. Nobody has been able to help me so far but i know for a fact it used to exist..

Basically i want to put up news/bios ect on a webpage and not use any frames.. just want a resizable text area that cant be edited by anyone other than the webmaster and allows scrollbars..

Oh can i aslo add that in dreamweaver i could edit the text area (resizing and inout of needed text in design area)

Any help would be greatly appreciated

This post has been edited by KharN: 26 Feb, 2007 - 09:50 AM
User is offlineProfile CardPM
+Quote Post

KharN
RE: Resizable Text Area
27 Feb, 2007 - 03:05 PM
Post #2

New D.I.C Head
*

Joined: 26 Feb, 2007
Posts: 10


My Contributions
My bad.. i thought this was :

Web Development Help

And the members were supposed to do exactly that.. Thanks for nothing..
User is offlineProfile CardPM
+Quote Post

snoj
RE: Resizable Text Area
27 Feb, 2007 - 03:21 PM
Post #3

Fell off the face of the earth
Group Icon

Joined: 31 Mar, 2003
Posts: 3,325



Thanked: 9 times
Dream Kudos: 750
My Contributions
Might be that a) they don't know how to do it themselves. b) they making sure their advice/help is valid. or c) you haven't shown enough effort on your part to warrant helping.

My guess is a combination of all three with a nice sized helping of c.

Also your post makes you even less worthy of helping. We do this for free because we want to help people learn. Asking for code that you "lost" makes you look like you're dodging homework.
User is offlineProfile CardPM
+Quote Post

KharN
RE: Resizable Text Area
28 Feb, 2007 - 12:31 PM
Post #4

New D.I.C Head
*

Joined: 26 Feb, 2007
Posts: 10


My Contributions
Actually im building a website for a friend.. the reason i stated that it had been lost was because i DID have it therefore i know it exists and other forums i ahev asked on says it doesnt exist ect..

I also cant help other people if im no coder myself.. the best i do is graphical with basic html knowledge.. im no programmer and i signed up to be helped.. And im still learning..

Giving me the code means i can look at it and see exactly how it was created and how it works ect.. therefore enabling me to modify and help others as i progress..

i dont understand how nopt telling me what i need/want to know is going to benefit me or be classed as helping.. im sorry if i sounded rude but i do get frustrated when even web professionals say im making such thigns up when i know for certain they exist..

PS - it isnt rockets science.. yes i dont knwo the code but anybody with average and upwards knowledge of htm.. ect and anyone even so much as classed as a developer/programmer should be able to give me the asnwer.. and help me out..
User is offlineProfile CardPM
+Quote Post

iamcenz
RE: Resizable Text Area
28 Feb, 2007 - 01:42 PM
Post #5

You wish you were my hand!
Group Icon

Joined: 26 Mar, 2001
Posts: 2,385


Dream Kudos: 201
My Contributions
do you want a div that is able to scroll does that sound right?
User is offlineProfile CardPM
+Quote Post

snoj
RE: Resizable Text Area
28 Feb, 2007 - 04:01 PM
Post #6

Fell off the face of the earth
Group Icon

Joined: 31 Mar, 2003
Posts: 3,325



Thanked: 9 times
Dream Kudos: 750
My Contributions
QUOTE
Giving me the code means i can look at it and see exactly how it was created and how it works ect.. therefore enabling me to modify and help others as i progress..
That is true. That is also what google is for. We are not google.

QUOTE
i dont understand how nopt telling me what i need/want to know is going to benefit me or be classed as helping.. im sorry if i sounded rude but i do get frustrated when even web professionals say im making such thigns up when i know for certain they exist..
It could help you in class in the fact that you wouldn't need to research it yourself. Granted you are "researching" it now, but you're asking for code, not the ideas that are behind it or a general concept (like how javascript and the DOM work together to change HTML).

I've learned a lot from just looking at code, but I've also learned just as much or more by learning the ideas behind what the code does. If you don't learn that, code ultimately means nothing.

So we here at DIC can help with the ideas of the code and the code itself, but you need to supply the code you've been working on for us to help you with that.
User is offlineProfile CardPM
+Quote Post

KharN
RE: Resizable Text Area
28 Feb, 2007 - 05:02 PM
Post #7

New D.I.C Head
*

Joined: 26 Feb, 2007
Posts: 10


My Contributions
QUOTE(hotsnoj @ 28 Feb, 2007 - 05:01 PM) *

I've learned a lot from just looking at code, but I've also learned just as much or more by learning the ideas behind what the code does. If you don't learn that, code ultimately means nothing.


you just clarified what isaid.. i cant learn from codes i dont have or know..

also im not sure if its a div or anything.. im new to all this and i jsut want a text area i can resize to fite any area i like ANd when i add text (like news or whatever) then it scrolsl so mainpage stays static and text can be browsed by scrolling..

and i cant supply codes i dont know.. i need the code t owork from htere forward.. and i have tried googling it adn nothing is what i need.. they give me nothing but forms..

User is offlineProfile CardPM
+Quote Post

snoj
RE: Resizable Text Area
28 Feb, 2007 - 06:13 PM
Post #8

Fell off the face of the earth
Group Icon

Joined: 31 Mar, 2003
Posts: 3,325



Thanked: 9 times
Dream Kudos: 750
My Contributions
You're looking for the "overflow" CSS property to make a div (or any element) have a scroll button for text that doesn't fit in a defined area. (That is an element with a fixed height and width.)

A "textarea" is a form element that is used for multi-line input. That's probably why you're only getting form related results in your searches.
User is offlineProfile CardPM
+Quote Post

KharN
RE: Resizable Text Area
28 Feb, 2007 - 06:38 PM
Post #9

New D.I.C Head
*

Joined: 26 Feb, 2007
Posts: 10


My Contributions
ok ill try searchin CSS div ect.. although im pretty sure it wasnt its worth a try.. any other suggestions or even betetr the code itself?
User is offlineProfile CardPM
+Quote Post

girasquid
RE: Resizable Text Area
28 Feb, 2007 - 06:52 PM
Post #10

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,294



Thanked: 18 times
Dream Kudos: 725
My Contributions
Just skimming over what he's mentioning, it sounds like it could be an iframe too.

This post has been edited by girasquid: 28 Feb, 2007 - 10:55 PM
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/7/09 05:14PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month