mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
8 lines
424 B
Plaintext
8 lines
424 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: fixed
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Fixed Position Bottom 100% wide IE6
|
|
# --
|
|
${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));
|
|
${3:left: expression(eval(document.documentElement.scrollLeft));
|
|
}${4:width: expression(eval(document.documentElement.clientWidth));}$0 |