jcdevelopment
03-31-2008, 05:29 PM
Here is tha page in question
http://keepdallasbeautiful.org/events.html
I know im doing this in an Un-orthodox manner, but i inherited this site and im make adjustments.
Heres the problem, the link i created and styled is for some reason going outside of the div, im not sure why.
here is the style to the link
<a href="#" onclick="showPop();" style="clear:right; float:right; margin-right:10px;">Sign Up</a>
and here is everything together
<div class="evenEvent">
<a href="#" onClick="showPop();">EarthFest -- April 18th </a>
<p class="text">EarthFest is the premier Earth Day celebration for Dallas’ downtown community, offering an opportunity to get out of the office, celebrate, learn, and appreciate the environment on which we depend. Every year, Keep Dallas Beautiful partners with the City of Dallas, the Environmental Protection Agency, and the Downtown Improvement District to host the largest Earth Day event in North Texas. <a href="http://dallascityhall.com/oeq/EarthFest/earthfest_brochure.pdf" target="_blank">Click here for more information . . . </a> <a href="#" onclick="showPop();" style="clear:right; float:right; margin-right:10px;">Sign Up</a>
</p></div>
could it for some reason be the JS?
Thanks for any help guys!!
http://keepdallasbeautiful.org/events.html
I know im doing this in an Un-orthodox manner, but i inherited this site and im make adjustments.
Heres the problem, the link i created and styled is for some reason going outside of the div, im not sure why.
here is the style to the link
<a href="#" onclick="showPop();" style="clear:right; float:right; margin-right:10px;">Sign Up</a>
and here is everything together
<div class="evenEvent">
<a href="#" onClick="showPop();">EarthFest -- April 18th </a>
<p class="text">EarthFest is the premier Earth Day celebration for Dallas’ downtown community, offering an opportunity to get out of the office, celebrate, learn, and appreciate the environment on which we depend. Every year, Keep Dallas Beautiful partners with the City of Dallas, the Environmental Protection Agency, and the Downtown Improvement District to host the largest Earth Day event in North Texas. <a href="http://dallascityhall.com/oeq/EarthFest/earthfest_brochure.pdf" target="_blank">Click here for more information . . . </a> <a href="#" onclick="showPop();" style="clear:right; float:right; margin-right:10px;">Sign Up</a>
</p></div>
could it for some reason be the JS?
Thanks for any help guys!!