Re: [css-d] Datagrid class

2006-12-02 Thread Jachin Sheehy
CssClass is the attribute to use. ASP.NET will convert this to a class attribute when it renders the HTML. Jachin Sheehy http://strangepants.com On 12/2/06, Pk <[EMAIL PROTECTED]> wrote: > I wish to use the same style for all my datagrids. I think I need to use a > class, but my c

Re: [css-d] Positioning

2005-09-26 Thread Jachin Sheehy
The problem occurs because you are floating the linkblock. If you add "clear:both;" to your selector for h2, the heading will return to it's normal flow in the document. Regards, Jachin On 9/27/05, Angus at InfoForce Services <[EMAIL PROTECTED]> wrote: > At http://infoforce-services.com/guidedog

Re: [css-d] problem with margin/padding on DIVs

2005-06-30 Thread Jachin Sheehy
; width: 100%; text-align: left !important; clear: both; height: 15px; } Seems to do what you are after. A little more tweaking and you'll get there... Regards, Jachin Sheehy Senior Web Developer InternetFiji On 6/30/05, Marty Martin <[EMAIL PROTECTED]> wrot

Re: [css-d] How to validate quirky stuff

2005-06-30 Thread Jachin Sheehy
centering happens (and it validates). Might be what you're after. Regards, Jachin Sheehy Senior Web Developer InternetFiji On 6/30/05, Jack Keller <[EMAIL PROTECTED]> wrote: > I followed the methodology from quirksmode.org on obtaining the > centered layout, but my problem is this, wit

Re: [css-d] validation problem

2005-06-08 Thread Jachin Sheehy
The ampersands in the urls need to be escaped properly (&). Regards, Jachin Senior Web Developer InternetFiji.com On 6/9/05, Jeanne Prine <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Hope this isn't off-topic. I just finished a > subsite as part of a larger redesign. The CSS > validates bu