Archive for August 16th, 2009

16 Aug 2009 @ 5:13 PM 

Hello, this is a short post

the property is a { outline: 0px none;} however you need to have all the pseudo classes under this rule,  a:focus, a:hover, a:active, a:visited { outline: 0px none;}

Tags

Tags:

Categories: XHTML/CSS

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:41 PM

EmailPermalinkComments (0)

16 Aug 2009 @ 5:11 PM 

Hello

Sometimes you may have a webpage and some pop-ups on it, they have position: fixed; and styled with JS to appear in the center of the page. (I am not talking about IE6 here, this doesnt work in IE6 at all). for some ex

<div class="popup">

</div>
<div>
<p> Lots of Content Goes here Lots of Content Goes here Lots of Content Goes here </p>
<p><a href="#"> Trigger </a></p>
</div>

+ Continue Reading This Article

Tags

Tags: ,

Categories: XHTML/CSS

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:38 PM

EmailPermalinkComments (0)