How to Create this DIV Box ?!
3 posts
Page 1 of 1
Hey Guys,
today i have a Question about HTML.
I want to Create a Div Box that looks like this:

I quickly Drawed this with Paint,so its only for Preview Purpose
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
today i have a Question about HTML.
I want to Create a Div Box that looks like this:

I quickly Drawed this with Paint,so its only for Preview Purpose

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
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>
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023