About copyright position

css class
##############
.about-copyright2{
border-top:#6a6a6a 1px solid;
width:72%;
text-align:center;
font-size:x-small;
position:absolute;
bottom:-50px;
left:11%;
}
###########
The view using this class
################

<%=yield-%>
[email protected] ©2008
##########

The tag

has dynamic content,so when the
content in this tag changes,i want the tag
to be left at the bottom of the dynamic content.The css
class giving above is unable to realize the position requirement,how
do i manage?
Thank you !

On Dec 19, 12:48 pm, daociyiyou [email protected] wrote:

##########

The tag

has dynamic content,so when the
content in this tag changes,i want the tag
to be left at the bottom of the dynamic content.The css
class giving above is unable to realize the position requirement,how
do i manage?
Thank you !

anyone help me?

please help me ,thank you

I’m afraid you are in the wrong group for your question…

I’d try something geared toward CSS more than Ruby on Rails since your
problem is really about CSS…

Jean-Marc