Skip to content Skip to sidebar Skip to footer

Div Not Displaying Horizontal Scrollbar

I'm trying to get my DIV to display only a horizontal scrollbar. I am filling up the DIV with lots of images, and only want the user to be able to scrol horizontally. But I have tw

Solution 1:

Maybe you miss something like the DOCTYPE in the page.. make sure to have this as the very first line in your code, above the <html> line:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

Post a Comment for "Div Not Displaying Horizontal Scrollbar"