Hi Jason, You can reply to the person and/or the list. I prefer to copy the list in "reply to all" so that everyone else knows the answer plus it'll become a common knowledge pool.
Ta, ~Mx http://www.mxdx.co.uk 2009/2/17 Jason Newington <[email protected]>: > Hi there, > > New to the list so not sure whether I should reply to the list or to the > person individually, would be grateful if someone could tell me :) > > Just spent a little bit of time looking at your problem and it's being > caused by the <p> tag sitting inside .mayface. > > If you move the <p> tag outside of the .myface div then remove any > positioning from #contactinfo p then it should work . . . haven't had > time to thoroughly test though. > > Something like . . . > > HTML: > > <div id="contactinfo"> > <div class="myface"></div> > <p>Site Design and Dev by:<a href="mailto:[email protected]">The > Creative Sheep</a></p> > </div> > > > CSS: > > #contactinfo p { > font-size: small; > font-style: italic; > font-size: 70%; > width: 250px; > } > > Hope this helps in some way. > > Jace > > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
