X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.css;h=a9a6de108b1a49edeec428dbda3da0cd7358e3ac;hp=6adaf9c658e37b474d4fe9d210c9bc4d5d0bb78f;hb=ee6685eef368fdd21c4916b32a0ad26880146cce;hpb=7e9890a5900fa0439918ea9c8805ed90dbc29ce0 diff --git a/tasks.css b/tasks.css index 6adaf9c..a9a6de1 100644 --- a/tasks.css +++ b/tasks.css @@ -31,15 +31,19 @@ .updown_links { position: absolute; top: -7px; - right: -10000px; + right: 10000px; width: 200px; height: 20px; border: 1px solid black; background: #fff url(images/updown.png) right 50% no-repeat; padding: 5px 20px 5px 5px; text-align: right; + /* This looks _horrible_ on ie6, but it works + remove this line for IE 5.5 and 6 */ } .updown:hover .updown_links { + /* remove this line for IE 5.5 and 6 + */ right: -1px; }