|
-
Aug 29th, 2000, 04:45 AM
#1
Thread Starter
Addicted Member
Hi there
i was wondering , is it possible to draw a rect. by html code i would like to fill it with different color too.
tnx lirlir
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 29th, 2000, 05:29 AM
#2
Fanatic Member
Hi lirlir
To draw a rectangle, use a div to do it
Code:
<div style="BACKGROUND-COLOR: #ff0000; BORDER-BOTTOM: black thin solid; BORDER-LEFT: black thin solid; BORDER-RIGHT: black thin solid; BORDER-TOP: black thin solid; HEIGHT: 115px; LEFT: 101px; POSITION: absolute; TOP: 65px; WIDTH: 200px"></div>
If you need any help with it reply back
Ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Aug 29th, 2000, 06:15 AM
#3
Thread Starter
Addicted Member
tnx mon ami (my friend) !!!
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 29th, 2000, 04:43 PM
#4
Lively Member
Rectangle as background
The text is behind the rectancle, how can I put it before the rect?
Thanx
-
Aug 30th, 2000, 01:18 AM
#5
Thread Starter
Addicted Member
hi moperke,
u should put your text between the div tags like this:
<div id="div1" style="visibility:hidden ; BACKGROUND-COLOR: #c0c0c0; HEIGHT: 290px; LEFT: 56px; POSITION: absolute; TOP: 56px; WIDTH: 487px">text in here</div>
make sure that the text color is different than the BACKGROUND-COLOR.
hope that helps
lirlir
The MORE I get to know,
I realize that I know NOTHING !
-
Aug 30th, 2000, 02:05 AM
#6
Lively Member
Not tryed but thanks anyway!
Moperke
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
|