[WSG] Conditional Comments question

2005-10-21 Thread Janelle Clemens
I have a question about conditional comments. I have heard so much about them especially in the last discussion about "Set min-width using DOM" but have never used them. We have always used a _javascript_ style sniffer to determine which browser the viewer is using. However when

RE: [WSG] How do I vertical-align bottom

2005-10-06 Thread Janelle Clemens
] Behalf Of Janelle Clemens Sent: Thursday, 6 October 2005 6:07 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] How do I vertical-align bottom Thanks Paul. I was hoping to find a solution without having to split the cell. But I might have to go that route. This email is from

[WSG] How do I vertical-align bottom

2005-10-05 Thread Janelle Clemens
I have a div inside a table cell that needs to align to the bottom but can't get it to work. Can anyone help? http://www.sgi.com/tempie/box.html Janelle ClemensWeb Programmer, SGI[EMAIL PROTECTED](650) 933-9362

RE: [WSG] How do I vertical-align bottom

2005-10-05 Thread Janelle Clemens
Thanks Paul. I was hoping to find a solution without having to split the cell. But I might have to go that route. :-) Janelle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Bennett Sent: Wednesday, October 05, 2005 2:51 PM To:

[WSG] controlling font size in form text box

2005-09-21 Thread Janelle Clemens
My designer is on me to reduce the size of the font in the search box on the templates for our redesign. But I can not get it to budge without getting too small. Does anyone know of a trick for this. We have decided to use a fixed font (px or pt) for the search box text. Two reasons: 1.to

RE: [WSG] controlling font size in form text box

2005-09-21 Thread Janelle Clemens
] controlling font size in form text box Hi Janelle If you set the font-family on the .box to verdana it then renders the same as your example below. Looks like the text input field is picking up the default sans-serif(?) Cheers Peter Janelle Clemens wrote: My designer is on me to reduce the size

RE: [WSG] Tables - a challenge!

2005-09-08 Thread Janelle Clemens
Try this. This gives you a box centered in the browser with a width of 650px. Does this help? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en head titleTemplate/title meta

RE: [WSG] Tables - a challenge!

2005-09-08 Thread Janelle Clemens
Ah, never mind. I missed the vertical align part of your problem. Tom's example seemed like a good one though. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janelle Clemens Sent: Thursday, September 08, 2005 4:21 PM To: 'wsg

RE: [WSG] How do I combat extra padding?

2005-08-31 Thread Janelle Clemens
Thank you Bert. That worked like a charm. :-) Janelle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Doorn Sent: Tuesday, August 30, 2005 5:59 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] How do I combat extra padding? G'day I had to

[WSG] How do I combat extra padding?

2005-08-30 Thread Janelle Clemens
I had to create a table for this piece of our templates but am finding that firefox, netscape 7 and opera are adding extra padding under the images in the top row of cells. So far my fix has been to give our mozilla stylesheet margin-bottom: -4px for these images which has worked but I would

[WSG] Controlling the li gap?

2005-08-29 Thread Janelle Clemens
Is there anyway to control the space between the bullet and text of an li? Our designer is having issues with this and since I am in charge of creating the templates I need to find a workaround. Thanks, Janelle ** The discussion list for

RE: [WSG] Controlling the li gap?

2005-08-29 Thread Janelle Clemens
@webstandardsgroup.org Subject: Re: [WSG] Controlling the li gap? Use padding example: ul li {padding-left: 5px;} that should helpcan use negative amounts Quoting Janelle Clemens [EMAIL PROTECTED]: Is there anyway to control the space between the bullet and text of an li? Our designer is having

RE: [WSG] Controlling the li gap?

2005-08-29 Thread Janelle Clemens
Thanks Kenny. That sounds like a good solution. I'll give that a try. :-) Janelle From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenny GrahamSent: Monday, August 29, 2005 2:26 PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] Controlling the li gap? 1) remove the bullet

RE: [WSG] another 'open new window' dilemma

2005-08-25 Thread Janelle Clemens
I find it very confusing. The policy we use for our corporate website is to open a new browser window for external links with target=top title=This link will open in a new browser window. Who says opening a new window is bad practice. Especially if it is an outside link. I've been searching

RE: [WSG] another 'open new window' dilemma

2005-08-25 Thread Janelle Clemens
@webstandardsgroup.org Subject: RE: [WSG] another 'open new window' dilemma At 11:00 AM 8/25/2005, Janelle Clemens wrote: Who says opening a new window is bad practice. Especially if it is an outside link. I've been searching the web for information on this and finding nothing. My understanding

RE: [WSG] another 'open new window' dilemma

2005-08-25 Thread Janelle Clemens
.I feel like everything right now is a theory. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick H. Lauke Sent: Thursday, August 25, 2005 1:14 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] another 'open new window' dilemma Janelle

[WSG] Font-size em and reseting within

2005-08-25 Thread Janelle Clemens
If you are using em with font-size is there is a way to clear the font-size of a box element (stop the inheritance)?I am having a hard time explaining myself so maybe an example would be better. So if you have this code, the More text would be 0.80em relation to the 0.90em. div

RE: [WSG] IE Madness

2005-08-18 Thread Janelle Clemens
Works fine on IE5.5. I did notice you don't have a name="top"/a which might fix your problem. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenny GrahamSent: Thursday, August 18, 2005 3:45 AMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] IE Madness Works fine for me in

RE: [SPAM?]: Re: [WSG] Firefox Greyscale Extension

2005-08-18 Thread Janelle Clemens
That is a great webiste. Thanks. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of morten fjellman Sent: Thursday, August 18, 2005 8:34 AM To: wsg@webstandardsgroup.org Subject: Re: [SPAM?]: Re: [WSG] Firefox Greyscale Extension Not sure if it's

RE: [WSG] Win IE hacks -- Please help!

2005-08-17 Thread Janelle Clemens
IE hacks -- Please help! On Aug 16, 2005, at 9:45 PM, Janelle Clemens wrote: Thanks Ben. Unfortunately it is not for tabular data but page layout. But let me clarify that. The main template (topnav, sidenav, footer) is in a tabless format and validated. The content area will have a 2

RE: [WSG] Font Size Re-sizing

2005-08-16 Thread Janelle Clemens
We are in the middle of redesigning our company's website and after using pt for so long ems have been challenging to get used to. I have declared body {font-size: 1em;} and have adjusted from there (i.e. sidenav {font-size: 0.80em;}.Can you explain what the slash in your example is (body

RE: [WSG] Font Size Re-sizing

2005-08-16 Thread Janelle Clemens
, August 16, 2005 2:25 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Font Size Re-sizing Janelle Clemens wrote: Can you explain what the slash in your example is (body {font: x-small/130% Veranda, Arial, san-serif;}).Is this a browser hack? 130% in this case is the line height. it's

RE: [WSG] Font Size Re-sizing

2005-08-16 Thread Janelle Clemens
PROTECTED] On Behalf Of Brian Cummiskey Sent: Tuesday, August 16, 2005 2:25 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Font Size Re-sizing Janelle Clemens wrote: Can you explain what the slash in your example is (body {font: x-small/130% Veranda, Arial, san-serif;}).Is this a browser

[WSG] Win IE hacks -- Please help!

2005-08-16 Thread Janelle Clemens
We are redesigning our company website and I am in charge of creating the templates. We are moving into XHTML and pure stylesheets which has been (and is still) a really amazing learning curve. We have always had to code cross browser but with this redesign we are finally chucking Netscape 4.7

RE: [WSG] Win IE hacks -- Please help!

2005-08-16 Thread Janelle Clemens
] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Curtis Sent: Tuesday, August 16, 2005 7:19 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Win IE hacks -- Please help! On Aug 16, 2005, at 3:10 PM, Janelle Clemens wrote: My recent headache is trying to create a column/row of cells, like what tables

[WSG] table-cell and ie

2005-08-15 Thread Janelle Clemens
Please help as I am starting to go bald from pulling by hair out over this issue. Is there anyway (hack) to get Internet Exlporer to abide by the table-cell property? Or is there a max-height hack for IE? :-) Janelle