Re: [css-d] Best option for simple contact form?

2007-10-14 Thread Rahul Gonsalves
On 12-Oct-07, at 11:42 PM, Allison Kelly wrote: I need to build a very simple email form for a contact page. Allison, I have had good results with this form. It seems well thought out. http://green-beast.com/blog/?page_id=71 Best, - Rahul.

Re: [css-d] Tips on style

2007-10-14 Thread Rahul Gonsalves
On 12-Oct-07, at 2:14 PM, Sam Sutton wrote: Hi, I was wondering if anyone could point me in the direction of any tutorials or other resources on good writing well-formed css. For example, things like, how do you order your file or files? Would you group it in order of the structure of

Re: [css-d] Converting to EMs

2007-10-14 Thread tedd
At 9:47 PM -0400 10/13/07, Kenny Graham wrote: I think the gimmick they're talking about is using body {font-size:62.5%;} in an attempt to give yourself the illusion of 1em = 10px. An em is relative to the user's default font-size, whereas a pixel is absolute*. So the 62.5% calculation only

Re: [css-d] pure CSS drop-down menu

2007-10-14 Thread tedd
Jay Rabe wrote: Hi all, Anyway, I'm rebuilding a site that I inherited, and right now I'm stuck on the menu bar. I want a full-width bar with buttons that change background color on hover, with drop-downs on some of the buttons, and I'd rather do it with pure CSS (which I know almost

[css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread Peggy Coats
I'm having a problem on this site in IE : http://www.ripeforretirement.com/ Here is the CSS: http://www.ripeforretirement.com/css/ripe.css For some reason, I can't scroll down to the bottom of the page -- it just kind of jumps around when attempting to do so. I have a feeling it might be

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread Gunlaug Sørtun
Peggy Coats wrote: I'm having a problem on this site in IE : http://www.ripeforretirement.com/ For some reason, I can't scroll down to the bottom of the page -- it just kind of jumps around when attempting to do so. I have a feeling it might be related to the javascript for the font

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread Peggy Coats
On 10/14/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Peggy Coats wrote: I'm having a problem on this site in IE : http://www.ripeforretirement.com/ For some reason, I can't scroll down to the bottom of the page -- it just kind of jumps around when attempting to do so. I have a

Re: [css-d] Best option for simple contact form?

2007-10-14 Thread David Hucklesby
Hi Jenn and Alison, On 12-Oct-07, at 11:42 PM, Allison Kelly wrote: I need to build a very simple email form for a contact page. On Sun, 14 Oct 2007 13:38:21 +0530, Rahul Gonsalves replied: I have had good results with this form. It seems well thought out.

Re: [css-d] Converting to EMs

2007-10-14 Thread David Hucklesby
At 9:47 PM -0400 10/13/07, Kenny Graham wrote: I think the gimmick they're talking about is using body {font-size:62.5%;} in an attempt to give yourself the illusion of 1em = 10px. On Sun, 14 Oct 2007 08:51:15 -0400, tedd replied: All dimensions for everything, including graphics, are in

[css-d] center column on one page in site not aligning in IE

2007-10-14 Thread Peggy Coats
Got my no-scroll fixed on this site (thanks Walt and Gunlaug), but now have ONE page where the #content (middle column) drops down below the right and left columns: http://www.ripeforretirement.com/contact.php Not sure what is causing this (and it only seems to be happening in IE). Page is using

Re: [css-d] pure CSS drop-down menu

2007-10-14 Thread David Hucklesby
On Sun, 14 Oct 2007 08:56:23 -0400, tedd wrote: Jay Rabe wrote: Hi all, Anyway, I'm rebuilding a site that I inherited, and right now I'm stuck on the menu bar. I want a full-width bar with buttons that change background color on hover, with drop-downs on some of the buttons, and I'd

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread David Hucklesby
On Sun, 14 Oct 2007 11:07:10 -0700, Peggy Coats wrote: I'm having a problem on this site in IE : http://www.ripeforretirement.com/ Here is the CSS: http://www.ripeforretirement.com/css/ripe.css For some reason, I can't scroll down to the bottom of the page -- it just kind of jumps

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread Peggy Coats
On 10/14/07, David Hucklesby [EMAIL PROTECTED] wrote: On Sun, 14 Oct 2007 11:07:10 -0700, Peggy Coats wrote: I'm having a problem on this site in IE : http://www.ripeforretirement.com/ Here is the CSS: http://www.ripeforretirement.com/css/ripe.css For some reason, I can't scroll down

Re: [css-d] Best option for simple contact form?

2007-10-14 Thread cFA
If you need a good form styling check out Khoi Vinh's good form: http://www.subtraction.com/pics/0508/050822/ On 10/14/07, David Hucklesby [EMAIL PROTECTED] wrote: Hi Jenn and Alison, On 12-Oct-07, at 11:42 PM, Allison Kelly wrote: I need to build a very simple email form for a

Re: [css-d] center column on one page in site not aligning in IE

2007-10-14 Thread Gunlaug Sørtun
Peggy Coats wrote: http://www.ripeforretirement.com/contact.php Not sure what is causing this (and it only seems to be happening in IE). Page is using the same stylesheet as the rest of the site. Yes, but IE gets some extra styles in the page-head - on all pages. Delete this...

[css-d] Pure CSS drop-down menus aren't *good*

2007-10-14 Thread Kit Grose
G'day Jay, I've heard the request for pure CSS drop-down menus quite a lot, and rarely see people getting told what they should about how *bad* they are. CSS is designed as a method for styling visible items and laying them out relative to one-another. Drop-down menus are behavioural, and

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread Walt F. Schaefer
HI David, I got the jumping/no-scroll problem fixed by elminating a javascript call. It was only an issue in IE 6 and IE 7. thanks for the screenshot -- it looks like you've enlarged the font size (I hope it's not defaulting to that!) I know that on the largest font increase the text will

Re: [css-d] Pure CSS drop-down menus aren't *good*

2007-10-14 Thread Gunlaug Sørtun
Kit Grose wrote: I've heard the request for pure CSS drop-down menus quite a lot, and rarely see people getting told what they should about how *bad* they are. Thanks for bringing it up. You're right of course, but CSS designers rarely want to know how *bad* CSS is in that respect. It is

Re: [css-d] jumpy page/won't scroll down in IE

2007-10-14 Thread David Hucklesby
On 10/14/07, David Hucklesby [EMAIL PROTECTED] wrote: On Sun, 14 Oct 2007 11:07:10 -0700, Peggy Coats wrote: I'm having a problem on this site in IE : http://www.ripeforretirement.com/ Here is the CSS: http://www.ripeforretirement.com/css/ripe.css [...] There does seem to be a layout

[css-d] putting a link after a element using :after pseudo element

2007-10-14 Thread John Burk
I have a faq page where I'd like to make every answer have be followed by a link with the text did this answer your question? that goes to a feedback page. I've set my FAQ up as a definition list where dt's hold questions, and dd's hold answers. I've also had no problems putting nice Q's and A's

[css-d] CSS Flyout Menu Fails in IE7

2007-10-14 Thread Al Marvel
Hi All, Hopefully, I posted this properly. I'm requesting assistance with a menu flyout problem which works fine in Mozilla, but not with IE7. Menus are displayed on a sidebar of the web page. When hovering over the menu choice, a block of sub-menus appears to the left or right depending on

Re: [css-d] pure CSS drop-down menu - Sperling

2007-10-14 Thread Jay Rabe
This is certainly a nice-looking solution, however I'm curious about one thing. If I put my cursor tip in a top-level box, it drops down the sub-menu just fine, but the highlighting in the top-level box is only on if the tip of the cursor is somewhere above (ie vertically) the midline of the

Re: [css-d] pure CSS drop-down menu - Sperling

2007-10-14 Thread Rafael
It's because of the child's (or sub-item's parent) box. They probably thought on give it some margin to make it safer and easier to select, meaning you can go a little out of the item's box and the menu won't disappear, so the issue you describe is caused by their top margin. Hope that

Re: [css-d] putting a link after a element using :after pseudo element

2007-10-14 Thread Philippe Wittenbergh
On Oct 15, 2007, at 10:26 AM, John Burk wrote: I have a faq page where I'd like to make every answer have be followed by a link with the text did this answer your question? that goes to a feedback page. I've set my FAQ up as a definition list where dt's hold questions, and dd's

Re: [css-d] Pure CSS drop-down menus aren't *good*

2007-10-14 Thread Rafael
I think this is yet another religious topic. Accessibility on most JS menus (actually all I've seen so far) is inexistent, some of them are so poorly done than they even throw an error on this or that browser and the whole menu stops working. If you ask Joe Clark about his opinion... maybe

Re: [css-d] tabs don't float properly in IE6, IE7

2007-10-14 Thread H. Dean Hua
Thanks guys for the headsup. Still having issues with IE as well On 10/14/07, Rahul Gonsalves [EMAIL PROTECTED] wrote: On 13-Oct-07, at 2:24 AM, H. Dean Hua wrote: On this page of mine; http://sachistudio.com/testing/cr/homepage.html My navigational tabs aren't showing up

Re: [css-d] CSS Flyout Menu Fails in IE7

2007-10-14 Thread Gunlaug Sørtun
Al Marvel wrote: I investigated several search hits throughout the Web discussing similar problems with IE, z-index, and menus, but many are dated or don't exactly match this problem. I'm asking for assistance in determining if my design is flawed, or if it definitely cannot work in IE7.