June 3, 201214 yr Hi, hope someone can help me out, I recently took over the responsibility of a website for a local church and went about re designing it, but ive come to a stand still basically, I wanted to have a scrolling div containing text, but for some reason the scroll bar wont work, Ive tried moving the div down below all the other div boxes and it works then but as soon as i move it back to where I want it it stops working again. Im not sure what to post so ive taken a couple of screen shots to try and show what I mean. Ive also tried adding links in the text and it doesn't let you click them, its almost like you can see the text box but its under someone thing else. OK, so it works in internet explorer but not chrome or firefox? So this shows how it looks in the browser, but the scroll bar does not work: These are the Div properties for the scroll box: and this is how it looks in Dreamweaver, the div scroll box is down below, this shows how Ive used divs to breakup the website etc: Hope some one can help, its driving me mad. Many thanks. P.s: Im a novice so please don't use any jargon. p.s: Ive blurred some stuff out , contact details etc. Edited June 3, 201214 yr by flyte
June 3, 201214 yr Without seeing the code this is a guess try ading a z-index to the div in the css z-index:999
June 3, 201214 yr the scrolling is : overflow:auto Try your positioning element become relative, and if you try positioning you can put z-index on two element cause z-index only work on positioning like relative, absolute and fixed. Might be the problem your element position fixed. If you put relative you need margin better than positioning like,,top, left, right or bottom. You can try like this: overflow:auto; margin-top:151px; margin-left:367px; width:600px; position:relative; sorry for my bad english CMIIW
Create an account or sign in to comment