.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}
<div class="fp_tag_div myclearingdiv">
<div class="fp_tag_div clearfix">
I know I'm overlooking something very minor here.
On this page...
My Reference Link
...I have a div that holds tags, fp_tag_div myclearingdiv
I can't figure out how to keep that inside of the main div, fp_articles
specifically, you can see where the tags overlap the main div for the "Exclusive Keldeo GameStop Event" article toward the bottom.
Any help is much appreciated!
You can replace that with 'clearfix' and then add the following to your CSS: http://css-tricks.com/snippets/css/clear-fix/
I already have a clearfix property in my CSS and it looks like this, which should work.
...but when I change this:
to this, in Firebug:
...nothing seems to change.
Thanks, Doc. I really appreciate the diligence! Love you guys. :)