jQuery: The Write Less, Do More JavaScript Library

Ticket #896 (new bug)

Opened 2 years ago

Last modified 9 months ago

PRE scrollbars eat up content area in IE7

Reported by: Andrea Ercolino Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: site
Version: 1.1 Keywords: API docs
Cc: Needs:

Attachments

Change History

Changed 2 years ago by andrea

it happens throughout the API docs, for the Before and After sections of an example, if the content of the PRE element has a line larger than the fixed width

Changed 2 years ago by brandon

This is a duplicate of #817 but I'm leaving this one open since it has more information.

Example link: http://docs.jquery.com/DOM/Manipulation

Changed 2 years ago by brandon

The fix could be as simple as editing the "main.css" file, at line 210, and changing from "overflow: auto" to "overflow: scroll". The result will be less neat in FF, but crossbrowser.

--Andrea

Note: See TracTickets for help on using tickets.