Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / April 2008



Tip: Looking for answers? Try searching our database.

Anchor Styling ... Could someone please help me with this?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
shapper - 27 Apr 2008 22:48 GMT
Hello,

I am applying a style to a anchor tag. This anchor is created by an
ASP.NET page and is inside a list item.
I know the style is working because I applied it to the anchor in a
page that has only this.

   .Test
   {
     background-color: #101010;
     color: #E2E2E2;
     padding: 4px 10px 6px 12px;
     text-decoration: none;
     font: normal 1.2em Verdana, Geneva, sans-serif;
   }

  <a href="Test.aspx" class="Test">Testing</a>

However, when I apply it to the anchor inside the list item I don't
get the bottom margin unless I add "display: block" to the style! But
then the background is extended 100%.

I don't know what is going on. I tried everything I could think off.
Here is the code where the Test style is giving me problems:
...
<li>
 <label for="tbMessage" id="lMessage">Mensagem<span
class="Required">*</span></label>
 <textarea name="tbMessage" rows="4" cols="20" id="tbMessage"></
textarea>
</li>
<li>
 <a id="lbSubmit" class="Test"
href='javascript:WebForm_DoPostBackWithOptions(new
WebForm_PostBackOptions("ctl00$ctl00$cphSite$cfSendContact$lbSubmit",
"", true, "ContactForm", "", false, true))'>
 Send
 </a>
</li>
</ul>

Any idea why this is happening?

All I am trying to do is to make my anchor look as a simple button.

Thank You,
Miguel
shapper - 28 Apr 2008 02:13 GMT
> Hello,
>
[quoted text clipped - 43 lines]
> Thank You,
> Miguel

I found the problem. Since I want to place the inputs in different
lines then the labels associated to them I added a display: block to
each label through CSS. When I do this somehow the <a> tag gets not
bottom padding ... have any idea why this is happening?

Thanks,
Miguel
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.