Re: [css-d] Background-Image overrides background color

2015-01-11 Thread Wade Smart
w3school is at the top for so many searches. It would be great if they would just clean up their site. -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 On Sun, Jan 11, 2015 at 10:30 AM, Barney Carroll wrote: > I'm amazed it took this long for a link to th

Re: [css-d] Background-Image overrides background color

2015-01-11 Thread Philip Taylor
Tom Livingston wrote: It appears that the errors are for things that are not yet part of the spec the validator is based on. I would not call that bad code. Schoolboy errors, which indicate (to my mind) the level of care (or lack thereof) that went into the preparation of the material : E

Re: [css-d] Background-Image overrides background color

2015-01-11 Thread Tom Livingston
> > Schoolboy errors, which indicate (to my mind) the level of care (or lack > thereof) that went into the preparation of the material : > > Error Line 453, Column 88: & did not start a character reference. (& > probably should have been escaped as &.) > > …ancybar.net/ac/fancybar.js?zoneid=1502&se

Re: [css-d] Background-Image overrides background color

2015-01-11 Thread Philip Taylor
Tom Livingston wrote: In a URL string like that, I personally would not look down on the dev for that. We could debate this forever, Tom, and I suspect would never reach agreement. My position (with which you may well disagree) is that I look on it as being similar to a developer who elec

Re: [css-d] Background-Image overrides background color

2015-01-11 Thread Tom Livingston
On Sun, Jan 11, 2015 at 12:24 PM, Philip Taylor wrote: > > > Tom Livingston wrote: > >> In a URL string like that, I personally would not look down on the dev for >> that. > > > We could debate this forever, Tom, and I suspect would never reach > agreement. My position (with which you may well di

[css-d] Background images for element within MQ ?

2016-08-05 Thread Crest Christopher
Is it possible to do conditions within a rule for an element; similar to MQ. For example, you may have a break point that if the screen is 300px and 700px then a background image of 300px width or close will be displayed, otherwise a background image of a 700px width will be displayed ? __

Re: [css-d] Background repeating in print/preview

2009-05-29 Thread Philippe Wittenbergh
On May 30, 2009, at 2:48 AM, John Middleton wrote: > I'm having a puzzling CSS print issue I'd like some input on, if > some of > you don't mind assisting. > I have this HTML document online at: > . > > When I print or print-preview the CSS ID image re

[css-d] Background position limitations in CSS 2.1

2009-06-25 Thread Usamah M. Ali
Hello everyone, There is a fundamental limitation of CSS's property background-position that becomes apparent and annoying when working with RTL documents. The problem is that when value lengths to determine the position of an image, the position is by default calculated from the __top left__ corn

[css-d] Background images not appearing in IE7

2009-07-28 Thread Ellen Heitman
I finally have a URL that you all can look at: www.williamtobrien.com. I'm having the same problem on multiple pages, so you can probably restrict your attention to the intro page (the code I'll be posting below is for this page). Aside from the fact that I need to do some optimization on the image

[css-d] Background image not visible in IE

2009-07-31 Thread Prats SR
Hi, I am a newbie to CSS and I have run into something that is beyond my current CSS skills. I am trying to put a small circle to the right of each horizontal menu list item. The circle appears in FF but not in IE. I have attached the CSS and the HTML file. Please let me know if there is anyt

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread G. Sørtun
Hugh Guiney wrote: > http://www.nospoon.tv/test/bgcolor.html. > > I have tried this in Firefox 3.5.3 and Chrome 3.0.195.27 on Windows > XP and the result is the same. Oddly enough, IE7 renders them exactly > the opposite. So, barring that, how do I get the first example to > render the same as

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Hugh Guiney
Thanks Georg. I actually tried throwing in extra decimal places but as mentioned I couldn't even get the *same* browser to agree on how to render it at different font sizes. And I would rather avoid ruling in pixels for anything (aside from raster images) because I am going for resolution-indepen

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Climis, Tim
> And I would rather avoid ruling in pixels for anything (aside from > raster images) because I am going for resolution-independence here, > and although I know most browsers these days zoom everything by > default, I wouldn't want the layout to break for someone with a large > font size and an old

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Tim Climis
On Thursday, October 22, 2009 6:17:15 am Hugh Guiney wrote: > Hi all, new to the list. > > I recently started a complete redesign of my Web site, and because > cross-browser support for CSS3 is finally on the rise, decided to > throw in some goodies in the form of rounded corners and RGBA > backgr

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Philippe Wittenbergh
On Oct 22, 2009, at 8:33 PM, G. Sørtun wrote: > Hugh Guiney wrote: >> http://www.nospoon.tv/test/bgcolor.html. >> >> I have tried this in Firefox 3.5.3 and Chrome 3.0.195.27 on Windows >> XP and the result is the same. Oddly enough, IE7 renders them exactly >> the opposite. So, barring that, how

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread David Hucklesby
Philippe Wittenbergh wrote: > On Oct 22, 2009, at 8:33 PM, G. Sørtun wrote: > >> Hugh Guiney wrote: >>> http://www.nospoon.tv/test/bgcolor.html. >>> >>> I have tried this in Firefox 3.5.3 and Chrome 3.0.195.27 on >>> Windows XP and the result is the same. Oddly enough, IE7 renders >>> them exac

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Philippe Wittenbergh
On Oct 22, 2009, at 7:17 PM, Hugh Guiney wrote: > http://www.nospoon.tv/test/bgcolor.html. An additional note: if the intent is to have the border the same color as the background, in order to use the 'border-radius' property, then there is absolutely no need for the border. 'border-radius

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread Hugh Guiney
Since I only want one color behind the text, I tried Philippe's method of just dropping the border declarations altogether and it worked without a hitch in Firefox, Chrome, and IE. I didn't realize that border-radius didn't pertain solely to borders. (It really *should* be renamed...) I did go bac

Re: [css-d] background image missing in IE6

2010-02-05 Thread Tim Duffy
> > I have a div that holds a navigation bar.  There is supposed to be a > background image uner the nav bar, but it doesn't show up in IE6.  Here is > the page:  http://www.depts.ttu.edu/agriculturalsciences/Test/academics.php > > I have the following styles.  I've included everything that I can

Re: [css-d] Background-Image in form-field

2010-04-07 Thread Leo Luchs
On 7/04/2010, at 3:30 AM, Tim Snadden wrote: > Your message entitled > Text indent won't work. > Some options I can think of: > Try using > Try using > Graceful degradation for By the way, on Firefox 3.6 Mac the button is sitting below the bottom > border of the text input. > Cheers, Ti

Re: [css-d] Background doesn't show in IE

2010-04-13 Thread Christian Kirchhoff
Am 13.04.2010 17:41, schrieb Travis Killen: > Hello all, > > The background images in IE8 are not showing up for two of my container > divs. wrapper and wrapper2. > > The page looks correct in Firefox. Thank you for any insight to this > problem. > > http://environmental.sfasu.edu/ > > - Travis

Re: [css-d] Background doesn't show in IE

2010-04-13 Thread David Hucklesby
On 4/13/10 8:41 AM, Travis Killen wrote: > Hello all, > > The background images in IE8 are not showing up for two of my container > divs. wrapper and wrapper2. > > The page looks correct in Firefox. Thank you for any insight to this > problem. > > http://environmental.sfasu.edu/ > Did you fix th

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background > image > from is there, but the repeating image for class="toggle_container">

Re: [css-d] Background image not showing up

2010-05-02 Thread Christian Kirchhoff
Am 02.05.2010 16:55, schrieb taestrada: > I've used j-query to create some toggled content on this page: > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > > > > If you click on any of the toggles, you will see the bottom background image > from is there, but the repeating im

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 8:35 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > I've used j-query to create some

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
> > I've used j-query to create some toggled content on this page: > > > > http://www.issaquahfish.org/dev/education/learn-about-salmon.html > I'm not sure why you're styling all the DIVs like that, but if you do > not > want to change that styling you can use the following to fix the issue: > >

Re: [css-d] Background image not showing up

2010-05-02 Thread taestrada
-Original Message- From: Thierry [mailto:thierry.koble...@gmail.com] On Behalf Of Thierry Koblentz Sent: Sunday, May 02, 2010 9:58 AM To: 'taestrada'; css-d@lists.css-discuss.org Subject: RE: [css-d] Background image not showing up > > I've used j-query to create so

Re: [css-d] Background image not showing up

2010-05-02 Thread Thierry Koblentz
>> That container already has a white background: >> >> #container { >> background:#FF; >> border:1px solid #00; >> margin:0 auto; >> text-align:left; >> width:960px; >> } >> >> so imho there is no need to style all the divs inside it: >> >> #container div {background-color:#FF

[css-d] background-color not working in IE7

2010-06-26 Thread John Franks
Got a strange one here my friends. Go to the following page to view my problem. http://www.mrskibbles.co.uk/virtuemart/sweet-categories/chews/black-jacks-chews/ My problem is with the order table that sits half way down the page in the main donut, where the user adds a sweet to their shoppin

[css-d] background color of a with class

2010-07-15 Thread Thijs Hakkenberg
Dear List, I made an menu based on ul's and li's (http://winkel.varkensinnood.nl) with an a:hover turning the a element white. However, when clicked the element turns into . I want to change the background color and should work with the following css: #block-uc_catalog-0 a .active { bac

Re: [css-d] Background color won't over-ride

2011-03-28 Thread Philippe Wittenbergh
On Mar 28, 2011, at 6:04 PM, Dave M G wrote: > input.superbigbutton { >color: green; >border: green 1px solid; >background-color: #63D46D !important; >height: 2em !important; >width: 33% !important; > } > > Here's the problem: everything works *except* background-color, and b

[css-d] background not showing in IE. Urgent!

2011-05-31 Thread Jody Levinson
I've just discovered that the background of a site I'm working on is not showing in IE and I can't figure out why. The site is here: http://aligncomm.com The CSS for the background image is body { background: #00 url(/images/bg.jpg) no-repeat top center; } I've tried entering: http://ali

Re: [css-d] background color of form field

2005-05-04 Thread Christian Heilmann
> On IE 6/Win the background color of some of my form fields are an > ugly yellow. When viewed with Win / Firefox or Safari, the text input > areas have a plain white background. > > Since this seems to be specific to IE, is there a CSS solution to this > ugliness? Can I apply css properties t

Re: [css-d] background color of form field

2005-05-04 Thread Martin . C . Austin
[EMAIL PROTECTED] wrote on 05/04/2005 08:14:58 AM: > On IE 6/Win the background color of some of my form fields are an > ugly yellow. When viewed with Win / Firefox or Safari, the text input > areas have a plain white background. > > Since this seems to be specific to IE, is there a CSS sol

RE: [css-d] background color of form field

2005-05-04 Thread Johnson, Justin
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Albright Sent: Wednesday, May 04, 2005 9:15 AM To: css-d@lists.css-discuss.org Subject: [css-d] background color of form field On IE 6/Win the background color of some of my form fields are an ugly yellow. When

Re: [css-d] background color of form field

2005-05-04 Thread Zoe M. Gillenwater
Jack Albright wrote: On IE 6/Win the background color of some of my form fields are an ugly yellow. When viewed with Win / Firefox or Safari, the text input areas have a plain white background. The Google toolbar colors fields that it can prefill yellow. I believe the only reliable solutio

Re: [css-d] background color of form field

2005-05-04 Thread Jon Jensen
Zoe M. Gillenwater wrote: Jack Albright wrote: On IE 6/Win the background color of some of my form fields are an ugly yellow. When viewed with Win / Firefox or Safari, the text input areas have a plain white background. The Google toolbar colors fields that it can prefill yellow. I believe

Re: [css-d] background color of form field

2005-05-04 Thread Zoe M. Gillenwater
Jon Jensen wrote: If you are concerned with other people having the same problem when viewing your page, you can disable the yellow background via scripting or the !important declaration. http://code.jenseng.com/google/ ...but since some people might actually use the yellow shading to help the

[css-d] Background image not showing in Firefox

2005-05-21 Thread Mike Davies
hi, I'm having a small problem with a new site in Firefox. The background image on #inner doesn't show. It's OK in Opera. Other background images are showing in Firefox. Can someone spot the error? TIA Regards, Mike -- Mike Davies Integra Web Design, Huntly, AB54 4XP 01466 700213w

[css-d] Background image not appearing in IE5 Mac

2005-06-17 Thread Virginia Murdoch
Hi all, I'm struggling to get a background-image appearing in IE5 Mac (it's fine in every other browser under the sun). The relevant CSS is #top { background: transparent url(images/top.gif) top left no-repeat; padding: 55px 0 0 0; } h1 { background: transparent url(images/masthead.jpg) top l

Re: [css-d] background image not visible in IE6

2005-08-19 Thread Ian Piper
Further to my earlier message: I'm slightly more confused now. I thought that perhaps I had not properly validated the xhtml or css, so have done both now. The result is that the page now behaves almost equally badly on Safari, Firefox and IE. I guess from this that there is something basic

Re: [css-d] background image not visible in IE6

2005-08-19 Thread Ian Piper
I've done some more testing now and I think I know where I have been going wrong. However I am stumped as to what to do about it. The reason the image is apparently not displaying now that I have validated my html is that in order to satisfy xhtml requirements I had to remove the width prop

Ok now Re: [css-d] Background bottom right problems

2005-09-01 Thread Moira Ashleigh
I am guessing, since this is also a problem on CSS Zen Garden, that it cannot be fixed but I thought it was worth a query before I ripped the design apart. I have a background image set at no-repeat right bottom and on IE5 Mac (yeah the client is on an old Mac using IE5 and this is a favor we

[css-d] background image able to extend off-screen?

2005-09-02 Thread joshua hough
Is it possible to give a a background image that can extend partially off-screen if the browser window isn't wide enough to display all of it? This 700px-wide must remain horizontally centered in the window as long as the window is greater than 700px (plus scrollbar). Here's what I mean: <

[css-d] background disappears on link hover in IE

2005-09-09 Thread David Wang
Hi guys, I've got a problem in IE (what else is new right?). Please have a look at my page (http://david.itchyhands.com) while I explain the problem. In Internet Explorer, when you hover on the links under 'freshest' or 'schedule', part of the background disappears. What's going on? How do I f

[css-d] Background image not showing up in IE

2005-09-14 Thread Kenny
I am trying to create a button that can be inabled and disabled. The button is: Add Note with these styles: .enabledButton,.disabledButton { background-color:#CC; text-decoration:none; background-repeat:no-repeat; background-position:75px 1px; border:1p

[css-d] Background image for tag problem in IE6

2005-09-23 Thread Rich Points
Howdy, I've set up a background image with a small arrow on hyper links in my navigation. This works fine in Firefox and other Gecko browsers but I can't get it to render in IE6. Here is a page that uses it graphic-arts-schools.com/find.php H

Re: [css-d] Background Image not Displaying in FF

2005-10-01 Thread Kelly Miller
Tim Zappe wrote: I have a background image that does not display in FF, and I think it is because my outer most div (#wrapper) is not getting any height. I looked at all of my floats, and I think everything should be clearing correctly, but apparently it isn't, because FF doesn't display it. Any

Re: [css-d] background image on text/search box?

2005-10-11 Thread Chris Akers
> Is it possible to use a background image as a search box? If so, will > the search box outline still be there or can the image be the actual > box? --CSS-- .searchbox{ background-image:url(the_image_worthy_of_sacrificing_accessibility.jpg); width:125px; height:30px; padding:2px 10px; border-widt

Re: [css-d] background image on text/search box?

2005-10-12 Thread Chris Akers
>>> Is it possible to use a background image as a search box? If so, will >>> the search box outline still be there or can the image be the actual >>> box? >> >> --CSS-- >> .searchbox{ >> background-image:url >> (the_image_worthy_of_sacrificing_accessibility.jpg); >> width:125px; >> height:30px; >>

RE: [css-d] background image on text/search box?

2005-10-12 Thread Pringle, Ron
> > How is it sacrificing accessibility? > > You have to think about the variety of users that might visit the > page. A user with images turned off would get an invisible input box. > Users that are new to the internet might not understand that your > custom image is an input box; they might expe

Re: [css-d] background image on text/search box?

2005-10-12 Thread D Ross
Awesome - thanks fellas. On Oct 12, 2005, at 9:41 AM, Pringle, Ron wrote: How is it sacrificing accessibility? Actually, if you provide borders for your input box as well as a background image, you can have an input (search) box that shows up whether the images are turned off or not. A

[css-d] background image problem + width problem firefox/IE

2005-10-24 Thread Lowen Fan
Hi, This thing is driving me nuts, I tried copying from other websites but it doesn't work.. and I dcan't seem to find my problem on the web. What I'm trying is this, I have 1 container on the left, holding the content, but next to it I want to place an image by using css background image propert

[css-d] Background image problem + width problem firefox/IE

2005-10-25 Thread Lowen Fan
Hi, This thing is driving me nuts, I tried copying from other websites but it doesn't work.. and I dcan't seem to find my problem on the web. What I'm trying is this, I have 1 container on the left, holding the content, but next to it I want to place an image by using css background image propert

Re: [css-d] background image not showing in FF

2005-11-25 Thread Jim Davis
Hi, In #canvas add display: table. Jim On 11/25/05, Nick Wilsdon <[EMAIL PROTECTED]> wrote: > > First post to the list so hello everyone - > > > I'm having some trouble making my background image (bg-canvas.gif) appear > in > this layout when viewed in FF. No problem in IE. > > http://www.e3inte

Re: [css-d] background image not showing in FF

2005-11-25 Thread Nick Wilsdon
Thanks Jim/Ian display:table-caption seems to work - I was having a very strange effect with display:table. Whole page fell apart but came together after loading! That's a new attribute for me to learn though, thanks Cheers for the heads up on the other mistakes Ian, I'll go through and fix th

Re: [css-d] Background Image flash on initial hover

2007-04-19 Thread jeffrey morin
On 4/19/07, rollandburn <[EMAIL PROTECTED]> wrote: > > Hi everybody, just wondering if anyone can shed light on why the > background > image on the "LAWYERS click here to JOIN NOW!" link flashes blank for a > second upon initial hover on this site > > http://mrrepublic.aphexhosting.com/MRRE_for

Re: [css-d] Background Image flash on initial hover

2007-04-20 Thread David Hucklesby
On Thu, 19 Apr 2007 11:11:41 -0400, rollandburn wrote: > Hi everybody, just wondering if anyone can shed light on why the background > image on > the "LAWYERS click here to JOIN NOW!" link flashes blank for a second upon > initial > hover on this site > > http://mrrepublic.aphexhosting.com/MR

Re: [css-d] background position is incorrect in IE7

2007-06-25 Thread David Hucklesby
On Sun, 24 Jun 2007 22:29:07 -0400, Marje Cannon wrote: > Here's the page > > http://www.webdesignsarasota.com/~sunscreenprintin/page-from-two-columntempl > ate.php > > > In IE7, the top of the background image (bg-white-narrow.gif) is lower by > several > pixels than in FF. The FF version is the

[css-d] Background image not centring correctly in Firefox

2007-07-25 Thread Seona Bellamy
Heya, I was under the impression that by setting the background-position to "center center" you could get your background image sitting in the middle of the screen. IE is doing this just fine, but with Firefox I am finding that the image sits right up at the top, half off the screen. You can see i

Re: [css-d] Background image disappears when not repeated

2007-07-27 Thread Dave M G
CSS-d, I solved my own issue, though I don't really understand why. For some reason, this doesn't display any image at all: background-image:url(image.png); But this does display the image: background:url(image.png); Do I have the syntax incorrect in some way? Or do I misunderstand the purpose

Re: [css-d] Background image disappears when not repeated

2007-07-28 Thread David Hucklesby
On Sat, 28 Jul 2007 13:48:14 +0900, Dave M G wrote: > > I solved my own issue, though I don't really understand why. > > For some reason, this doesn't display any image at all: > background-image:url(image.png); > > But this does display the image: > background:url(image.png); > > Do I have the sy

[css-d] background problem in IE6 using class selectors

2007-11-22 Thread [EMAIL PROTECTED]
Hi, This is weird, I've googled long time and I cannot find solution. It happens only on IE6. Sorry, but I cannot put online case right now, here is just the code. Scenario 1: You should see text on blue background of div #wrapper = FILE BEGIN == http://www.w3.org/TR/xhtml1/DTD/xhtml1-transiti

[css-d] Background-color not showing & extra padding/margin

2007-11-28 Thread Joanne
http://server.npserver1.com/~netper/ph/ * This page looks the way I want it to in IE7. * In IE6 there seems to be an extra padding/margin on the right hand side. * In Firefox & Safari, the background-color in the #main div isn't showing. The extra padding problem may be there, but I can't tell wit

Re: [css-d] background-image and background-color question

2008-02-04 Thread David Laakso
Big Moxy wrote: > http://www.cargovango.com/misc_equip.htm > My question is can I combine the header image with the solid gray such > that the solid gray only appears at the top of the page? I know I'm > constrained by the pageDef width but wonder if there is another way. > > > Tim > Would

Re: [css-d] background-image and background-color question

2008-02-04 Thread Big Moxy
David, I didn't create the current site and want to distance myself as much as possible from it. I am converting it to .NET and making significant CSS changes too. Tim David Laakso wrote: > Big Moxy wrote: >> http://www.cargovango.com/misc_equip.htm > >> My question is can I combine the header

Re: [css-d] background-image and background-color question

2008-02-04 Thread Gunlaug Sørtun
Big Moxy wrote: > My question is can I combine the header image with the solid gray > such that the solid gray only appears at the top of the page? I know > I'm constrained by the pageDef width but wonder if there is another > way. Only by adding another container that stretches with the page-c

Re: [css-d] background-image and background-color question

2008-02-04 Thread Philippe Wittenbergh
On Feb 5, 2008, at 12:03 PM, Big Moxy wrote: > My question is can I combine the header image with the solid gray such > that the solid gray only appears at the top of the page? I know I'm > constrained by the pageDef width but wonder if there is another way. html {background: #ccc url(./stripped

Re: [css-d] background image shifts next to heading??

2008-03-10 Thread Gunlaug Sørtun
Rob freeman wrote: > I'm sure its to do with the headings at 110% how can I make sure the > arrow icon always sits centred vertically next to the headings? > http://www.coloursense.net/testfolder/ Don't know why you get variations between two setups of Firefox - different screen-resolutions mayb

Re: [css-d] background image shifts next to heading??

2008-03-10 Thread Rafael
Gunlaug Sørtun wrote: > 2 b: make the background center vertically with the text-line - also if > the headline-text breaks into 2 lines: > > #content h1 { > background-position: 0 .5em; > } > > Note: exact em-value depends on case and size of background-image. > Since the background doesn't change

[css-d] Background Issue With CSS Zen Garden Project

2008-04-13 Thread Elli Vizcaino
Hello, I am working on a CSS Zen Garden project - was given to me as a design test for a potential job. I'm having an issue with a background image that I have set to repeat y and start at left 211px, within the #supportingText div (red border) but, it won't start tiling from the length value of 2

[css-d] Background colors disappear when DTD is added

2008-05-12 Thread Nathan Cahill
When I add a DTD to the html code of my web page the background color of every element disappears. index.html: style.css: body { background-color:00; } __

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Jody Levinson
Thank you so much for this. It did fix the problem, but now, on a few pages of the site, the "contact" link in the horizontal nav bar seems to be falling into the overflow. Is there a way to prevent this? As on this page: http://www.atlas-inspection.com/newsite/pmi_metal_alloy.html Thanks a

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Gunlaug Sørtun
Jody Levinson wrote: > Thank you so much for this. It did fix the problem, but now, on a few > pages of the site, the "contact" link in the horizontal nav bar > seems to be falling into the overflow. Is there a way to prevent > this? As on this page: > > http://www.atlas-inspection.com/newsite/

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Jody Levinson
Thanks again, Georg, Is the text really unreadable and small? It's looked normal everywhere we've checked. Perhaps we should be handling that differently? Jody On Oct 31, 2008, at 2:35 PM, Gunlaug Sørtun wrote: > Jody Levinson wrote: >> Thank you so much for this. It did fix the problem, but

Re: [css-d] background not staying centered in IE

2008-10-31 Thread Gunlaug Sørtun
Jody Levinson wrote: > Is the text really unreadable and small? It's looked normal > everywhere we've checked. Perhaps we should be handling that > differently? Me thinks so since I can only read it with great difficulty, and there are too many pages on the web to bother with hard-to-read text

[css-d] Background images offset 1px horizontal in Firefox

2009-01-03 Thread phidlerwerf
I've got a new effort at http://stmconsultants.com for which I used a freecsstemplates.com layout as a starting point. In Firefox 3.0.5 (running Mac OS X 10.4.11), for some reason, I get a single-pixel- wide vertical line in the background color along the right edge of the header background

Re: [css-d] Background image rollover cutting off image

2009-04-30 Thread Philippe Wittenbergh
On May 1, 2009, at 12:46 AM, Sarah McCall wrote: > I think I've managed to get both working up to a point, but for some > reason the css link code ('meet_the_team_link a' and > 'meet_the_team_link a:hover') cause the imaage to cut off on the right > hand side. > > You can see it in practice here:

[css-d] background image invisible NN 6-8 WIN

2006-01-04 Thread Phillip Hollweg
Hi: -- background image invisible NN 6-8 WIN This div ... #area { background-color: #314611; background-image: url(images/ areaBK.gif); background-repeat: repeat-y; text-align: left; position: static; width: 750px; visibility: visible; margin-right: auto; margin- left: auto; } is OK in othe

Re: [css-d] Background image bleeding everywhere in IE

2006-02-12 Thread Gunlaug Sørtun
Virginia Murdoch wrote: > Hi all, > http://www.aao.com.au/new/people/current_musicians/james_greening/ > the background image and colour from the mailing list signup form is > bleeding into the main content area. As far as I know, this is only > happening in IE on Windows - I can't for the life

[css-d] Background image not appearing in Windows 98

2006-03-23 Thread Ian Young
Just fired up and old computer with Windows 98 on it and background image doesn't appear on site below www.salesexecs-online.co.uk Works fine on Xp across Opera, FF and IE6 Any idea why? Cheers Ian **IMPORTANT* ***

[css-d] Background Image Position Varies in Different Browsers

2006-07-25 Thread Chris Akins
page: www.springfieldmogov.org/founders/new.html CSS: www.springfieldmogov.org/css/founders.css Problem: The background image on the #content div is a photo montage running down the left side of the page. It's position looks great in Firefox, shows a slight gap in IE on both PC and Mac, is sub

[css-d] background-repeat:no-repeat support in Opera 9?

2006-07-27 Thread charles
Hi list, I'm using a background image for a custom list marker. It looks just fine in a vast majority of browsers, but both Netscape 6 (Win) and Opera 9 (Win + Linux) appear to be ignoring background-repeat:no-repeat. Instead, they're treating it like background-repeat:repeat-y. There's an in

[css-d] background pos x/y repeat-x/y

2006-07-29 Thread neal
Anyone ever notice that if you repeat-x a background image you can only background position that image on the y coordinate and vice versa - so when you repeat-y you can position x but the y is useless (defaults to 0). ?? __ css-dis

Re: [css-d] background color not working in div

2006-07-31 Thread Chris Williams
enclosing the former? -Original Message- From: Marlene T. Yogerst Subject: [css-d] background color not working in div I would appreciate it if someone would take the time to check out my page and tell me why the background color is not working in the div called main_content

Re: [css-d] background color not working in div

2006-07-31 Thread Nick morgan
> I would appreciate it if someone would take the time to check out my > page and tell me why the background color is not working in the div > called main_content. I know the positioning is slightly off in Netscape > and way off in IE and I don't know why. It looks fine locally on my > computer.

Re: [css-d] background-color and color / IE solution

2006-08-05 Thread David Hucklesby
On Fri, 4 Aug 2006 11:07:18 -0500, Rayne Bair wrote: > hi, I'm Rayne and I've just joined the list. [...] > Welcome, Rayne. Re: You said: > I'm getting warning that no color is specified on > elements where I've defined a background-color. It's just a > warning, bu

Re: [css-d] Background graphic not showing in Mozilla

2006-08-27 Thread Ian Young
Hi all At http://www.sharronpark.gleninnes.com I have a background graphic in . It shows in IE6 but doesn't show at all in Mozilla. The CSS is at http://sharronpark.gleninnes.com/css/css.css Any ideas? Hi Fred Remove the fixed as follows: background: #FF url(../graphics/background.gif

Re: [css-d] Background graphic not showing in Mozilla

2006-08-27 Thread Scott Swabey
Fred Boulton wrote: > Hi all Hi Fred > At http://www.sharronpark.gleninnes.com I have a background graphic in id="masthead"> . It shows in IE6 but doesn't show at all in Mozilla. The use of fixed in the #masthead declaration is causing your problems. Remove it and all should be well. backgrou

Re: [css-d] Background graphic not showing in Mozilla

2006-08-28 Thread Fred Boulton
> Message: 4 > Date: Mon, 28 Aug 2006 00:03:46 +0100 > From: "Ian Young" <[EMAIL PROTECTED]> > Subject: Re: [css-d] Background graphic not showing in Mozilla > To: "Fred Boulton" <[EMAIL PROTECTED]>, > > Message-ID: <[EMAIL PROTECTED]>

Re: [css-d] Background image and colour not happening

2006-09-01 Thread Ian Young
Hi Guys Could anybody tell me why the background colour or image is not showing in the #sidebarpage div please? Really not sure what you mean, here. sidebarpage has color in IE6 and FF. However, within t

[css-d] Background images covered by floated element - fix?

2006-09-13 Thread Todd Sweet
In a prototype I'm working on I have placed a floated containing a vertical navigation bar inside a primary content area of our page. In that content area are a number of elements which have a background image applied to them via CSS that acts as a custom bullet point. I assumed the contents of

[css-d] Background images covered by floated element - fix?

2006-09-14 Thread Todd Sweet
In response to: "The easiest way to do this is just to assign the heading a left margin equal to the width of #navcontainer so that it moves out from underneath the float. This doesn't appear to be a problem for your page since your #navcontainer is a fixed and known width." Reply: Thank you. Y

Re: [css-d] background image not showing : a bug ?

2006-09-22 Thread Mike
Well, I would like to know, is there a bug around this background image problem ? I found out that A LOT of people are facing this problem, with FF, IE etc Thanks Mike <[EMAIL PROTECTED]> wrote: well, in fact I added a content in my div of course: bl

[css-d] background image not showing up [IE/FF]

2006-11-09 Thread Marcelo Wolfgang
Hi all, I'm developing a page that I'm having some problems with a background image being only show behind the first child element and not behind everything else, in both IE and Firefox I'm imagining that the reason are because of the floats, but I couldn't figure out really why this is happening

[css-d] Background only filling the initial pane size

2006-12-26 Thread Jonathan Duncan
I am pretty sure I have run into this problem before and solved it, but for some reason, the solution is eluding me today. The problem can be seen on this page: http://ogio.com/press.php The black background of the content area stops when it hits the boundary of the window pane instead of co

[css-d] background image makes border and footer disappear

2007-01-14 Thread Peggy Coats
I'm working on a revamp of a site: http://www.ambientglow.com/garage/DT/index.html Each section will have a different "dreamy" collage-type background image -- at the moment only the home and "Contact" page have the image on the page. As you can see, when there is no background image, #footer an

[css-d] Background color not showing up in IE6?

2007-01-20 Thread Matthew Bernhardt
Hello, I've been trying to figure out why the content block in the following site doesn't always get the background color in IE 6. Any help would be much appreciated. This page works correctly in all the browsers I've checked: http://benedikt.knowlton.ohio-state.edu/default.asp?content=1 Howe

Re: [css-d] Background color on form w/ fieldset

2007-02-26 Thread Ingo Chao
Unicorn Design wrote: > << I am finishing up a site and having a small problem with how IE is > displaying the contact form. The fields for the form are within one > fieldset. I've applied a background color to the fieldset. > > The problem occurs with the legend, as IE displays the background c

Re: [css-d] Background color on form w/ fieldset

2007-02-27 Thread francky
Ingo Chao wrote: > Unicorn Design wrote: > >> http://www.excellenterprisesllc.com/contact.php >> > The problem is demoized here [1]. > > I think a fix could be to pull the legend with a negative margin, apply > position:relative to fix the clipping, and to apply position:relative to > the

<    2   3   4   5   6   7   8   9   10   >