|
-
Oct 15th, 2001, 04:13 PM
#1
Thread Starter
Fanatic Member
problem with dhtml please help.
my dhtml menu isnt beings recognized as a object or that it's there so when i try to put somethin next to it it just goin behind it or infront of it. someone gave me this suggestion but i dont know were to put the code. im using dreamweaver.
If you are using CSS try putting
code: position: absolute;
in the properties you have for the thing that is doing the covering up.
-
Oct 15th, 2001, 04:52 PM
#2
Thread Starter
Fanatic Member
and how do i change the size of a text field?
-
Oct 18th, 2001, 06:36 AM
#3
Conquistador
1. Do you have any code?
2. Adjust the size property as desired:
[code]
<input align="center" size="50" name="" type="text" value="test">
[/code
-
Oct 18th, 2001, 06:36 AM
#4
Conquistador
1. Do you have any code?
2. Adjust the size property as desired:
Code:
<input align="center" size="50" name="" type="text" value="test">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|