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
################
<div class="user-main">
<%=yield-%>
</div>
<div class="about-copyright2">
<cite class="author-margin">[email protected]</cite>
©2008
</div>
##########
The tag <div class="user-main"> has dynamic content,so when the
content in this tag changes,i want the tag <div class="about-
copyright2"> 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 !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---