[css-d] New site went live today

2009-08-28 Thread Sarah Atkinson
I have been working on this site for almost a year and today it when live ..YAY http://cookbiotech.com Check out my nice css people on the products page (rollover and click on them) __ css-discuss

Re: [css-d] on to the nav

2009-08-28 Thread Sarah Atkinson
On 8/28/09 2:41 PM, Greg Wilker jer...@well.com wrote: Okay - does anyone have a resource, tutorial, etc. that will allow me to build the mocked-up top nav? http://www.gorillasuits.com/HTN/ I want to stay away from jquery, etc. if possible. TIA, Greg - Well

Re: [css-d] css3 selectors

2009-03-26 Thread Sarah Atkinson
ul ~ p {...} matches p elements that comes AFTER ul elements. The ~ matches all the p elements after a ul element. The + matches a p element immediately after a ul element. What about doing it backwards then put a class on the p and target the following ul

[css-d] Best use of html and css

2009-03-03 Thread Sarah Atkinson
³There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.² -C.A.R. Hoare I love this quote and

[css-d] What is this CSS?

2009-02-19 Thread Sarah Atkinson
Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what is with the * * html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight document.body.offsetHeight ?

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Sarah Atkinson
On 2/16/09 10:08 AM, Trevor Nicholls tre...@castingthevoid.com wrote: Hi Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html I have a (div) code fragment which has a text content (div) 'fragbody', styled with white-space:nowrap and displayed in a colored rectangle with a

[css-d] Problem with table in a div

2009-01-27 Thread Sarah Atkinson
I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any suggestions?

Re: [css-d] Problem with table in a div

2009-01-27 Thread Sarah Atkinson
I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the td and the div have 1 pix table borders, it appears to have a 2px border around the table. Any suggestions? On

[css-d] Different looking site in different browsers?

2009-01-26 Thread Sarah Atkinson
How important is it for a site to look exactly the same in different browsers? I¹m using some browser specific css so it looks different in those browsers then in IE. IE doesn¹t look bad and still functions ok it just is a little different. I¹m using rounded boxes because another of our sites

[css-d] Inline styles vs. external style sheet

2009-01-22 Thread Sarah Atkinson
Right now I am converting all my inline styles to an external stylesheet. Many of these styles are a one use style and not re-used elsewere(except maybe the div style=²clear:left, right or both;²/div What true benefit do I get by adding these to as css page vs. leaving them inline? Sarah

[css-d] What are your takes on more then one Stylesheet

2009-01-22 Thread Sarah Atkinson
One thing I tend to do is instead of having all my styles in main.css I will have a css folder and in it usualy something like main.css, header.css, footer.css, maybe other things that are item specific like menu.css, documenttable.css, sidemenu.css. I use this so that it¹s easier to find my

[css-d] hover effect

2008-04-29 Thread Sarah Atkinson
Ok say I have two Classes and a hover effect on Class1. However when someone hovers on the item for class1 I want the effect to be to Class2 Is this possible and how? No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.6/1403 - Release Date:

[css-d] Problem with dropdown menu alignment (PVII)

2008-04-21 Thread Sarah Atkinson
I have this list that works fine in firefox but becomes mis-aligned in Explorer. It’s aligning to the parent block item in FF but in IE it aligns to the text which is centered. Any ideas on a fix? It uses an altered PVII pop-menu magic style HYPERLINK

[css-d] problem with page breaking up can't duplicate

2008-04-02 Thread Sarah Atkinson
I just launched a site and I’m having trouble on one computer with it. The top image bounces down but only does it on one computer all others it looks fine. I can’t figure out the difference. Any Ideas http://www.wiesetrucks.com/newtrucks.php No virus found in this outgoing message. Checked by

[css-d] alignment using CSS

2007-07-06 Thread Sarah Atkinson
Dear Oh Most Helpful List, I have a list of hours Monday - Friday 9:00 AM - 9:00 PM Saturday9:00 AM - 7:00 PM Sunday Closed I want the times to be aligned on one side and the days aligned. Any idea on how to do this? All I can find is hack using tables. There's

Re: [css-d] Weak layout

2007-06-07 Thread Sarah Atkinson
Probably what would be optimal with CSS is to have different designs and different style sheets for various common visual impairments. What would be great is if it were standardized and so people with certain disabilities would automatically be served up their style sheet based on their browser

Re: [css-d] Born again CSS

2007-06-05 Thread Sarah Atkinson
It looks fine here. What size monitor are you using? Maybe you need to resize some things I'm using a very large and wide monitor. But if I size the window down a little then the image with the truck jumps to the next line. Also you might want to play around with your margins and paddings a

Re: [css-d] float problem. Was: Born again CSS

2007-06-01 Thread Sarah Atkinson
DO you have a mock pict of how you want the layers to look? As to what order and where? Also checkout http://csscreator.com/divs-do-not-replace-tables http://1976design.com/blog/archive/2004/09/07/link-presentation-fitts-la w/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [css-d] Problem between IE 6 and Firefox - at end of my rope....please help

2007-06-01 Thread Sarah Atkinson
First off I don't see your problem. (I'm using IE7) However I might suggest you don't use .png because I'm getting a weird png error. Also you might change the image to a background image for your li. Basically define it in your CSS instead of your links. Also what are the span tags for?

[css-d] yet another problem between IE and Firefox. (Can I throw IE out the Windows?)

2007-06-01 Thread Sarah Atkinson
OK my links in IE are underlined but in Firefox they are not They are not meant to be underlined. http://www.2spoileddogs.com/ (under tab compare plans) word the bottom of the page CSS http://www.2spoileddogs.com/css_include.inc.php Sarah

Re: [css-d] yet another problem between IE and Firefox. (Can I throw IE out the Windows?)

2007-06-01 Thread Sarah Atkinson
-Original Message- You have a severe case of divitis and I fear the only cure is to have a look at Lori I'm using Project VII's magic menus and they use a lot of divs. I'm putting 3 of their menus within yet another menu.

Re: [css-d] yet another problem between IE and Firefox. (Can Ithrow IE out the Windows?)

2007-06-01 Thread Sarah Atkinson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sarah Atkinson Sent: Friday, June 01, 2007 3:59 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] yet another problem between IE and Firefox. (Can Ithrow IE out the Windows?) I'm using Project VII's

[css-d] Problems with menu in IE but not Firefox. display/block IE problem?

2007-05-31 Thread Sarah Atkinson
I'm starting back using CSS after a bit of a hiatus. I am currently creating an exotic concoction of html, PHP, JavaScript, and CSS. But alas apparently my web martini is an olive short of IE. My problem lies in my accordion menus. For them I started with a Dreamweaver ad-on by ProjectVII, and

[css-d] stylesheets for print jobs

2005-05-19 Thread Sarah Atkinson
I have a table that is 5 rows by 7 columns. I want a user to be able to print it off so it fills up a 8.5x11(horizontal) sheet of paper. how exactly do I do this? do I have the table set in a div and then set the div width and height? and what would I set it at? can you use inches or would it

[css-d] testing NS

2005-05-18 Thread Sarah Atkinson
Just seeing if I can post to the list. Last 2 post have not shone up. Sarah __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

[css-d] CSS to format table for printing

2005-05-18 Thread Sarah Atkinson
I have a table that is 5 rows by 7 columns. I want a user to be able to print it off so it fills up a 8.5x11(horizontal) sheet of paper. how exactly do I do this? do I have the table set in a div and then set the div width and height? and what would I set it at? can you use inches or would it