Are you asking for a plugin recommendation? If so, I know the tooltip plugin (http://plugins.jquery.com/project/tooltip) detects the browser border and avoids it.
On Feb 21, 3:08 pm, Mark <[EMAIL PROTECTED]> wrote: > Hey all, > > the design team here has a grid/table layout, with each image in a > cell causing a tooltip style popup. Ok so, no worried so far, BUT, for > the last column, the tool tip flips it's orientation so it doesn't > display over the page border. > > So image a 2x4 table, which images in each cell. Each image will have > the mouse over event to trigger the tooltip. > > The tool tip itself has graphical borders with live text, just to make > things easier. I'm going to make the assumption that the tooltip > doesn't float, or folow the mouse, but rather it's in a fixed > position, which is relevent to the cell that has the image. > > Any recommendations?