Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
display popup at the bottom of the window
20th April, 08:43
Post: #1
display popup at the bottom of the window
hello,
is there a way to have the popup displayed at the bottom of the browser window ? Just like a message notification in Outlook ?

thanks
canal
Find all posts by this user
Quote this message in a reply
20th April, 09:43
Post: #2
RE: display popup at the bottom of the window
JS Code
position: { adjust: { x: 13, y: 0 } }

Would setting the x y coordinates by requesting the max body width and height be of any help?
Find all posts by this user
Quote this message in a reply
20th April, 14:54
Post: #3
RE: display popup at the bottom of the window
canal, try this:

JS Code
$('.selector').qtip({
   position: {
      corner: 'bottomRight',
      target: $(window)
   }
})

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Solved] Different images for each tooltip popup - tables ityler 1 120 12th April 15:41
Last Post: Craig
  [Solved] Center tooltip on page and also use a thumb image to popup the real image ChileCaliente 2 249 26th March 22:54
Last Post: ChileCaliente
  [Solved] Step-by-step tutorial trigger next from within popup? Joshy 2 509 13th December 13:32
Last Post: Joshy
  [solved] Trouble with qtips adding a scrollbar momentarily to window patricia 0 342 2nd December 19:40
Last Post: patricia
  Qtip "tip" won't display in IE9 cmiller 1 592 21st November 00:55
Last Post: Craig
  [Solved] Use external urls to display relevant data placebo33 4 1,074 8th September 16:16
Last Post: Craig
  [Solved] Tool tip action is unexpected on display ktilcu 8 948 27th August 14:47
Last Post: Craig
  [Solved] qtip to display on another in another php/html place holder davidkhan 9 1,334 27th August 14:45
Last Post: Craig
  [Solved] Prevent qTip to be displayed outside the window SDirk 2 845 9th August 15:48
Last Post: usman
  [Solved] qTip input fields validation not working with display:none Maverick 6 1,403 25th July 16:44
Last Post: Maverick



User(s) browsing this thread: 1 Guest(s)