Reputation: 6116
So here's the website that has the container that I want to emulate: container
Here's the textbox specifically:
Here's what mine looks like:
They gave their css file and I looked at their html source code. I got the part in the html and css that pertains to the demo text and style. Here's all the code in fiddle
I'm pretty new to web programming, just a couple weeks in. And the css for the demo text looks daunting. I'm trying figure out how mine is different. Can anyone tell me what I need to do to fix my container to look like theirs? Thanks
Upvotes: 0
Views: 1190
Reputation: 6689
Here's a fixed version: http://jsfiddle.net/dain/XJqvG/6/
The main problems were:
For some reason it still doesn't want to scroll with the touchpad, but that might just be something with JSFiddle.
Upvotes: 1