June 14, 201214 yr hi guys and gals pulling my hair out here! please can some one explain to me how i would go about positioning an <ul> so that it stays in the same place when you re-size the browser window. here is the site im building http://emmah.co.uk/moo-zee/ thanks for any help given
June 14, 201214 yr What point on the <ul> (top left, top right, bottom right, bottom left or centre) relative to what point (etc, etc) on the background>
June 14, 201214 yr Author i think, ul bottom left and background bottom left.. as you can tell im relatively new to this thanks for your help
June 14, 201214 yr If you position an element absolutely, you can offset it either a fixed pixel amount or a percentage from the bottom and left of its nearest relative positioned ancestor. If it has no relative positioned ancestors, it offsets from <body>. Edited June 14, 201214 yr by Renaissance-Design
Create an account or sign in to comment