Greetings
I am setting up pages for a friend. Her page design has line border on her container div. She wants to have an image aligned to the bottom right of the container div. It needs to be a float so the image will stay bottom right aligned no matter how much text she has on the individual pages.
Here is some of the relevant stylesheet
I can of course use absolute positioning but then the image and text overlap. I need it to float so it wraps. Been really banging my head on this one.Code:/* Sets the green border around the logo and content*/ #container { margin-left: 155px; text-align: left; color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border: 2px solid #669966; /*this forms the expanding green box */ line-height: 115%; padding-top: 125px; width: 700px; } .floatimgrightbottom { float:right; margin:10px, 0px, 10px, 10px; vertical-align: bottom; }
Any assistance is appreciated







Bookmarks