Re: [css-d] spacing problem

2006-07-27 Thread Holly Bergevin
From: "Aaron Gray" <[EMAIL PROTECTED]> >>http://angray.members.beeb.net/Examples/CSS/test.html >> > >I have used extra div's instead of using padding for positioning and now >believe have a working cross browser solution. > >It would be good to know why the above example had the extra lin

Re: [css-d] Sons of Suckerfish help

2006-07-31 Thread Holly Bergevin
From: Rahul Gonsalves <[EMAIL PROTECTED]> >http://cfl.in/alpha/sfish/index.html > >Problems are: >1. The suckerfish menus require one to set a width on each li element. >This leads to a very nastily spaced out top menu. Any suggestions? Have you tried using a percentage width on the LIs instead

Re: [css-d] Float being overlapped

2006-07-31 Thread Holly Bergevin
From: "Aaron Scott Hildebrandt" <[EMAIL PROTECTED]> > I'd still love to know why exactly it's >happening, but it seems like that has us pretty stumped. Well, perhaps you had not received the reply from Georg before you wrote this reply, but the reason it's happening is that you don't have any di

Re: [css-d] bunch of ie problems

2006-08-03 Thread Holly Bergevin
From: Brian Cummiskey <[EMAIL PROTECTED]> From: Tom >> * Line: 569 Context : #catnav >> >>Invalid number : display inline-block is not a display value : >> inline-block >> * Line: 576 Context : #pagenav >> >These were the hacks Holly suggested to fix the HASLAYOUT IE bug on

Re: [css-d] IE6 margin issues.

2006-08-07 Thread Holly Bergevin
From: "Robert Reed" <[EMAIL PROTECTED]> > the main >box in the middle below the header was about 5-7px off. > for IE >The page in question is http://atma.whatnet.org/sobag/index.php >The style sheet in question is http://atma.whatnet.org/sobag/main.css > >Any suggestions? Sure. Redo your mat

Re: [css-d] Floated layout, Documented IE bug, Fix = display: inline

2006-08-11 Thread Holly Bergevin
>Micky Hulse wrote: >> Hi, >> >> Would it be wise (or, does it do any harm) for me to specify "inline" >> for all of my floated layout divs like so: >> >> #primaryContent, #secondaryContent, #tertiaryContent { >> width: 200px; >> float: left; >> display: inline; >> } Agreeing with

Re: [css-d] CSS-based image maps and IE6

2006-08-12 Thread Holly Bergevin
>Ingo Chao wrote: >> Hooly&John >I should not type while eating. It's > >Holly&John I don't know, perhaps Hooly is more appropriate? :-) When John and I first presented the idea that Ingo referenced [1], we were using a non-existant background image to trigger IE to show the full hover. We

Re: [css-d] CSS-based image maps and IE6

2006-08-12 Thread Holly Bergevin
Georg wrote: >Think these two articles have some suggestions... > > Ah. Thank you Georg. Too bad John and I didn't know about/consult these resources at the time. Might have saved s

Re: [css-d] IE 5.0

2006-08-14 Thread Holly Bergevin
From: "Terry O'Leary" <[EMAIL PROTECTED]> >what are peoples opinion on IE 5.0 and the need to consider >its lack of CSS support during designing a site It's your own choice, but it's generally not too difficult to make the adjustments necessary to support this browser (assuming IE5/Win is what

Re: [css-d] IE Problem

2006-08-26 Thread Holly Bergevin
From: "Jeff Chastain" <[EMAIL PROTECTED]> > Am I loosing my mind or is IE really this quirky? You're not losing your mind, it's IE. > I have a problem where a block of content is simply >disappearing in IE, but displays just fine in Firefox. > >The site is http://www.kcoutlet.com. Check ou

Re: [css-d] Form issue

2006-09-17 Thread Holly Bergevin
From: Mark Fellowes <[EMAIL PROTECTED]> >I'm running into an issue where within my app I'm using a "plugin" that has >it's own CSS stylesheet. >I've tried editing it and while it seems I can make some changes the damn >thing just won't line up with my other elements. >label, select{ >display:

Re: [css-d] Fixing things in IE

2006-09-17 Thread Holly Bergevin
From: Stefan Nagtegaal <[EMAIL PROTECTED]> >The only problem I have is that there is some serious IE bug, which I >do not know the name of. I hoped you guys can help me out. >Compare http://istyledthis.nl/ in IE and FireFox to see what I am >talking about. Try adding {position: relative;} to

Re: [css-d] checkboxes and css

2006-09-22 Thread Holly Bergevin
From: "Sander van Surksum" <[EMAIL PROTECTED]> >The url is http://www.johnsten.com/css/bla.html * html input#checkbox {margin-left: 0;} Alternately you can use - * html #checkbox {margin-left: 0 !important;} IE (the problem child) apparently needs a little more specificity in the selector in

Re: [css-d] IE giving element too much height / vertical padding

2006-10-02 Thread Holly Bergevin
From: "Chris Recknell" <[EMAIL PROTECTED]> > > > Could someone help me understand what IE is doing to the height of >#hpevents h2 in the code below? >#hpevents h2 {display:block; margin:0 10px; width:38px; height:11px; >background:#f00; text-indent:-px

Re: [css-d] Sensitivity in posts WAS: image gallery

2006-10-06 Thread Holly Bergevin
>>> It would be courteous to provide a note of some sort before linking to >>> samples with explicit or pornographic content >> Please accept my apologies. My only excuse is to point to cultural >> differences, >Nothing to apologize for, except that the only nudity was that of a guy. >Americans

Re: [css-d] IE5 problem with menus

2006-10-08 Thread Holly Bergevin
From: Nick Urbanik <[EMAIL PROTECTED]> >The menus here: http://camwest.pps.com.au/ jump about in IE5 Hi Nick, If you'll ammend one of the selectors in your lt IE 7 Conditional comment/style sheet, IE5 should come around. change - #menu ul li a {height: 1%;) to - #menu ul li a, #menu,

Re: [css-d] minimum height on a box in IE?

2006-10-08 Thread Holly Bergevin
From: "sam foster" <[EMAIL PROTECTED]> > I have this div, >that I want to give a minimum height of 1px. It may or may not get any >content in it, and I want it to collapse up if its empty. >IE 6 doesnt of course support min-height, so for now I'm using height: >1px. But even this simple case fails

Re: [css-d] Help with a menu

2005-05-18 Thread Holly Bergevin
From: Richard Brown <[EMAIL PROTECTED]> >Any ideas anyone? >>> Could anybody, please explain to me why I have a box to the left of >>> the menu on the following site: >>> >>> start with #navcontainer - float: left; #navlist get

Re: [css-d] IE6/Opera Images Underline Problem

2005-05-24 Thread Holly Bergevin
From: "Frank McClung" <[EMAIL PROTECTED]> >Button images on this site I'm working on at > >http://www.computerrecycling.us/ebay.htm > >all have a dotted underline in IE6 and Opera. Firefox is fine. Seems to be >connected to the visited state of links? I removed the dotted underline from >the .body

Re: [css-d] Kicking and screaming

2005-06-01 Thread Holly Bergevin
From: "Heather Haggerty" <[EMAIL PROTECTED]> >The Page: http://www.metallicpeach.com/tests/devcw/index.html >_In Firefox_, for some reason the last menu item is bumped down when a >paragraph(s) are added to the content div that follows. If there is NO >content in the content div, it works fine ..

Re: [css-d] interesting margins and footer

2005-06-01 Thread Holly Bergevin
From: [EMAIL PROTECTED] > http://www.s108254362.onlinehome.us/index2.html >2. in ff and o8 the footer height is wider than the text. in ie6 the >footer height is the size of the text. why the discrepancy? Default margin on the paragraph element in the footer, ignored/collapsed by IE.

Re: [css-d] Help with text/image replacement

2005-06-01 Thread Holly Bergevin
From: Matthew Velic <[EMAIL PROTECTED]> >problem getting rid of some text and replacing it with the background >image. I have been trying a couple of different techniques to get it to >work in Firefox, but nothing seems to have been working. > >http://home.gwu.edu/~mvelic/dccub2/index.html >#int

Re: [css-d] one line will not validate

2005-06-03 Thread Holly Bergevin
From: Scott Haneda <[EMAIL PROTECTED]> >€ Line: 5 > >Unknown pseudo-element or pseudo-class image > >a:image { border-bottom: 0; } > >There is my line 5, I remove it and I validate, I don't get it, whats wrong >with that? Could it be that you really want a img {border-bottom: 0;} inste

Re: [css-d] A colorquestion and request

2005-06-05 Thread Holly Bergevin
From: "Angus at InfoForce Services" >I have a footer file at: http://infoforce-services.com/ifs_footer.php and >can not figure out why I can not Get my background and foreground colors. >Any Hints> Angus, In the stylesheet for the footer you have selectors listed as class selectors but you h

Re: [css-d] IE6 DIV spacing bug

2005-06-07 Thread Holly Bergevin
From: Matthew LaVelle <[EMAIL PROTECTED]> >http://test.cimediagroup.com/ >Everything looks fine in all browsers except there's a small space/gap >between the hdr DIV and the body DIV in Internet Explorer 6 on Windows >machines. Add {display: block;} or {vertical-align: bottom;} to the image in y

Re: [css-d] 9 am deadline -- help please!

2005-06-12 Thread Holly Bergevin
Making assumptions... From: Steve Hall <[EMAIL PROTECTED]> >1. http://greatbigbrain.com/tu/ >"Brand Manual Guidelines" alignment issue -- discrepancy between >IE/Firefox. #navbar2 { margin: 0; border: 0; padding: 0; margin-left: -177px; /* change value */ position: relative; _height:

Re: [css-d] Site Check - please

2005-06-15 Thread Holly Bergevin
From: "Larry Winfrey" <[EMAIL PROTECTED]> >Page with problem --> http://nomad48.x10hosting.com/photogal.html >CSS for page --> http://nomad48.x10hosting.com/style.css >in IE6 WinXP the >:hover's stop working after a page refresh. IE seems not to like your - #container a.gallery:visited - sel

RE: [css-d] Site Check - please

2005-06-15 Thread Holly Bergevin
Reply-To: "Ray Dickman" <[EMAIL PROTECTED]> >I think she meant :hover :) No, actually, I didn't. Larry has a selector for a:hover, but there are no rules in it. The selector that is causing the problem is the one for visited gallery links - #container a.gallery:visited - which IE does not like

RE: [css-d] Site Check - please - correction

2005-06-15 Thread Holly Bergevin
>> Thanks for the reply. I am a bit confused though. I don't have a >> :visited selector in my style sheet for the gallery. Should I create >> one? Ingo has pointed out (to me) :hover rules that I somehow missed Anyway, just moving the - #container a.gallery, #container a.gallery:vi

Re: [css-d] Re: Unclickable links in Safari

2005-06-16 Thread Holly Bergevin
From: shawn a <[EMAIL PROTECTED]> > Page in question: > http://proto.kudos.goldenware.com/a/American_Airlines.html > style sheet: http://proto.kudos.goldenware.com/i/t.css >> Yes, very odd: the links work in Firefox (w2k & linux), Mozilla (w2k) >> and IE6 (w2k); the links do not work in IE5 (w2k

Re: [css-d] p:hover

2005-06-18 Thread Holly Bergevin
From: "David Laakso" <[EMAIL PROTECTED]> >If anyone could check IE5.0 and 5.5, I'd be most appreciative. > >The URI is: David, as long as you hover the text and not part of the paragraph that has no text in it, all the IEs are fine and work as you wa

Re: [css-d] p:hover - update

2005-06-18 Thread Holly Bergevin
From: "Holly Bergevin" <[EMAIL PROTECTED]> >>The URI is: <http://www.dlaakso.com/sandbox/p-hover.html> > >David, as long as you hover the text and not part of the paragraph that has no >text in it, all the IEs are fine and work as you want. IE5.5 appears t

Re: [css-d] RE: Large gap appearing in IE6

2005-06-19 Thread Holly Bergevin
From: "Luke Mackenzie" <[EMAIL PROTECTED]> >http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4 >e95852105ad46eafad > in IE6 - there is a huge unwanted gap between the >the sections on the page. #nav p { position: relative; height: 41px; } #nav p img {position: absolu

Re: [css-d] Pure CSS popups - follow up

2005-06-20 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> > a suitably anonymised example > http://murorum.demon.co.uk/mwr/. > >Hovering over each of the status buttons on the left hand side of the table >should pop up an appropriate message. This works fine on Firefox and >Konqueror. As you can see IE lets the background ima

RE: [css-d] Pure CSS popups - follow up

2005-06-20 Thread Holly Bergevin
least twice as much code as merely adding the z-index in a style attribute in the HTML. However, some will prefer the separation, so it's useful to mention, I suppose. Cheers, ~holly >From: Holly Bergevin > Adding the z-index in the HTML

Re: [css-d] IE Bug - HELP!

2005-06-20 Thread Holly Bergevin
From: "David R. Moulton" <[EMAIL PROTECTED]> >http://staff.valpo.edu/dmoulton/test/oia-comm/ and I >am having a IE display issue. If you scroll down and refresh the page >you will see that the middle column does not show up. Any ideas? David, the first thing I'd suggest before attempting extens

Re: [css-d] Recommendations?

2005-06-20 Thread Holly Bergevin
From: Rahul Gonsalves <[EMAIL PROTECTED]> >http://jaithirtha.net/rahul/CFLeducation.htm > >The only problem that I'm having is that in IE, the right float >(#indented) is pushing the content to the left, while in FF, the content >flows. I would like the content to not flow around this indentatio

Re: [css-d] Inline links, background images and MSIE

2005-06-21 Thread Holly Bergevin
From: Ingo Chao <[EMAIL PROTECTED]> Date: Tue, 21 Jun 2005 19:20:41 +0200 >Christian Heilmann schrieb: >> a{ >> background:url(arrow-selected.gif) top left no-repeat #fff; >> padding-left:1em; >> } >> >> MSIE does not render the image though when the link bre

Re: [css-d] aligning text in floated div

2005-06-21 Thread Holly Bergevin
From: Marty Martin <[EMAIL PROTECTED]> >If you will look at this page though, you will see that the Category >Title is not center aligned: http://new.icn.net/hub/categoryGallery.cfm > I need the text to be center aligned! :) Try - div.category p { width: 99.9%; text-align: center; } hth, ~

Re: [css-d] Window IE flow problem

2005-06-24 Thread Holly Bergevin
From: saul <[EMAIL PROTECTED]> Date: Thu, 23 Jun 2005 09:53:44 -0400 > the center content area is not flowing properly in IE Windows >(at least from the screen shots some friends have sent me). It appears >to bump down to below the left column content. >http://www.inventionshow.com/developmen

Re: [css-d] Partial dissapearing borders in IE

2005-06-24 Thread Holly Bergevin
From: Geoffrey Alan Colbath <[EMAIL PROTECTED]> > It seems like the search form (which, unfortunately, is >still a table) isn't clearing the floated div sidebar, unless I try and >mess with the width of the sidebar, in which case the border of the >containing div dissapears--but only around the flo

Re: [css-d] Form search visualization problem

2005-06-24 Thread Holly Bergevin
From: "Augusto Murri" <[EMAIL PROTECTED]> Pratically i want to display the SUBMIT button >closed to the INPUT field without using ABSOLUTE positioning..! > >Actually there's a a little space beetwen them .. and i don't want to show >this space.. The space occurs in IE/Win, not in Gecko or Opera

Re: [css-d] IE Print Preview Won't Play

2005-06-24 Thread Holly Bergevin
From: "Colin McAllister" <[EMAIL PROTECTED]> >Can someone explain the huge amount of extra space that IE6 is putting in this >page... > >http://colinmac.port5.com/bluegreybox1-1/bluegreybox/index.html Well, I don't know if you'll consider it "breaking" the other browsers, but if you can get rid

Re: [css-d] Width Woes Again

2005-06-27 Thread Holly Bergevin
From: "George Smyth" <[EMAIL PROTECTED]> Date: Mon, 27 Jun 2005 15:23:35 -0400 >I am putting together a site that can currently be viewed at >http://sacc-jobfaircom.readyhosting.com/. As far as Firefox is >concerned, everything is working just fine. However, in Internet >Explorer the three boxe

Re: [css-d] padding and cell sizes

2005-06-27 Thread Holly Bergevin
From: Eliana Berlfein <[EMAIL PROTECTED]> >I made a website that uses tables and css. I made the site on a Mac, >and it looks perfect. But on a PC the table cells are not the right >size. >Here's a link to the site: http://www.itea-school.com > >If you look at it on a Mac I'm pretty sure every

RE: [css-d] Width Woes Again

2005-06-28 Thread Holly Bergevin
From: "George Smyth" <[EMAIL PROTECTED]> >>>I am putting together a site that can currently be viewed at >>>http://sacc-jobfaircom.readyhosting.com/. >>>in Internet >>>Explorer the three boxes with the images do not fit across. >>The xml declaration at the beginning of your page has put IE6 i

Re: [css-d] div height problems in Firefox 1.0.4

2005-06-28 Thread Holly Bergevin
From: Joe Cool <[EMAIL PROTECTED]> >Good day and I have a little div height rendering problem with Firefox >http://www.spiritquestdayton.org/dev/ > >If you view the page, you will see how the parent-container does not >stretch past the bg-container. I would like to have the >parent-container stre

Re: [css-d] Still problems with Faux columns

2005-06-28 Thread Holly Bergevin
>Phil Winter schrieb: >> ... http://www.webdesignpartners.com/perfect_gift/index.html >> ... When you view it in FF, the repeating gif does not appear. >> But, it DOES appear if I put a border around the content_ >> wrapper div, which I don't want. > >I don't have a fix yet, I just wanted to say th

Re: [css-d] Float help

2005-06-28 Thread Holly Bergevin
From: "Tom Livingston" <[EMAIL PROTECTED]> >> http://www.petticoatjewels.com/test/designs.htm >how to get rid of the extra space to the left of the >images. They should line up, on the left, with the paragraph above them. Assuming the problem is in IE/Win (my Mozilla looks fine, as does Opera)

RE: [css-d] Relative Positioning

2005-06-30 Thread Holly Bergevin
From: "Mark Leder" <[EMAIL PROTECTED]> >http://admin.evokenet.com/homeComponents/main.cfm > I can't get the menu centered left to >>right in relation to the "clientName" ID just above it. Try - #Layer1 { position: absolute; top: 3px; left: 50%; /* default left value when not specified is 0.

Re: [css-d] Does this require a box model hack?

2005-06-30 Thread Holly Bergevin
From: Rikard <[EMAIL PROTECTED]> >http://www.zut.se/rikard/ > It does not display ok in IE6 on WindowsXP. Two of the >fields (the text to the right of the logo and the white text in the >orange/red square) are not aligned correctly. They should be >positioned a bit lower (like Firefox). I belie

Re: [css-d] Re: float and disappearing a. p. box

2005-06-30 Thread Holly Bergevin
From: Simon Douglas <[EMAIL PROTECTED]> >Thanks for that, I have tried it - see >www.menziesclc.org.uk/test/index2.html >There are two (possibly insoluble) problems: >1. In IE, a stray letter ('W') appears, or rather, is not hidden. >2. This is less of a problem, but the flow is wrong - can the

Re: [css-d] (IE problem) vertical-align of div in td doesn't work whendiv has relative height

2005-07-01 Thread Holly Bergevin
From: sascha sengespeick <[EMAIL PROTECTED]> >please take a look at this: >http://www.info01.de/sascha/buggy_in_ie.html >it drives me crazy! > >if you change the height to a pixel value, it works fine in IE ... Is there some reason that you need the XHTML1.1 doctype? Using a different doctype th

Re: [css-d] Mis-sized DIV in IE6?

2005-07-10 Thread Holly Bergevin
Ian Sweeney wrote: >The image shown at www.iansweeney.me.uk/p4 shows red within the yellow >border in IE6, but not in Firefox. How do I get rid of the red? >The image size is 744 x 164 and so is the div. >div#mix { background-color: red; border: 5px solid yellow; height: 164px; >margin: 0px; pad

Re: [css-d] Closing a Clear

2005-08-10 Thread Holly Bergevin
From: Hershel Robinson <[EMAIL PROTECTED]> >Any other ideas? Maybe I'm doing something wrong? Yes, remove the height restriction from #featuresbox and the border will enclose things as you wish. ~holly __

Re: [css-d] Last Win IE display issues

2005-08-13 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> >The page is http://www.delineations.org/sandbox/upcoming.html > >http://www.delineations.org/sandbox/gecko2.css >http://www.delineationes.org/sandbox/ie2.css >http://www.delineations.org/sandbox/ie5.css CSS - Somewhere near the beginning of your CSS files ul {margin:

RE: [css-d] Last Win IE display issues

2005-08-13 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> Date: Sat, 13 Aug 2005 17:53:22 -0400 > I did manage to fix the "Earlybird, etc" >display issues in Win IE6 Congrats! >I *would* dearly love to fix this for IE5.x, #content2 ul.logistics h6 {float: left;} #content2 ul.logistics li ul li

RE: [css-d] Last Win IE display issues

2005-08-13 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> >I tried applying your suggestion for the "Earlybird" problem just to my >local IE5 styles, since that is the only place the problem remains. Didn't >change it at all as far as I could tell. If it worked on your end and not >on mine... is it possible that I may not be s

Re: [css-d] Oooh, boy... worse issues than that in IE5...

2005-08-14 Thread Holly Bergevin
From: <[EMAIL PROTECTED]> >Apparently IE5.x doesn't like parentheses around the url for the overrides, >when using @import inside a conditional comment. So... can you use a link element instead? ~holly __

Re: [css-d] UL Navigation: background image problems in FireFox :(

2005-08-18 Thread Holly Bergevin
From: Tom Dell'Aringa <[EMAIL PROTECTED]> >I am >using a background image on the top UL to draw a line on the bottom of the top >UL. This line shows >up fine in IE but NOT in FireFox (1.06). I've done everything I can think of >to solve it to no >avail. >http://www.pixelmech.com/rev/menu.html

Re: [css-d] nested li bullet style

2005-08-28 Thread Holly Bergevin
From: Tek <[EMAIL PROTECTED]> >I am trying to unbullet an li that has a nested list in it. > >see here: http://tinyurl.com/actnx It's a specificity problem. Rewrite your selector as follows for those LIs. #content li.unbullet {list-style-type: none;} #content li is more specific than .unbullet

Re: [css-d] img border madness

2005-08-29 Thread Holly Bergevin
From: Lorraine Nepomuceno <[EMAIL PROTECTED]> >Arrgghh... it looks like I spoke too soon. The borders on the images >are gone in Safari, but I still see them on Firefox and Camino. >Please help! > >http://www.splashscreen.com/test.html > >with CSS at http://www.splashscreen.com/base.css The b

Re: [css-d] Question about the list

2005-08-29 Thread Holly Bergevin
From: "Scott Glasgow" <[EMAIL PROTECTED]> > I had hit Reply, as I do in all my other lists, but instead of >picking up the list address OE picked up the sender's address. If I hit >Reply All, it does go to the list, but sends a separate copy to the sender >(which can be annoying to the recipien

Re: [css-d] Simple two columns

2005-08-30 Thread Holly Bergevin
From: "Stevio" <[EMAIL PROTECTED]> >It seems like the simplest solution is the following: >.col1 { > width: 50%; > float: left; >} >.col2 { > width: 50%; > float: left; >} > >Content >Content > >How do I stop col2 wrapping below col1 however when the browser window is >shrunk down in size? (Has t

Re: [css-d] Firefox bug?

2005-09-07 Thread Holly Bergevin
From: "Felix E. Guerrero" <[EMAIL PROTECTED]> Date: Wed, 7 Sep 2005 13:57:30 -0500 >Hi, I have a 3-column layout but the first time it's displayed on Firefox >(or after clearing the cache) there's a gap between columns and footer. My Mozilla does this too. >The gap is somewhat related >to th

Re: [css-d] Is it possible to create this type of a layout with CSS?

2005-09-14 Thread Holly Bergevin
From: Melissa Brands <[EMAIL PROTECTED]> >http://img389.imageshack.us/my.php?image=errors2ti.png >#logo { > float: left; > width: 112px; > height: 126px; > background-color: #0099FF; > margin: 0px; > margin-left: 32px; > padding: 0px; >} I realize you have

Re: [css-d] Re: Dropdowns in inline elements, and CSS validator problems

2005-09-23 Thread Holly Bergevin
From: Sam Partington <[EMAIL PROTECTED]> >http://www.luusac.org.uk/calendar.html?new_menu > >Now I've come across a strange IE glitch, where IE renders one of the >months (August) twice, even though its in the markup only once. > >Any ideas? I don't know why this works (all I did was "try a few t

Re: [css-d] Newcomer to CSS

2005-09-23 Thread Holly Bergevin
From: Nancy Smith <[EMAIL PROTECTED]> >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 appreciat

Re: [css-d] IE doesn't like my fixed layout much

2005-09-25 Thread Holly Bergevin
From: Rob Mientjes <[EMAIL PROTECTED]> >> browser.http://zooibaai.nl/sandbox/basant/ No fixed sides in IE6 >Oh, and while we're at it: IE: why doesn't it show the >background and why won't it "extend" the anchor? Add the following to your IE style sheet (conditional comment): #navigation ul l

Re: [css-d] position:fixed; ie

2005-09-28 Thread Holly Bergevin
>From David Laakso: >Fixed header problem in IE. Image should pass under the header. And >scroll bar is not where one might expect it to be. Works as intended in >Opera and FF. > >(embedded) Hi David, The following changes provide a solution,

Re: [css-d] position:fixed; ie

2005-09-28 Thread Holly Bergevin
From: "Holly Bergevin" <[EMAIL PROTECTED]> >#IEgatehouse { >display: block; >text-align: center; >background: #A0522D; >height: 64px; margin-top: 50px; /* <<< new since previous email */ >} >Removing the 50px padding from #gatekeeper puts the sc

Re: [css-d] position:fixed; ie

2005-09-28 Thread Holly Bergevin
From: David Laakso <[EMAIL PROTECTED]> >One remaking bugger (ie only) is that the scroll bar arrow is trapped at >the bottom border of the header. And the scroll bar resides on the edge >of the max-width container (easiest seen at 1280) instead of against the >viewport. Commenting out the ie "e

Re: [css-d]question about universal declaration of zero padding, margin in cssstylesheets

2005-10-03 Thread Holly Bergevin
From: Bruce Gilbert <[EMAIL PROTECTED]> > div {margin:0; padding:0;} For what it's worth, using the above declaration at the beginning of your style sheet will probably accomplish nothing useful, and only add some extra bytes to the page. As far as I know, divs have no default margin or padding

Re: [css-d] why are these two s different?

2005-10-04 Thread Holly Bergevin
From: "Mark Kamian" <[EMAIL PROTECTED]> >http://d557386.u42.hostserv-dns.net/ecre3.css >http://d557386.u42.hostserv-dns.net/index2.asp > I'm using in two instances. In the first instance, along with >>>the text comes what appears to be a line-break before and another one >>>after. However, in

Re: [css-d] strong!

2005-10-05 Thread Holly Bergevin
From: jeremy <[EMAIL PROTECTED]> >So i have been noticing this for a while, >in IE, things that I specify as being or >font-weight:bold; dont really show up. >http://slusherland.com/ In my experience, when using a font such as the one you have used in these pages (looked at the bio page spec

RE: [css-d] Space between two graphics

2005-10-05 Thread Holly Bergevin
From: "Donna [EMAIL PROTECTED] Business Connection" > http://www.vbc-nc.com/Samples/ArtEscape/NewSite/index_dlp.html >I also added the display: block; to the #nav_gallery >and address styles and that didn't work either, unless >I put it in the wrong spot. Yup, you did. You only need it once. Ad

Re: [css-d]Re: Float:right crashes IE; alternative screws up absolute positioning

2005-10-06 Thread Holly Bergevin
From: Laura Kisailus <[EMAIL PROTECTED]> >Are people on the list actually getting my emails? Or are they just >to simplistic to respond to? Not that I feel entitled to a reply, but >I've posted twice now and neither have been responded to, which is >kind of strange. Hi Laura, Actually, I don't

Re: [css-d] help! margin: auto not working as expected

2005-10-07 Thread Holly Bergevin
From: cody h <[EMAIL PROTECTED]> >http://www.evergreen.edu/ > >the outermost container's (#pagecontainer) side margins are set to >auto, but the container refuses to center in ie6. strangely, it used >to work fine, but i can't figure out what might have been done to >break it. >http://www.evergr

Re: [css-d] Could The Stylesheet Be Crashing Firefox?

2005-10-07 Thread Holly Bergevin
From: George L Smyth <[EMAIL PROTECTED]> >I have a page that actually crashes Firefox and Netscape 8.0 (at least, via >Windows XP - I just found out about it and need to test on other platforms). > >The page is http://sesius.com/Products/Manufacturing.htm George, I seem to recall having a proble

Re: [css-d] LI's Line Up in IE but not FF

2005-10-08 Thread Holly Bergevin
From: "Thomas Hall" <[EMAIL PROTECTED]> >http://www.dolphincoveinn.com/manzanillo-tourism-attractions.asp has a list >of links for various pages in the site. I set a background on the UL with >icons (you will see) but in IE they line up perfectly but on Firefox the >alignment is off. I have played

Re: [css-d] Why is h2 rule needed?

2005-10-15 Thread Holly Bergevin
From: Arlen Walker <[EMAIL PROTECTED]> >> > >Hmmm. If the top margin of the h2 is allowed to "reach through" an >unbordered box, but not allowed to reach through a border, you might >be on to something. >Unfortunately, this idea fails

Re: [css-d] Width of floats

2005-10-15 Thread Holly Bergevin
From: Derek de Jong <[EMAIL PROTECTED]> >Internet Explorer is including the margin *inside the box width*, while >W3C-spec browsers (rightly) are not. No 'current' version of IE/Win that I know of includes margins *inside the box width* as you have stated. IE5.x/Win browsers, and IE6 in quirks

Re: [css-d] width: auto vs 100% and height stuff, too

2005-10-25 Thread Holly Bergevin
From: Mike Soultanian <[EMAIL PROTECTED]> >I also noticed that they do this: > >.modulecontainer div{border-style:solid;border-width:1px;margin:-2px >-8px;height:1em;} > >html>body .modulecontainer div{height:auto;} > >notice that they override in the height. However, in this case it's 1em >vs

Re: [css-d] IE Mac Float Trouble

2005-10-25 Thread Holly Bergevin
From: Jason Narciso <[EMAIL PROTECTED]> >creating this page. > >i came across some issues when floating boxes inside of a floated container. >i seemed to have fixed this using the clearfix >method. >

Re: [css-d] background not strectching and other IE/Firefox differences

2005-10-25 Thread Holly Bergevin
From: Schalk <[EMAIL PROTECTED]> >http://www.volume4.com/oxfordprice/contact/index.html > >In Firefox the white background, which is a small white faux columns >background .gif, does not stretch to fill in the entire area up to the >footer. Try adding your favorite clearing element between the

Re: [css-d] Safari and another td issue

2005-10-26 Thread Holly Bergevin
From: Scott Haneda <[EMAIL PROTECTED]> > > >The images are 112px wide, I also have the td's all set to 112px wide, yet I >get this border. > >The outer table will be variable in that I do not know how many images are >to fit in the table, could be 1-5, s

Re: [css-d] 2 Column layout + equal height problem

2005-10-26 Thread Holly Bergevin
From: "Alison Lee" <[EMAIL PROTECTED]> >http://www.aycee.co.uk/x_temp/test.html >(http://www.aycee.co.uk/x_temp/test.css) >The layout looks just how I want it to in IE (in IE 6 anyway, not sure about >others) except the right column doesn't quite stretch the full height of the >content div - ther

Re: [css-d] Image Slice not working?

2009-03-21 Thread Holly Bergevin
From: Christopher R >Hello, I need some help as in why this page >http://www.thecreativesheep.ca/site/imagepage4.html >dealing with the image slices and the id "logo" and "logo img" why the page >looks fine in IE7 but FF and IE6 it breaks? Good Grief. One thread is enough. Perhaps no one has an

Re: [css-d] Site Check: Can this DIV be vertically centered in theviewport?

2009-03-21 Thread Holly Bergevin
From: Stephen Tang >Yes, I am aware about enlarging the font. Unfortunately, the center >image is a fixed height and it didn't look good if the box became >vertically longer as the font size increased. > http://www.isadoratang.com/index.php I'm kind of surprised at that thought because I would

Re: [css-d] Image stretches vertically in (that's right) IE6

2009-03-27 Thread Holly Bergevin
From: Ian Piper >two photos on it that seem to be behaving peculiarly *only* in >IE6. > >http://www.ruberyowen.com/rubery-owen-history.php >the photos are stretched vertically. Below is where the problem is coming from, I believe. Was this hack applied for specific problems, or just on gen

Re: [css-d] CSS Image Rollover Problem

2009-04-02 Thread Holly Bergevin
From: Yazmin Media >http://www.slrgear.com/articles/is_1iswp/test3.htm Re: Rollover not working. On that page, you have an image displayed in the HTML, and then you have background images that you are hoping will display as rollovers? Try this: Delete the image in the HTML and modify your

Re: [css-d] Website help - CSS layout and Spry Menu Bar questions

2009-04-07 Thread Holly Bergevin
From: "Tarah - Dome Cleaning, Inc." >Also the site has "<%...@language="JAVASCRIPT" CODEPAGE="65001"%>" above the >header and the header bar is moved in firefox - but again not with explorer. >Help! I'm not sure (other than removing it, what you should do about the bit of code that's above yo

Re: [css-d] Condensing BORDER-xxx-STYLE

2009-04-12 Thread Holly Bergevin
From: trevor bayliss is it impossible to condense this code? (As the borders are different I imagine it is) Thanks: > >BORDER-RIGHT: #333 0px solid; >BORDER-TOP: #333 0px solid; >BORDER-LEFT: #333 0px solid; >BORDER-BOTTOM: #fff 5px solid; If you are overriding previous borders, one way wou

Re: [css-d] disappearing text in IE6 and IE7 ( but maybe only IE6 )

2009-05-01 Thread Holly Bergevin
From: Erik Visser >> Tried it again. I still am not able to reproduce the behavior on >> http://www.daploosdrechtseweg.nl >> in IE 6 or 7. >> >> However, I am able to reproduce the behavior on >> http://beta.daploosdrechtseweg.nl but only in IE/7.0-- but not IE/6.0. >can anybody else reproduc

[css-d] trying to learn to make css menu

2009-05-03 Thread Holly Bergevin
From: Scott Brasted >First, I would guess that I am not the first person to think that I can >do this at all. Is it possible? If so, does anyone know what combination >I would need to get the blank pretend space? > >Second, if it is possible, I am having difficulty figuring out where in >the m

Re: [css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Holly Bergevin
From: Vik Rubenfeld <[EMAIL PROTECTED]> >. >his_weeks_african_aids_treatment_stories/> > >How can I fix this? Thanks very much in advance to all for any info.

Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Holly Bergevin
From: Vik Rubenfeld <[EMAIL PROTECTED]> >Thanks very much for letting me know about this. This is the first I've >heard of this. > >The JavaScript is from this demo page: >. Does that demo work in IE6? No, that demo page doesn't work in IE6, and while it does

<    1   2   3