Re: [css-d] hover effect

2008-04-29 Thread nancy
; class="class1 class2">whatever.com For this example, your style sheet would look something like: a.class1:link, a.class1:visited, a.class1:active {background-color:#ffcc00;} a.class2:link:hover {background-color:#cc;} Nancy Sosna Bohm

Re: [css-d] Two background images on the {body}

2008-06-22 Thread Nancy
> From: Christopher <[EMAIL PROTECTED]> > Can you have two background images on the {body} ? and position them? No, you can only have one background image per element. What exactly is the effect you are going for? You can, for instance, have a background image for the body that is positioned lik

[css-d] Any IE8 news?

2008-08-27 Thread Nancy
I read somewhere that the next release of IE8 was coming out in August, but the MS site is still just offering Beta 1. Has anyone heard anything? I have some sites that break slightly in the beta, but I've been advised here not to do anything until the next version comes out.

Re: [css-d] Any IE8 news?

2008-08-27 Thread Nancy
- Original Message - From: "Bill Brown" <[EMAIL PROTECTED]> >> the next release of IE8 was coming out in August, but >> the MS site is still just offering Beta 1 > > Here: > http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx > > and here: >

[css-d] Arial Narrow pixelated in FireFox

2009-01-23 Thread nancy
Why would Arial Narrow be pixelated in FireFox but smooth in IE? Thanks in Advance, Nancy Sosna Bohm P.S. I appreciate being able to read the different views in the current discussions of inline styles and multiple style sheets. I am at the point where I need to join IA (Inline Styles Anonymous

[css-d] Conditional comments for Mac?

2009-06-26 Thread nancy
sheets that is doing that. We even tried declaring float:none and display:block, and we tried adding a break. So I suggested using negative left margin declarations, but they line up differently on Mac browsers than PC. We'd like it to line up under the R in

Re: [css-d] Conditional comments for Mac?

2009-06-29 Thread nancy
ic?sk=en_US >> by removing the text-align:right >> but it doesn't line up with the left margin. > One answer would be: > > #searchLinks input { > clear:both; > display:block; > margin:0 0 0 10px; > } > > Was that what you were looki

Re: [css-d] Z-index issues in IE

2009-07-03 Thread nancy
ryWrapper's z-index designation unless you assign a z-index to its container. Here's a mock up based upon the code you supplied: http://thesmudge.com/shapeshifter/test.htm --which displays properly in IE6 and 7, but I only guessed where imageGalleryWrapper exists, so there must be more

[css-d] How to explain div v. table

2009-12-29 Thread nancy
There are several people editing our website, including my boss and a coworker. I am officially the manager of the website. Last week I showed the coworker how to change a table layout to divs with css, but didn't do a very good job of explaining why to do it. This week our boss suggested my cowork

[css-d] Multiple IEs (was: Re: strange problem with float)

2010-01-24 Thread nancy
ny good > tutorials/info there): > http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en. It says they expire in April and/or 120 days. Not sure what is up with that. Do they let you renew? Nancy _

[css-d] CSS to break lines in IE8?

2010-02-02 Thread nancy
uld just set a fixed width for the div and use a break. Or I may resort to a PDF, but thought I'd ask here first. And I thought I might find some folks to commiserate with in my frustration with IE8's lack of rendering of entities. Nancy __

Re: [css-d] Deprecations in recent versions of HTML cause CSS

2010-02-11 Thread nancy
irst word after a colon in a title are capitalized. FYI, to make hanging indents, you will want to use: margin-left: 20px; text-indent: -20px; And to make double spacing, you will want to use: line-height: 200%; Nancy (who, when not obsessing about CSS, obesses over citati

Re: [css-d] Moving css to external css changes results?!

2010-02-19 Thread nancy
pixels and a bottom padding of zero instead of 10 pixels. If you are using an external style sheet, you should only use embedded styles to change the style for that particular page. You also have some inline styles, which will superce

[css-d] Funeral for IE6

2010-03-04 Thread nancy
Since IE6 is being pronounced dead: http://www.cnn.com/2010/TECH/03/04/ie6.funeral/index.html?hpt=T2 I guess we are now being haunted by a ghost. Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] css-sound joomla templates?

2010-03-05 Thread nancy
n't based on tables, if that's what you mean. Nancy __ 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 -- http:

[css-d] div not floating in FF

2010-03-22 Thread nancy
"correctly." What am I doing wrong? See: http://thesmudge.com/shapeshifter/Untitled-1.html TIA, Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] div not floating in FF

2010-03-22 Thread nancy
Was using the tag attribute clear, not the style attribute. But I tried changing it to the style clear:both to no avail. Thanks anyway. -Original Message- From: Climis, Tim [mailto:tcli...@indiana.edu] Sent: Monday, March 22, 2010 12:05 PM To: 'nancy'; 'css-d@lists.

Re: [css-d] div not floating in FF

2010-03-22 Thread Nancy
Dennis wrote: > if you want to have the two floating divs side-by-side, > I do believe you need to give them a width value And apparently he is correct. Thank you. Nancy __ css-discuss [cs...@lists.css-discuss.org

[css-d] 0pt is wrong, right? And IE9 is doom, right?

2010-08-14 Thread Nancy
Two unrelated questions. 1. I am working on a website that can be edited by a variety of users using a web-based CMS. The CMS is rewriting inline style property values of zero. For example, if the inline style is entered as: whatever text LiveWhale rewrites it as: whatever text Before I inform

Re: [css-d] 0pt is wrong, right? And IE9 is doom, right?

2010-08-15 Thread nancy
>> IE9 will only run with Vista and later Windows OSs. >> Over 68% of Windows users are using XP... > MS has even provided us with conditional comments, a fairy reliable way of > telling which version of IE we're using. ... > ---Tim Recently I discovered that IE7 and IE8 conditional comments don't

[css-d] Hack or conditional comments for small screen aps?

2010-10-31 Thread Nancy
creen narrower than 800px either. Otherwise I will just have to put in a lot of return-to-tops and/or repeat the menu options throughout the page. Thank you, Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discus

Re: [css-d] Internet Explorer

2012-04-26 Thread nancy
>> I know that in some cases this not possible, but if someone reports >> issues with IE, I'd politely ask whether they have tried late versions >> of Firefox or Chrome :-) >> > > Yes but Ie8 is still widely used in XP systems and about 48% of the people > are still using XPs. It is not easy to ig

[css-d] site check

2007-12-10 Thread Nancy Gillespie
... any ideas on that? Thank you. - Nancy Gillespie [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Nancy Johnson
html fixed both. Is @import? or a better way? Thanks in advance, Nancy On Jan 9, 2008 6:50 AM, Alan Gresley <[EMAIL PROTECTED]> wrote: > Michael Adams wrote > > > I have been lurking here for the last month and have a question about > > the right way to handle IE using C

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-23 Thread Nancy Johnson
I feel I need to keep IE6 on my machine for testing until the percentage of users diminishes. How do I ensure that IE6 will not be overridden? Nancy On Jan 21, 2008 10:58 AM, Jon Hughes <[EMAIL PROTECTED]> wrote: > Microsoft is pushing an update on February 12th, 2008 that will > f

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-28 Thread Nancy Johnson
important than getting the job done. Nancy On Jan 25, 2008 1:46 PM, Scott Thigpen <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Yesterday I was up for a job to take on a big website and design it. They > were real impressed with my work, everything was going well until I said I >

[css-d] Suckerfish question

2008-01-31 Thread Nancy Johnson
I am putting in a simple suckerfish dropdown menu in a section of a proposed website. I hope its ok to attach to small images as I have no other way to link this. I am wondering why the width of level 2 is wider than level 1 in IE and are the same width in other browsers. I haven't figured ou

[css-d] Stylesheet just for Safari

2008-02-01 Thread Nancy Johnson
I have a very tight layout and Safari is displaying a tag differently than Firefox. How would you embed a separate style sheet for Safari into a webpage? with IE differences I have been using the following Thank you __ css-dis

Re: [css-d] Stylesheet just for Safari

2008-02-05 Thread Nancy Johnson
This worked perfectly thank you so much for the hack. On Feb 3, 2008 8:38 PM, Nancy E. Sosna Bohm <[EMAIL PROTECTED]> wrote: > > ...Safari is displaying a tag differently than Firefox. How would you > embed a separate style sheet for Safari into a webpage? > > ... > >

[css-d] Suckerfish Dropdown Problem with IE6

2008-02-12 Thread Nancy Johnson
I test in that this happens. Any suggestions to correct this? I cannot put this on a public site to show you. If someone responds offline, then I am happy to send a screen shot. Nancy __ css-discuss [EMAIL PROTECTED] http

[css-d] Text size issue in IE6 and IE7

2008-03-14 Thread Nancy Johnson
. The page breaks. Go to http://www-odi.nhtsa.dot.gov/ewr/faq.cfm for a sample http://www-odi.nhtsa.dot.gov/css/style.css http://www-odi.nhtsa.dot.gov/css/ie6.css http://www-odi.nhtsa.dot.gov/css/ie7.css Does anyone know of any solution for this? Thanks in advance, Nancy

Re: [css-d] Text size issue in IE6 and IE7

2008-03-14 Thread Nancy Johnson
, the dimensions were set before I came. Nancy On Fri, Mar 14, 2008 at 3:01 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Nancy Johnson wrote: > > When I go to largest size in > > IE6/IE7 or smaller and smallest. The page breaks. > > > > > http

Re: [css-d] Text size issue in IE6 and IE7

2008-03-17 Thread Nancy Johnson
Thank you for your help. The fix seems to be when I took margin {0 .06em 0 .06em} out of the main head div. Nancy Johnson On Fri, Mar 14, 2008 at 5:00 PM, Kepler Gelotte <[EMAIL PROTECTED]> wrote: > > If you mean: http://www-odi.nhtsa.dot.gov/images/defects_banner.jpg > &g

[css-d] Wierd formatting issue in one laptop using IE6

2008-04-16 Thread Nancy Johnson
-odi.nhtsa.dot.gov/css/ie6.css http://www-odi.nhtsa.dot.gov/css/ie7.css Thanks in advance Nancy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Wierd formatting issue in one laptop using IE6

2008-04-17 Thread Nancy Johnson
. Nancy Johnson On Wed, Apr 16, 2008 at 6:15 PM, Bruno Fassino <[EMAIL PROTECTED]> wrote: > Nancy Johnson wrote: > > > > My supervisor is home sick and I got a call from him telling me that > > the dark gray content area on the right displayed below the left nav > &g

Re: [css-d] Email Virus

2008-06-17 Thread Nancy Johnson
I have a special email set up for web development through Gmail and have been on several lists for a number of years. I have not received any virus laden emails that I know of. Nancy On Tue, Jun 17, 2008 at 8:30 AM, Melbeach <[EMAIL PROTECTED]> wrote: >> This is kinda off top

[css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
.27em; } #nav li ul li {background:none; background-image:none; border-top:none; margin:.25em 0 0 0; padding:.25em; } #nav li ul li a {font-weight: normal;border-bottom: 1px solid #99; padding-bottom: .25em; } Thank you in advance.

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
Thanks, Actually, I did find a page that is currently live that jumps vertically in IE6 and IE7 , please go to http://www-odi.nhtsa.dot.gov/ewr/interpretations.cfm. Nancy On Wed, Jul 30, 2008 at 10:21 AM, Bill Brown <[EMAIL PROTECTED]> wrote: > Jonny Stephens wrote: >> On 30 Jul

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
Thank you, it seems to have stabilized it. The updated style sheet will go live near the end of August. On Wed, Jul 30, 2008 at 1:07 PM, Jonny Stephens <[EMAIL PROTECTED]> wrote: > On 30 Jul 2008, at 17:25, Nancy Johnson wrote: > >> Thanks, >> >> Actually, I did

Re: [css-d] adobe web site

2008-08-01 Thread Nancy Johnson
I don't have the problem with disappearing drop downs, but the drop drops have no formatting and no visual anchor and the entire webpage is not centered. IE 6/FF2.0 Xp2 . Something is not right On Thu, Jul 31, 2008 at 9:36 AM, Lisa Wilcox <[EMAIL PROTECTED]> wrote: > Is it just me or is adobe.com

Re: [css-d] Any IE8 news?

2008-08-28 Thread Nancy Johnson
had a page the browsershots.org indicated broke in IE8 but was fine in IE6 and 7, Firefox and Safari. Thanks in advance, Nancy On Thu, Aug 28, 2008 at 3:23 AM, Alan K Baker <[EMAIL PROTECTED]> wrote: > Very brave. > > Regards, > > Alan. > > www.theatreorgans.co.u

Re: [css-d] ProgressBar widget prototype - problems with inconsistencies in browsers

2008-09-10 Thread Nancy Johnson
, unfortunately still with the quirks mode doctype because at the time I didn't feel comfortable making that change. The progress bar styles will not change -- in the newer layout. I designed that piece to fit nicely and simply to fit in whatever doctype, standards or tabular layout goes around it. Nanc

Re: [css-d] :: Tables or Divs ::

2008-09-10 Thread Nancy Johnson
for just the labeling. http://www.webaim.org/techniques/forms/screen_reader.php Nancy On Wed, Sep 10, 2008 at 2:19 PM, Amrinder <[EMAIL PROTECTED]> wrote: > Hello Friends > > I need your help regarding right selection of tags. I have created a form: > http://demo.awayback.com/

[css-d] padding margin differences between Firefox 2 and 3

2008-09-16 Thread Nancy Johnson
I am testing an updated doctype in some of my pages. I have a drop down menu that sits correctly in every browser except FireFox 2. Is there a way to correct in Firefox 2, and not affect Firefox 3, Safari or Chrome? Thanks in Advance Nancy

Re: [css-d] padding margin differences between Firefox 2 and 3

2008-09-16 Thread Nancy Johnson
Thank you, the page in question isn't live so I cannot show it Nancy On Tue, Sep 16, 2008 at 3:38 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Nancy Johnson wrote: >> >> I am testing an updated doctype in some of my pages. I have a drop >> down menu that sits c

[css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-18 Thread Nancy Johnson
as Firefox3 for the PC it is hidden as it should be. In the past, I have had to give slightly different widths to the leftnav for each browser including using a hack for Safari to achieve this affect. http://www-odi.nhtsa.dot.gov/ewr/. Is there a way to fix this? Thanks in advance Nancy

Re: [css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-18 Thread Nancy Johnson
that problem before only when the laptop computer uses an odd monitor display and only in the IE browsers so I was able to come up with a fix. Lots to think about Nancy On Thu, Sep 18, 2008 at 9:03 AM, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > On Sep 18, 2008, at 9:08 PM, Na

Re: [css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-22 Thread Nancy Johnson
g for differences in margins and paddings between browsers, mostly by changing the background colors. This means I can get rid of hacks and simplify the IE stylesheets. Thank you for all your help and allowing me to see what the future held for the current layout. Nancy Johnson On Fri, Sep 19, 2008 at

Re: [css-d] Possible to install multiple versions of IE?

2008-09-22 Thread Nancy Johnson
Another way to go is browsershots.org which I use occasionally. Its not perfect and slow to load so it has its limitations, but it does give a screen shot of how your pages look in many browsers and platforms. You can opt for several versions of IE. On Thu, Sep 18, 2008 at 11:15 AM, Dejan Kozina

Re: [css-d] Testing css in browsers

2008-09-22 Thread Nancy Johnson
On Sun, Sep 21, 2008 at 5:46 AM, Benjamin Hawkes-Lewis <[EMAIL PROTECTED]> wrote: > Andy Borka wrote: >> When testing CSS in browsers, what ones should be tested and in what order? >> I need to narrow down the list so I don't end up testing in 30+ different >> ones. Also what OS are these browsers

[css-d] and xhtml strict

2008-09-26 Thread Nancy Johnson
view correctly, but doesn't validate Adding height: 1px to css; seems to view correctly in IE browsers, but not correctly in mozilla or chrome. and you lose the noshade Borders instead of hr would only work in a few cases. Are there any other suggestions for alternatives? Thank you in adva

Re: [css-d] and xhtml strict

2008-09-29 Thread Nancy Johnson
that suggestion. Nancy On Fri, Sep 26, 2008 at 4:12 PM, Brad Kelley <[EMAIL PROTECTED]> wrote: > On Sep 26, 2008, at 12:07 PM, Chris Akins wrote: > >> hr >> {border:1px solid rgb(203,204,220); >> border-width: 1px 0 0; >> clear: both; >> margin: 15px 1

[css-d] IE7 only: zoom text issue with global navigation

2008-09-29 Thread Nancy Johnson
; } Thank you in advance, Nancy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Nancy Johnson
Thank you I will try this. On Thu, Oct 2, 2008 at 9:49 AM, Serge Krul <[EMAIL PROTECTED]> wrote: > oops i wrote .navabar2 li {} instead of .navbar2 li a {} >> >> __ >> css-discuss [EMAIL PROTECTED] >> http://www.css-discuss.org/mailman/listinfo/css-d >> List wiki/FAQ -- htt

Re: [css-d] Moving Layout

2008-10-16 Thread Nancy Johnson
This is a great article. I was having the same problem with short pages. I had previously put a min-height in my footer which had a transparent background and forced a scrollbar on each page, but this , min-height: 100%; margin-bottom: 1px; , works better. Nancy On Thu, Oct 16, 2008 at 10:26

Re: [css-d] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
The height attribute in IE6 are not displaying correctly, The image on the homepage is 1/2" high and the first line of address is cut so only the bottom half shows. It could be because IE6 doesn't recognize min-height. Nancy On Sat, Oct 25, 2008 at 7:25 PM, David Laakso <[EM

Re: [css-d] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
You could try that. I have done the same thing and it works. Nancy On Mon, Oct 27, 2008 at 11:49 AM, David Laakso <[EMAIL PROTECTED]> wrote: > Nancy Johnson wrote: >> >> The height attribute in IE6 are not displaying correctly, The image >> on the homepage is 1/2&

Re: [css-d] Site Check Please: Cedar Lake Inn - Round #2

2008-10-28 Thread Nancy Johnson
restaurant is open line? Nancy On Mon, Oct 27, 2008 at 10:30 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > David Laakso wrote: >>> Peter Hyde-Smith wrote: >>> >>> http://www.fatpawdesign.com/CedarLakeInn/CLIindex.html >>> http://www.fatpawdesign.com/

Re: [css-d] help: three columns with the same height

2008-10-29 Thread Nancy Johnson
I chose javascript method http://www.paulbellows.com/getsmart/balance_columns/ You can see on my site: http://www-odi.nhtsa.dot.gov/ewr/names.cfm http://www-odi.nhtsa.dot.gov/includes/equalheight.js Nancy On Wed, Oct 29, 2008 at 11:41 AM, MEM <[EMAIL PROTECTED]> wrote: > Hi all… >

Re: [css-d] CSS and iFrames

2008-12-11 Thread Nancy Johnson
ported by evolt.org -- http://www.evolt.org/help_support_evolt/ > I've had luck putting the same CSS into the iframe page itself. Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Retrieving info from a contact form

2009-01-09 Thread Nancy Johnson
Another group that may help you is web weavers webweav...@googlegroups.com Forms require a combination of Front End html/CSS and a back end interactive component to make the form work. Nancy On Fri, Jan 9, 2009 at 3:04 PM, Joseph Sims wrote: >> > I understand that this is more

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-21 Thread Nancy Johnson
ledge of the limitations of the medium. It seems to me that the biggest mistake early on was when print designers who started design webpages found they couldn't control the font and look and started designing with Photoshop, then sliced and diced into a web page. Nancy On Wed, Jan 21, 2009 a

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-22 Thread Nancy Johnson
The problem with getting rid of IE6 is too many internal applications especially in the business community will only work in IE6, like the internal application we use. There is no budget to make the updates and I'm sure they are massive. Nancy On Thu, Jan 22, 2009 at 3:27 AM, Alex

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-22 Thread Nancy Johnson
> employee's time. > > As one who works for a technologically challenged company, I feel your > pain > > > ____ > From: Nancy Johnson > To: Alexandru Dinulescu > Cc: Gunlaug Sørtun ; David Laakso > ; css discuss > Sent: Thur

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

2009-01-26 Thread Nancy Johnson
r the structure of the global nav. Nancy On Mon, Jan 26, 2009 at 12:17 PM, David Laakso wrote: > Sarah Atkinson wrote: >> >> Any opinions? >> >> Sarah >> >> > > Good to go with IE functional but a little different, imho. > > > -- > > A

Re: [css-d] Review site for IE

2009-02-13 Thread Nancy Johnson
I only saw padding differences between Firefox 2 and IE6, The differences I saw was the padding below the global nav and search. There was more padding in IE6. Maybe thats what you saw in what you said below. Nancy On Fri, Feb 13, 2009 at 8:40 AM, Virgilio Quilario wrote: >> Please revi

Re: [css-d] New to List First question.

2009-02-17 Thread Nancy Johnson
A side note to IE6. I just bought my dad a brand new Dell mini computer and guess what, it came with IE6 installed! I was a bit perturbed at this... Nancy On Mon, Feb 16, 2009 at 7:58 PM, Ryan Little @ Gusto wrote: >> >> Not really sure how relevant browser statistic are r

[css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Nancy Johnson
I am doing wrong? http://www.pleasantstreetchurch.org/wordpress Thanks, Nancy __ 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 polici

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-05 Thread Nancy Johnson
l and I couldn't figure out what was wrong, but since it only had to do with a border and not background color, I put a right border in the left container and a left border in the sidebar and used a margin of -1px in the sidebar and so far that seems to work although I need to test it further.

[css-d] IE8 and forcing scroll bar

2009-03-05 Thread Nancy Johnson
lbars-vertical !important; min-height: 100%; margin-bottom: 1px; } Any suggestions? Thanks, Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Nancy Johnson
was some indication that beta versions had some issues, do you know of any updates on this? Thanks, On Thu, Mar 5, 2009 at 7:50 AM, Nancy Johnson wrote: > Thank you for your suggestions. I actually was using equalheights.js > on two sites. One my professional site and the other the

[css-d] Equal heights solutions

2009-03-16 Thread Nancy Johnson
cool, and it doesn't work in IE6 ir IE7 and I would have to rebuild the entire site. Thanks in advance for any other solutions. Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/li

[css-d] Table in Scrolling Div IE vs. Firefox

2005-12-06 Thread Nancy Matheny
I have a table inside of a scrolling div and have been able to get it to work properly in Firefox, but not IE. I've played around with overflow and padding and width, etc., but cannot seem to get the div to fully contain the table in IE and then scroll horizontally. The problem may be seen when

[css-d] Site doesn't work in Firefox

2005-12-06 Thread Nancy Smith
What is wrong with this site in Firefox? It works in IE and Safari? http://www.wminc.biz/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Su

[css-d] Stuck on a couple of things

2005-06-02 Thread Nancy Eaton
to be flush, and in some browsers it is, but in others it is not. I also have a question for anyone using Virtual PC with Windows XP to check sites. I recognize this is OT for the list so if anyone is knowledgeable about Virtual

[css-d] Newcomer to CSS

2005-09-21 Thread Nancy Smith
I did my first CSS site, and I am ready to go back to tables Please look at my site and tell me what I did wrong. I feel like such a looser - all that work and it the CSS doesn't work. http://www.wminc.biz Any suggestions would be greatly appreciated.

[css-d] Why don't my images appear on site?

2005-09-22 Thread Nancy Smith
I am doing my first CSS site and it is a killer. First, it doesn't look right in Foxfire or Monzilla, but only IE on the PC and Mac. Very frustrating. Second, none of my jpegs show up on the site. http://www.wminc.biz Any help would be greatly appreciated.

[css-d] Why doesn't this page work?

2005-09-23 Thread Nancy Smith
I cannot believe how hard CSS is. I am ready to give up. What am I doing wrong? http://www.wminc.biz/newpage.htm Can anyone help me? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

[css-d] why isn't page showing up

2005-10-06 Thread Nancy Smith
I am trying to put a page up for a sample and it is not showing up. What am I doing wrong? http://www.doloresmission.com/index2.htm I was trying to do entirely in CSS, but I am so confused, I had to revert to tables. I am going to try again. __

[css-d] My nav bar doesn't show up

2005-10-13 Thread Nancy Smith
What am I doing wrong with my nav bar? It shows up in Dreamweaver, but not on the site? http://www.doloresmission.com/wmipage.htm# Am I doing my css properly? Thanks in advance. Nancy Smith __ css-discuss [EMAIL PROTECTED] http

[css-d] drop shadows

2005-10-13 Thread Nancy Smith
Can anyone tell me how to add drop shadows to a div? I am doing my first site in CSS, so if it is too complicated, I will just pass. Thanks in advance. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] Equal heights solutions

2009-03-20 Thread Nancy Johnson
Thank you for all your solutions and apologise for my slow response. I have been busy. I haven't looked into Faux columns. I will look into that as well. On Wed, Mar 18, 2009 at 7:05 AM, Gunlaug Sørtun wrote: > bruce.som...@web.de wrote: > >> " to suit the constraints of CSS implementations" >

[css-d] Faux Column and equal heights with image

2009-03-30 Thread Nancy Johnson
argin: 0em; width:41.3em; } Thank you in advance Nancy __ 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 --

Re: [css-d] Faux Column and equal heights with image

2009-03-30 Thread Nancy Johnson
Thank you all, I get it, put a wider image in the background for the leftnav and put a color in the content area. Thanks On Mon, Mar 30, 2009 at 12:12 PM, David Laakso wrote: > Nancy Johnson wrote: >> >> I've emailed this list before regarding issues I am having with equ

[css-d] Tables and font-size and Chrome

2009-04-13 Thread Nancy Johnson
line-height:130%; .outer td {font-size: 100%; } .outer td table tr td {font-size: 100%;} .outer td table tr td table tr td {font-size: 100%; } This is a small piece of the css and nothing is live so I cannot show you. Thanks in adva

[css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
I am styling some buttons for an internal application that uses IE6 only. I would like to switch out the button on hover, because IE6 doesn't support hover I am wondering there is a work around to make IE6 work with hover, preferably CSS if not very simple js Here is the button Here is the CSS

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
I want to thank everyone for your answers. The .htc solution seemed to work, but I will look into the other solutions. The backend webdeveloper I work with wants to get rid of all the styling now and use the IE default which isn't my choice. Nancy On Thu, May 28, 2009 at 3:41 PM, Tim Sn

[css-d] html 5 and styling

2009-06-09 Thread Nancy Johnson
Also, what resources are available to learn HTML 5? Standard Blog header h1 {background-color:#00FF66; font-family:Arial, Helvetica, sans-serif;} document.createElement('header'); Standard Blog Thank

Re: [css-d] html 5 and styling

2009-06-10 Thread Nancy Johnson
Thank you for your responses. I will be going through the resources and try what you suggested Nancy On Wed, Jun 10, 2009 at 12:07 PM, Erik Vorhes wrote: > On Wed, Jun 10, 2009 at 9:47 AM, David Dorward wrote: >> 2009/6/10 David Hucklesby : >>> Interesting. That'

[css-d] ins, kbd, samp tags

2009-09-16 Thread Nancy Johnson
Hi, I got a css style sheet from a client that we are going to develop and the following tags were included. I had never seen them before ins kbd samp Can anyone tell me what they are used for and the best time to use them? Thanks in advance Nancy Johnson

[css-d] css text rotation

2009-10-23 Thread Nancy Johnson
quot;;> Untitled Document .year {display: block; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); } *html .year {display: block; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);} 31 July 2009 Tha

[css-d] verticle expandable menu

2009-10-30 Thread Nancy Johnson
Can some one point me to a css-based verticle menu that expands with a hover, yet is keyboard accessible? It can also use jquery or javascript. Thanks in advance Nancy __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] verticle expandable menu

2009-11-03 Thread Nancy Johnson
Thank you for all of these resources. I will check them out. Nancy On Sat, Oct 31, 2009 at 7:44 AM, tedd wrote: > At 12:29 PM -0400 10/30/09, Nancy Johnson wrote: >> >> Can some one point me to a css-based verticle menu that expands with a >> hover, yet is keyboard acc

Re: [css-d] Noscript tags and degradation

2010-02-19 Thread Nancy Johnson
This to me is a new way of thinking, as I Generally use , The sites I work on are heavily js and jquery, and none of it is embedded all linked. . Can you tell me where I might find hands on tutorial? Thanks Nancy On Thu, Feb 18, 2010 at 1:38 PM, Thierry Koblentz wrote: >> My need to u

[css-d] Jquery Dropdown menu showing behind listboxes in IE6

2010-03-22 Thread Nancy Johnson
it in Firefox. How can I make the list box show behind the drop down menu? Thanks in advance Nancy __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

Re: [css-d] Jquery Dropdown menu showing behind listboxes in IE6

2010-03-22 Thread Nancy Johnson
The z-index doesn't seem to be working unfortunately. Do you know of a good tutorial on Iframes? Thanks Nancy On Mon, Mar 22, 2010 at 11:06 AM, Thierry Koblentz wrote: >> I may have posted this question before, but couldn't find it when I >> searched the archives. >

[css-d] hidden input fields causing an empty space in IE browsers

2010-04-05 Thread Nancy Johnson
I have a form with hidden input fields and a submit button. It's inline with elements that are not in the form. In IE browsers there is an empty space where the hidden fields are. Is there a way using CSS to get rid of the space? Thanks in advance.

[css-d] URL exceeds width of Pop up window and doesn't wrap

2010-04-05 Thread Nancy Johnson
y way through CSS to force the URL to wrap? This is a content management system and the URL (friendly url) is dynamically generated off the page title/or title of an article which can be extremely long. Thanks in advance Nancy Johnson __

[css-d] SOLVED Re: URL exceeds width of Pop up window and doesn't wrap

2010-04-05 Thread Nancy Johnson
SOLVED Here is a link that seems to work in several browsers. http://forums.cocoaforge.com/viewtopic.php?f=13&t=21981 On Mon, Apr 5, 2010 at 12:24 PM, Nancy Johnson wrote: > I have an "Email a Friend" using an open new window js. I've set the > pop-up window size to b

[css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 div.wrapper {margin-bottom:20px;background-image:url(../img/image.png);background-repeat:no-repeat;height:150px;overflow:hidden;} Thanks. __ css-discuss [cs..

  1   2   >