![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What I want to happen is for the print button to be tied to the bottom right of the page, moves up and down with window resize. Works fine in safari and FF; stays tied to the top left in IE. site page: http://www.salmansolutions.com/solutions.html. I tried moving the div in the page below the footer. Didn't work. What am I doing wrong? Can't find a reference. div code in page: !-- begin print page div link-- div class="print"><a href="solutionsprint.html"><img src="printbutton2.png" alt="print" width="154" height="27" /></a></div !--end print page div-- CSS stylesheet div#footer { padding:5px 0 0 0; border-top: 5px solid #887CA4; clear:both; } div#footer p { font:0.75em/1.21em Georgia, Arial, serif; } .print { position: fixed; right: 10px; bottom: -5px; |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks, Sinclair! That did it! I really appreciate your help! Is there a resource somewhere on the web that gives all these IE if statements? |
#5
| |||
| |||
|
|
Is there a resource somewhere on the web that gives all these IE if statements? |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Thanks, Micha--great resources! |
![]() |
| Thread Tools | |
| Display Modes | |
| |