DIV layout help? |
![]() ![]() |
DIV layout help? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Mar 2008 Member No: 626,719 ![]() |
Alrightt, so I made a div layout with one of the tutorials i found on this site. It was a great tutorial and the layout looks good, but I dont know how to get text in the empty boxes of my DIV layout. It NEEDS to be able to scroll thoughh. example: [if this is a box in my div, how do i get text in there with a scrollbar?] ![]() Also, i know that html doesnt work in divs, so i need a comment box code that will work for the div. please and thankyouu :] |
|
|
![]()
Post
#2
|
|
![]() AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 ![]() |
make sure you have z-index's for your boxes. then, make another div, position it over the original div, and set it for a higher z-index. in the div you just made, add in overflow:auto;
are you using style or id's for your div's? also, you can use regular comment box codes in div's, too. :] |
|
|
![]() ![]() |