[css-d] IE problem

2010-03-19 Thread Atkinson, Sarah
I have been working on this yesterday and today And I simply can't figure it out. It is a wordpress site. And it just is giving me some very weird giant white box display problems win IE6 and 7. http://test.grantstinn.com/ __

Re: [css-d] IE problem

2010-03-19 Thread Atkinson, Sarah
I'll tread very lightly here, Sarah. There seems to be a lot of styles that are either redundant or conflicting. I did not examine them with any rigor, it is a first impression. Also, it looks like you are linked to five different external style sheets. Are they all necessary? There may be

Re: [css-d] IE problem

2010-03-19 Thread Atkinson, Sarah
and we use it a lot. The last is Google Analytics. And then there is wordpress itself... It is a monster but it does separate content from presentation. On 3/19/10 1:03 PM, Bill Braun bbr...@hlthsys.com wrote: Atkinson, Sarah wrote: I'll tread very lightly here, Sarah. There seems to be a lot

Re: [css-d] IE problem

2010-03-19 Thread Atkinson, Sarah
Needham gxx...@gmail.com wrote: On Fri, Mar 19, 2010 at 8:28 AM, Atkinson, Sarah sarah.atkin...@cookmedical.com wrote: I have been working on this yesterday and today And I simply can't figure it out. It is a wordpress site. And it just is giving me some very weird giant white box display

[css-d] bemstrongi tags

2010-03-05 Thread Atkinson, Sarah
I know these tags are considered to be Presentational in type and there for avoided in semantic markup but I still like to use them in a semantic way. To me it seems practical is some content is important or different from content around it it should have different markup around it regardless

Re: [css-d] bemstrongi tags

2010-03-05 Thread Atkinson, Sarah
When I use the em the idea is that I would never want to just change some of their appearance. I would want all of them to appear different in the same manner unless maybe they were inside something else that conflicted with that style. So my CSS just looks like Em{ some-property:

[css-d] Best way to include

2009-10-05 Thread Atkinson, Sarah
Is it better to include with a list of link files or link a main stylesheet and @import all the css files into it? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] @import css or link

2009-10-05 Thread Atkinson, Sarah
I have multiple css files Which is better linking them in the header or using the @import in a main.css file and then linking that in the header? __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Amazing CSS

2009-09-15 Thread Atkinson, Sarah
Pretty simple realy They are just images that are then in a div with the background color of white. At the bottom of the div is a span with a background image with a transparent png that gives it the shadow. At least that Is how I'm guessing it Is done he's hiding a lot of his stuff. On

Re: [css-d] Amazing CSS

2009-09-15 Thread Atkinson, Sarah
If you are talking about the text that is done with javascript not css On 9/15/09 3:01 PM, HallMarc Websites m...@hallmarcwebsites.com wrote: Which effect are you referring to? Thank you, Marc Hall HallMarc Websites 610.446.3346 -Original Message- From:

Re: [css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread Atkinson, Sarah
U can set multiple style classes to an item. Also u can use the cascade. So u can set styles for all of the .thisHead And then set styles that are only for .pullout .thisHead Sent from my iPhone On Jul 23, 2009, at 7:56 AM, Chris Price chris.pr...@choctaw.co.uk wrote: I want to

[css-d] Creating your own stylesheet for a website

2009-05-01 Thread Atkinson, Sarah
I go to a website fairly regularly and their styles are horrible. It's just too painful for me to look at anymore. Is there away for me to create a Stylesheet for it and have my browser automatically override there styles? I know to many of you this might sound horrible but don't worry no

Re: [css-d] css3 selectors

2009-03-26 Thread Atkinson, Sarah
You should use h* elements instead of p elements for any kind of header. You might then not need to specify any classes and it's more semantically correct What I'm going for is to take the bottom margin off of a paragraph preceding a list. I don't need the list to be styled any

Re: [css-d] Strange lack of hover effect on BOTH IE6 and IE7

2009-03-16 Thread Atkinson, Sarah
I think you can't do that in ie. You can only use hover to effect the a and not the img tags. Try taking out the img tag in the Css. The style should cascade down to the img anyway. Sent from my iPhone On Mar 16, 2009, at 11:15 PM, Phil Matt p...@philmatt.com wrote: De-lurking here. I've

[css-d] CSS3

2009-03-03 Thread Atkinson, Sarah
Does anyone know when Browsers will start supporting CSS3? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[css-d] CNNs CSS file

2009-03-02 Thread Atkinson, Sarah
I was looking on CNNs site to see what there CSS file looks like And they have a grouping of common padding. Just though it was interesting. What do you guys think? Here is part of it: /* common paddings */ .cnnPad1Top{padding: 1px 0 0 0;} .cnnPad2Top{padding-top:2px;}

[css-d] Problem with ul/li in IE

2008-11-10 Thread Atkinson, Sarah
I can't seem to alter padding or margins to my lists in IE on the left or right side. Works fine in Firefox but not IE 6. I haven't tried IE 7 since I don't have it on my machine __ css-discuss [EMAIL PROTECTED]