lupedelupe
Well-Known Member
- Joined
- Dec 19, 2007
- Messages
- 222
- Reaction score
- 3
Hi,
I know next to nothing about HTML, so please bear with me. Trying to set up an AP Div which needs to contain a series of photographs. Working with Dreamweaver, which automatically assumes that I want to stack the content vertically.
Am currently running with:
#apDiv1 {
position:absolute;
width:880px;
height:520px;
z-index:1;
left: 10px;
top: 10px;
background-color: #FFFFFF;
overflow-x: scroll;
overflow-y: hide;
}
But I still get a vertical scroll bar...
Any help hugely appreciated.
I know next to nothing about HTML, so please bear with me. Trying to set up an AP Div which needs to contain a series of photographs. Working with Dreamweaver, which automatically assumes that I want to stack the content vertically.
Am currently running with:
#apDiv1 {
position:absolute;
width:880px;
height:520px;
z-index:1;
left: 10px;
top: 10px;
background-color: #FFFFFF;
overflow-x: scroll;
overflow-y: hide;
}
But I still get a vertical scroll bar...
Any help hugely appreciated.