How to Create this DIV Box ?!

3 posts Page 1 of 1
Contributors
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

How to Create this DIV Box ?!
Napster1488
Hey Guys,
today i have a Question about HTML.
I want to Create a Div Box that looks like this:
Image
I quickly Drawed this with Paint,so its only for Preview Purpose :D

How do i can Create a DIV Box that looks like this.
Where i can Specify a Text that is on the Top of the Box like on Picture.
And specific text in the Box itself,but i want the Box scrollable and only the Text in the Box itself must be scrollable not the Text etc on Top.

Please someone Help!

Thanks in Advance!
Greetz Napster
YouTube Downloader v3.0
Image
Image
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: How to Create this DIV Box ?!
mandai
You could use this:
Code: Select all
<div style="background-color: #000000; color: #FFFFFF; width: 347px; padding-left: 7px; padding-top: 5px">Here my Text</div>
<div style="border-style: solid; border-color: #000000; width: 347px; height: 202px; padding-top: 20px; padding-left: 11px">Here my other Text.</div>
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Thanks,ill try it.
YouTube Downloader v3.0
Image
Image
Image
3 posts Page 1 of 1
Return to “Tutorials”