Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Sept 13, 2012 8:53:32 GMT -8
After looking at the result it seems you'll also need a min-height propertyValue added as well to avoid cutting off images taller than the form. I however have to figure out how to accomplish that with IE as well without resorting to evil expressions... well good luck on that I'm still going to figure out how to adjust the height for the images "experimenting is fun ;D"
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 13, 2012 9:03:03 GMT -8
you can add a min-height:150px; to the propertyValues in the first part making sure to set that number to the height of your tallest image as a workaround for now.
form[name="loginform"] { padding-left:2px; background: url(http://proboards.com/images/blank.gif) no-repeat; min-height:150px; }
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Sept 13, 2012 9:24:04 GMT -8
you can add a min-height:150px; to the propertyValues in the first part making sure to set that number to the height of your tallest image as a workaround for now. form[name="loginform"] { padding-left:2px; background: url(http://proboards.com/images/blank.gif) no-repeat; min-height:150px; }alright thank you again
|
|