Re: [css-d] amazing use of css..

2011-12-19 Thread Chetan Crasta
On Mon, Dec 19, 2011 at 1:12 AM, Michael Beaudoin mich...@ba-doyn.comwrote: I thought this was amazing and wanted to share. Hope you all don't mind. http://www.ruawebdesign.com/**css3-at-at/http://www.ruawebdesign.com/css3-at-at/ Michael Cool!

[css-d] positioning over jquery slider...

2011-12-19 Thread Michael Beaudoin
Hello all. I'm working on a page using the jquery nivo slider which rotates images. I would like to position some images over top (for different links) of the slider and let the images move beneath. I've tried and cannot seem to get it to work. I can position the elements over an image, but

Re: [css-d] amazing use of css..

2011-12-19 Thread Elli Vizcaino
On Mon, Dec 19, 2011 at 1:12 AM, Michael Beaudoin mich...@ba-doyn.comwrote: I thought this was amazing and wanted to share. Hope you all don't mind. http://www.ruawebdesign.com/**css3-at-at/http://www.ruawebdesign.com/css3-at-at/ Michael Cool! Thanks for sharing! Here's another one. This

[css-d] @Font-Face Script Fallback Suggestions Needed

2011-12-19 Thread Elli Vizcaino
Hi Everyone! Developing my first HTML5/CSS3 blog site and am in the process of cross browser testing the HTML/CSS. The designs uses custom script fonts through out some of the header titles. They can be found within the sidebar and footer of the design. Want to know what would be some common

[css-d] @Font-Face Font Chopped OFF by Padding

2011-12-19 Thread Elli Vizcaino
Hello Gang, I'm using a custom font for the input values of a newsletter sign-up form (found in the sidebar) and the top of the font gets cut off, despite the fact that I've declared the box-sizing to border-box. If I use the default content-box value and adjust the height to accommodate

Re: [css-d] @Font-Face Font Chopped OFF by Padding

2011-12-19 Thread Elli Vizcaino
Subject: RE: [css-d] @Font-Face Font Chopped OFF by Padding First, remove this as it isn't needed (around line 342) .sof-email-form fieldset { width: 270px; margin: 0 35px 0 41px; }   Actually I do need it because when I remove it, the input fields shift to the left and I need them right

Re: [css-d] positioning over jquery slider...

2011-12-19 Thread David Hucklesby
On 12/19/11 10:05 AM, Michael Beaudoin wrote: Hello all. I'm working on a page using the jquery nivo slider which rotates images. I would like to position some images over top (for different links) of the slider and let the images move beneath. I've tried and cannot seem to get it to work. I

Re: [css-d] @Font-Face Script Fallback Suggestions Needed

2011-12-19 Thread David Hucklesby
On 12/19/11 1:33 PM, Elli Vizcaino wrote: Hi Everyone! Developing my first HTML5/CSS3 blog site and am in the process of cross browser testing the HTML/CSS. The designs uses custom script fonts through out some of the header titles. They can be found within the sidebar and footer of the design.