css and static div problems

Associate
Joined
21 Oct 2002
Posts
422
Location
Aberdeen
Hello,

I've manage to make a simpleish html file with a navigational div at the top and left, with a scrollable content div on the right (much like a frames page from ages ago)

it works fine if you have all the css stuff in the actual html file within the <style> tag

but the second I move it all across to a css file it screws it up..

the scrollbar on the right disappears (even though it it still scrollable with mouse button) and the navigational div on the left will move once the content (right) gets near the bottom.

Its really strange and freaking me out... any clues what I'm doing wrong?
 
Back
Top Bottom