Re: [css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Holly Bergevin
From: Roelf D. Kuitse [EMAIL PROTECTED] IE6 will not drop the list down when you hover over it. Any Ideas??? www.autodata.com/test/test Well, I could not find the csshover.htc file, (which may be what you are using to control the dropdowns in IE6) so perhaps the browser is having the same

Re: [css-d] Trouble with display of background in IE

2007-08-08 Thread Holly Bergevin
From: Paul Menard [EMAIL PROTECTED] why IE 7 6 are cutting off the first line of text in the quotes display. Here is the page http://staging.williscoatings.com/ Try adding the two properties below - #l_sidebar #wp_quotes .wp_quotes_quote { background: url(images/quote.png)

Re: [css-d] IE6 will not drop down a list.... please help

2007-08-08 Thread Holly Bergevin
-Original Message- From: Holly Bergevin From: Roelf D. Kuitse [EMAIL PROTECTED] IE6 will not drop the list down when you hover over it. Any Ideas??? www.autodata.com/test/test Well, I could not find the csshover.htc file, (which may be what you are using to control the dropdowns

Re: [css-d] content little off in FF

2007-08-09 Thread Holly Bergevin
From: [EMAIL PROTECTED] There is only one more thing, the first paragraphe/sentence stays 'off', see http://www.cmamali.org/koutiala.html Try the following changes to your CSS - #content { font-family:arial, verdana, serif; font-size:12px;

Re: [css-d] Dropdown Issues...

2007-11-20 Thread Holly Bergevin
-- Original Message -- From: Kevin Evans [EMAIL PROTECTED] Hello, I am working on a suckerfish type menu at http:// robotics.pmhclients.com/index.php But I am having some problems with the dropdown appearing to the right of the button, such as

Re: [css-d] IE rendering issues

2007-11-20 Thread Holly Bergevin
From: Lisa Goettel [EMAIL PROTECTED] I have a few issues in IE with a new site: www.bigsurarts.org/newsite CSS: www.bigsurarts.org/newsite/public/css/main.css (with some IE specific sheets in that directory as well) Primary issues: - In IE 5.5 the site is not rendering at all - In IE 6 the two

Re: [css-d] Error in my mail Problems with a div

2007-12-05 Thread Holly Bergevin
From: Joaquim Font [EMAIL PROTECTED] http://www.cgibuenosairesbpba.org/index.php The problem is with EE5. The div problem is “derecha” The problem is that the IE5.x browsers have a broken box model [1]. Padding and borders are not added to a given width, but contained within that width. You

Re: [css-d] Direction: rtl inverting an image?

2007-12-20 Thread Holly Bergevin
From: Anne E. Shroeder [EMAIL PROTECTED] Right, well I've just figured out the fix - just don't know WHY it made the graphics behave that way. By removing margin: 10px 2px 0 0; from the code I mention below, the graphics right themselves. Anyone encountered this strange behavior before, and is

Re: [css-d] create expandable banner

2008-01-01 Thread Holly Bergevin
From: Rebecca Richter [EMAIL PROTECTED] but how do you do it if the banner has a non-uniform background, like on this site: http://www.myersonassociates.com/ Hi Becca, ;) This construction is two part (for the right, expanding side of the header), with a main image placed in the HTML and a

Re: [css-d] Menu not displaying well in IE 6

2008-01-01 Thread Holly Bergevin
From: Lisa Wilcox [EMAIL PROTECTED] http://www.familyfirstdocs.com. In IE6 with WinXP, the scrolling seems to be disabled on the dropdown menus. There are probably several places you can apply this, here is what I did. In your menuh.css, add to the following selector, #menuh a - #menuh

Re: [css-d] IE7 problem

2008-01-05 Thread Holly Bergevin
From: John Lockerbie [EMAIL PROTECTED] there is at least a problem with IE7 and Windows XP. Please would somebody have a look at http://www.catnaps.org/20071217/index.html - http://www.catnaps.org/20071217/catnaps.css - and suggest what I might do about it. In your style sheet you have the

Re: [css-d] Three Column advice needed

2008-01-05 Thread Holly Bergevin
From: Richard Brown [EMAIL PROTECTED] http://dejavulostwithiel.co.uk/ as I can tell it now works. Except for the header. Why do I have a large gap at the top in some browsers and none in others please? Different implementations of escaping/collapsing margins. To eliminate the gap, set the

Re: [css-d] IE 5, 6, dropdown display issue

2008-01-12 Thread Holly Bergevin
From: Rebecca Richter [EMAIL PROTECTED] That took care of the extra padding issue in IE 6, but not 5. Anything I can do to correct that? http://www.makemyhousegreen.com/index1.html Hi Becca, Ammend your ie.css file to include the following - .nav a { height: 1%; vertical-align: bottom;

Re: [css-d] Background inheritance in response to David Hucklesby

2008-01-12 Thread Holly Bergevin
From: J [EMAIL PROTECTED] The URL is http://www.stainlessband.com/index2.html I have it specified here: #body { background-color: #33; margin-top: 0; padding: 0; text-align: center; } Jason, Try removing the # from in front of body and see if that gets

Re: [css-d] Problem adding border to selected image - live test page

2008-01-13 Thread Holly Bergevin
From: Big Moxy [EMAIL PROTECTED] Please go to http://www.woodstone-homes.com/gallery/test.asp The problem is that after selecting a thumbnail the margin between images increases and overflows the width of the cell. Tim Try changing your CSS as follows - .gallerypic { float:left; /*

Re: [css-d] IE 5, 6, dropdown display issue

2008-01-13 Thread Holly Bergevin
From: Rebecca Richter [EMAIL PROTECTED] Still having trouble with the dropdown display in IE 5. IE 6 it looks just fine! My ie.css file has the following rules: .nav { margin-top: -3px; } .topnav { margin-top: 0px; } .nav a { height: 1%; vertical-align: bottom; } .dropdown li {

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Holly Bergevin
From: Big Moxy http://www.woodstone-homes.com/communities/red-oak-farm-test/?id=5 From: Rick Faircloth [EMAIL PROTECTED] So, add padding-left:-20px; to both the .rightcommunity ul and .rightcommunity li styles and your menu should move to the left 20px and be centered. Please don't do this.

Re: [css-d] Text refusing to be bold in Firefox and IE

2008-02-07 Thread Holly Bergevin
From: Pat Veriepe [EMAIL PROTECTED] I thought I had figured this out with Firebug, but the text is still not bold. It's a nested ul ul. The linked text saying THIS SHOULD BE BOLD is bold in Safari but not in Firefox or IE. Could this be a problem because of a bug in both browsers with nested

Re: [css-d] Div Order - Problem not expected

2008-02-17 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] http://www.walkfar.ca/test/index.htm I don't know what went wrong but when I uploaded my page to the server you don't see the style sheets that have background graphics at all, I wanted to show what I was having problems with now all you see is text.

Re: [css-d] problem with borders

2008-02-20 Thread Holly Bergevin
From: vwf [EMAIL PROTECTED] The page: http://www.opeform.nl/test/ The CSS: http://www.opeform.nl/test/screen00.css My questions are: How can I get rid of the white borders between the navigation images? Why do my background images no shift on hover? The borders are white space between the LI

Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread Holly Bergevin
From: vwf [EMAIL PROTECTED] a problem with ie6 remains. There are unwanted spaces in the horizontal list (navigation bar). http://opeform.nl/test/ http://opeform.nl/test/screen00.css I don't know about the Konqueror issue, but the easiest way to solve IE6's problems it to get rid of the xml

Re: [css-d] :: ie/5x ap ::

2008-03-02 Thread Holly Bergevin
From: David Laakso [EMAIL PROTECTED] IE/5x is not honoring the absolute position of the ul in #page. What to do? Yikes... http://www.chelseacreekstudio.com/ca/mentor/ Tee hee ;-) You're probably going to need to move that UL out of the #page wrapper to the the IE5s to place it where you

[css-d] Creeping form controls in IE6/7

2008-03-04 Thread Holly Bergevin
From: Scott Sauyet [EMAIL PROTECTED] Hi, I haven't been around these parts much lately, but some of you might remember me from a few years ago. (Anyone? Anyone? Bergevin?) Ahem! clears throat You rang? ;) Hi Scott! It's great to see your name back on this board.

Re: [css-d] Creeping form controls in IE6/7

2008-03-04 Thread Holly Bergevin
From: Gunlaug Sørtun [EMAIL PROTECTED] Scott Sauyet wrote: http://scott.sauyet.com/issues/2008-03-04a/ In IE7, IE6, and IE5.5, all on XP, I'm seeing something bizarre. When you hover onto or off of the top menu item, the text box and button move down the page. They keep doing this; it's

Re: [css-d] CSS faux columns not working in IE6

2008-03-23 Thread Holly Bergevin
From: Ian Piper [EMAIL PROTECTED] http://www.tellura.co.uk/index.php As you can see, the image used for the background for the left sidebar doesn't display in three-column mode and the content column's white background doesn't fill the space unless the content is longer than the sidebars.

Re: [css-d] wrapper width and IE

2008-03-25 Thread Holly Bergevin
From: Elle Meredith [EMAIL PROTECTED] 1. Same page: http://mesfiji.org/about/mes-staff In IE7 (and I would assume the same in IE6), the text in the dd gets pushed down below the image. Add {display: inline;} to your #navcol selector to defeat IE6's doubled float margin bug (which is dropping

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Holly Bergevin
From: Phoebe Taylor [EMAIL PROTECTED] I put a dashed blue border around where the sliding doors - transparent gif should be showing. The .html validates -- I do have one parse error in CSS, that I think is due to a hack for IE. http://www.cgraytaylor.net/sullivan/index3.html Phoebe, Have you

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Holly Bergevin
From: Phoebe Taylor [EMAIL PROTECTED] oh, okay.. I see now. My other site had the css and html files all in one directory. I didn't even think about the path there. Okay, so now i see the background, so half the battle won. Now I just need to get it to slide over to see the right half on

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
From: corey deep [EMAIL PROTECTED] I have an odd button element issue specific to IE6. When I create a button element and set text-indent ( to displace the value text ) the button disappears in IE6. If I add a non-breaking space , or line break or character before the button it displays

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
From: corey deep [EMAIL PROTECTED] Spans involve less work with graphics editor, but it is alot of markup for a single button no ? Well, what I had thought was - button name=Submit title=Submit This class=btn type=submitspanSubmit Me/span/button with the CSS - .btn { position: relative;

Re: [css-d] List reply method

2008-04-05 Thread Holly Bergevin
From: Alan K Baker [EMAIL PROTECTED] I know that I've only been here '5 minutes' but I would like to respectfully ask the List Owner if the settings can be changed to a similar method used by Yahoo Groups, so that clicking the email client's Reply button, sets up the return address as the List

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-04-29 Thread Holly Bergevin
From: Erik Harris [EMAIL PROTECTED] http://www.gunlaug.no/tos/moa_8d.html Interesting. This one doesn't work at all in IE6 (at least not in IE6-Standalone), despite supposedly being a way to make fixed positioning work in IE6. Just for the record, in a native installation of IE6, the above

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread Holly Bergevin
From: Peter [EMAIL PROTECTED] http://www.kuroiweb.com/forms/ This performs exactly as expected in FF, but in IE6 and IE7 the top border (the only one set) on all fieldsets except the last one is not visible Hi Peter, In your ie_styles.css, remove the width from the legend ruleset and IE

Re: [css-d] Fwd: alignment in netscape

2008-05-29 Thread Holly Bergevin
From: Melinda Odom [EMAIL PROTECTED] the flash file not aligning to the top http://www.eddieandalice.com/ Does adding the following help? #flashWelcome object {margin-left: -8px;} ~holly __

Re: [css-d] IE6 Issue

2008-06-01 Thread Holly Bergevin
From: taestrada [EMAIL PROTECTED] In the navigation, Portfolio is smaller and higher than the other links. But the CSS and code is exactly the same as for the other words. Any ideas??? www.webstudio180.com I guess you forgot about the following selector. /***PORTFOLIO***/ #portfolio {

Re: [css-d] Spry Menubar Problems

2008-06-03 Thread Holly Bergevin
From: Amber Kreter [EMAIL PROTECTED] http://nyc.your-site.com/kretersata.com/Header2.php Amber, I only took a look at your source code for that page. Assuming that that header is in a page with a valid doctype to begin with, the problems you are encountering are probably due to improper

Re: [css-d] Space between topper and content

2008-06-08 Thread Holly Bergevin
From: Kim Brooks Wei [EMAIL PROTECTED] http://njlada.com/ I have a small space between my topper and contentwrap which I can't find the source of . . . help, please . . . Try this selector - #topper img {vertical-align: bottom;} /* or display: block, either will work */ Since images are

Re: [css-d] pull out menu being overwritten by menu underneath

2008-06-14 Thread Holly Bergevin
From: Carol Swinehart [EMAIL PROTECTED] http://www.spacetransitions.com/ I changed the z-index as an inline element, nothing seems to work to keep the lines from showing up in the pull out in addition to some text. As pointed out by another poster, remove the HTML from your style sheet

Re: [css-d] ie6 - long border on two page, not on rest

2008-06-17 Thread Holly Bergevin
From: Stuart King [EMAIL PROTECTED] http://www.phiferpavittwine.com On the index.htm and winetasting notes pages the line that separates the about and wine column with the mailing list and contact column is much longer that it should be. It is fine on all the other pages, hm. The reason

Re: [css-d] IE and menu trouble

2006-11-27 Thread Holly Bergevin
From: Schalk Neethling [EMAIL PROTECTED] http://www.jcislord.org/index.php?option=com_contenttask=viewid=13Itemid=13 The drop-down over 'SpecialProjects' and 'Donations and Products' are going behind the image. I have tried setting the ul to a z-index of 2000 with no luck. Setting a z-index,

Re: [css-d] Centring a floating element - can it be done?

2006-12-02 Thread Holly Bergevin
From: Ian Young [EMAIL PROTECTED] the menu is not centred in its wrapper. See: http://www.iyesolutions.co.uk/templates/css/test-for-centre.html for example. I have included the image as this emphasises the problem. Your image is 750px wide. Use that as the width for your .navh div. Set

Re: [css-d] IE 6 pixel shift

2006-12-04 Thread Holly Bergevin
From: Roger Roelofs [EMAIL PROTECTED] On Dec 1, 2006, at 3:14 PM, David Gonzales wrote: In IE 6 the header which contains the logo pushes down the yellow nav bar beneath it by about three pixels. I can't seem to figure it out. http://www.accd.edu/spc/spcmain/applet/120106/default.htm IE

Re: [css-d] creating equal-height columns w/ large background images

2006-12-11 Thread Holly Bergevin
From: Wonderbaby Designs [EMAIL PROTECTED] The just-about completed site is here http://209.59.136.73/ I'd love any ... help with that stray border The following should help out a bit. You may need to do this for other elements, depending on the page. #photo { float: right; margin: -153px

Re: [css-d] Padding missing in IE6 quirks mode

2006-12-12 Thread Holly Bergevin
From: Pete Lasko [EMAIL PROTECTED] If you view http://www.yammr.com/padding.html in IE, you will see that the image has no padding. Is there a workaround for this? Unfortunately due to some DOM bugs I can't get figured out I can't use a strict doctype for IE. I can easily put a div around

Re: [css-d] fixed height box container

2007-01-16 Thread Holly Bergevin
From: Livia Dobai [EMAIL PROTECTED] The problem is that the table is not streched but cutted. I want to be streched. The lin is: http://www.designlab.si/test/index.php?option=com_contenttask=categorysectionid=3id=7Itemid=25 In that case is there an other colum that is cutted out by the

Re: [css-d] Image Replacement - Will it be necessary

2007-01-27 Thread Holly Bergevin
From: Richard Brown [EMAIL PROTECTED] http://uzellacourtantiques.co.uk/ CSS is: http://uzellacourtantiques.co.uk/includes/templates/uzellacourt/css/stylesheet.css Currently I am trying this: font-size: 3em; font family: Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif;

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread Holly Bergevin
From: bill scheider [EMAIL PROTECTED] http://first-encounter-design.dreamhosters.com/fed the four images in the bottom right column are one single line rather than a grid. I've tried everything I know how to do http://first-encounter-design.dreamhosters.com/fed/css/main.css Bill, I

Re: [css-d] Conditional Comments - was css-d Digest, Vol 51, Issue 29

2007-02-21 Thread Holly Bergevin
From: Kor Dwarshuis [EMAIL PROTECTED] due to the fact that I run multiple Internet Explorers on the same site.I found this here: http://www.quirksmode.org/css/condcom.html Note however, that if you use multiple Explorers on one computer, the conditional comments will render as if all these

Re: [css-d] custom 'search' text box

2007-03-03 Thread Holly Bergevin
From: Web Developer [EMAIL PROTECTED] Hello all, I was wondering if anyone had any tutorials on how to make a custom input box like the websites below. You can see their 'search' input textboxes are customized. I assume allofmp3 does some funkiness with position: relative;. not sure about 1st

Re: [css-d] Linked image showing style

2007-03-25 Thread Holly Bergevin
From: Kim Brooks Wei [EMAIL PROTECTED] Why can't I get rid of the background that shows up when I hover on the bottom image of this page [the schooner]. I haven't been able to figure this out. Help greatly appreciated. http://www.weiboyz.com/ivanstuff/chesapeake/ Have you tried - .imgcenter

Re: [css-d] Bug with extra space from clears. New?

2007-04-04 Thread Holly Bergevin
From: Brandon Oto [EMAIL PROTECTED] I was helping a friend solve a problem just now and was able to isolate a bug that's caused by a clear:left or clear:both on an element; the first div in a series ends up with a bunch of extra whitespace (several lines) before the cleared element, but the

Re: [css-d] horizontal scroll bar in Opera

2007-04-05 Thread Holly Bergevin
From: Bruno Fassino [EMAIL PROTECTED] I've extracted a small test case [1]. A widthless float (the purple one) inside a fixed width wrapper contains two opposite floats that fill exactly (with their widths and possibly margins) the wrapper. Opera creates an unnecessary horizontal scrollbar.

Re: [css-d] Sudden font size discrepancy

2007-04-15 Thread Holly Bergevin
From: Suzanne Bernard [EMAIL PROTECTED] http://www.nycss.org/ I've changed the Doctype to !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/strict.dtd as suggested by Georg and Philippe and it hasn't appeared to fix the problem. And the results at

Re: [css-d] Nav Bar Placements Differ In IE6 Firefox

2007-04-15 Thread Holly Bergevin
From: R. Alan Payne [EMAIL PROTECTED] Firefox also displays the next line of text on the same line as the nav bar (though it's in a totally different div in the code) and IE6 doesn't. http://www.dvmvac.com/REDESIGNnew/navtest.shtml Does adding the clear property to #divtitle do what you

[css-d] Site check: formever.org

2007-04-26 Thread Holly Bergevin
From: Dave M G [EMAIL PROTECTED] http://formever.org IE6 is dead to me now. While this is certainly your, and your clients choice not to support IE6, it seems a little shortsighted. I'd to point out just a couple of things. First, there are undoubtedly many, many people who _cannot_ run IE7

Re: [css-d] IE 6 sticky bug

2007-04-29 Thread Holly Bergevin
From: Jed Arnold [EMAIL PROTECTED] The images are squashed, The site can be viewed here, http://the1912gallery.ehc.edu/music/newsite/textlinktest.html. You have told the images to be 50px high. And that's what they are. .joverbox .preview { border-color: #000; width: 300px;

Re: [css-d] FW: Unwanted underlines on text (not links) in FF

2007-05-10 Thread Holly Bergevin
From: Allison Bloodworth [EMAIL PROTECTED] All my *text* (not just links) is underlined on mouseover in FF 1.5.0. here: http://www.ischool.berkeley.edu/~allisonb/OHA/ http://www.ischool.berkeley.edu/~allisonb/OHA/stylesheets/styles.css what would be causing this. Others have made suggestions

Re: [css-d] Box Model Problems, I'm not getting it!

2007-05-13 Thread Holly Bergevin
From: Robert Lane [EMAIL PROTECTED] The link you sent me is giving a 404 not found. http://chelseacreekstudio.com/ca/cssd/lane.html Came through just fine for me, so you might try it again. :-) Robert Lane wrote: I have an example here: http://tinyurl.com/3axpuo I don't understand

Re: [css-d] Help needed with couple of problems

2007-05-20 Thread Holly Bergevin
From: Tango [EMAIL PROTECTED] I really need to contain the content inside the #map div . http://thetangos.com/tango/map_listing.html Then you really need a clearing element to be inserted right before the close of that div. With your current markup, that would be the next to last thing

Re: [css-d] One bug left - Suckerfish Menu hides

2007-06-12 Thread Holly Bergevin
From: Jörn Kretzschmar [EMAIL PROTECTED] http://loens-realschule.de A usability question/comment: This is not something I necessarily need the answer to, but something for you (and others) to consider. I find the use of the title attribute in your navigation bar and dropdowns to be rather

Re: [css-d] Selected LI in navigation (one image)

2007-06-20 Thread Holly Bergevin
From: Matt [EMAIL PROTECTED] This works, but I don't like this solution: CSS *** ul#nav-top li#t1 a {width:56px;padding-left:5px;background-position:0 0;} ul#nav-top li#t1 a:hover {background-position:0px -42px;} ul#nav-top li#t1

Re: [css-d] Best way for text when enlarged

2007-06-25 Thread Holly Bergevin
From: trevor bayliss [EMAIL PROTECTED] However, even though I have avoided ems in my present code it seems impossible to get IE to resize text. I know that IE has a bug but I was told it would work with anything other than px. Here´s the offending css and a link to the page

Re: [css-d] CSS-only hover menu obscured by other elements in IE 6

2007-06-27 Thread Holly Bergevin
From: David Wilson [EMAIL PROTECTED] I'm trying to make a javascript-free hover menu for some images in IE 6 the menu for the top images is hidden by the images below. I've tried setting the menu's and images' z-indexes, and while this works in firefox it has no effect in IE 6.

Re: [css-d] Content spacing is REALLY off in IE6

2007-06-28 Thread Holly Bergevin
From: Juanita [EMAIL PROTECTED] IE6 - that's the biggie. Not sure why the spacing is like it is. Here's the link again http://test.kcsm.org/jazz91/programs.php It doesn't appear that you'll currently be able to target the correct element from within one of your style sheets, but the div that

Re: [css-d] Strange Print Issue

2007-06-28 Thread Holly Bergevin
From: Robbert van Andel [EMAIL PROTECTED] In particular the text appears outside the borders of the containing division. when printing Can any suggest what I can do to fix this? http://www.salemhospital.org/clinicalresearch/print.php IE needs layout [1] on at least two elements. Add {zoom:

Re: [css-d] How do I position a floated div and its descendantsover other divs when they overlap?

2007-07-03 Thread Holly Bergevin
From: Josue Martinez [EMAIL PROTECTED] Still, I'd like to understand why the page/menu doesn't render correctly in IE/Win URL: http://www.ic.sunysb.edu/clubs/phiota/test/ CSS: http://www.ic.sunysb.edu/clubs/phiota/test/base.css I cannot find the - csshover.htc - file that IE6 needs to make your

Re: [css-d] I've still got a problem...

2007-07-06 Thread Holly Bergevin
From: John Lockerbie [EMAIL PROTECTED] http://www.catnaps.org/newlayout/index.html The lower menu sits on top of the footer and I can't separate them. The css is: http://www.catnaps.org/newlayout/islamic2.css In your lower menu, the three ULs are absolutely positioned (AP). So even though

Re: [css-d] Top nav-please ignore last navigation post

2007-07-11 Thread Holly Bergevin
From: trevor bayliss [EMAIL PROTECTED] I am having a problem with my top nav http://216.219.94.105/trevor.htm The width of the ul that I have id=topnav doesn´t fit accross the whole header div and is centred in firefox and aligned to the left in IE: You have: #topnav {border-top:

Re: [css-d] ie7 margin bug

2007-07-14 Thread Holly Bergevin
From: Tobbe Lundberg [EMAIL PROTECTED] http://tlundberg.com/ie7.html There is a 40px margin below #box. It shouldn't be there. The 40px margin comes from #wrapper, but since #wrapper is much shorter than #box that margin shouldn't make any difference. Firefox 2 and Opera 9 gets it right. Ah,

Re: [css-d] Help! IE6 issues - mostly backgrounds

2007-07-18 Thread Holly Bergevin
Note: I basically just looked and didn't get involved in playing with this site. You've got so many style sheets and scripts, both embedded and external, that I kind of got the willies about trying to set up a local page and didn't do it. From: Amy Drayer [EMAIL PROTECTED]

Re: [css-d] question on layout and Mac check please

2005-11-05 Thread Holly Bergevin
Francesco Sanfilippo wrote: 1. Why does the following layout have a small white border in IE 6, but not in FF 1.5? It's a 3-pixel thing that IE does with blocks following a float that also have layout as David mentioned. I'm not sure that floating the right column will give you the look you

Re: [css-d] Width of floats

2005-11-06 Thread Holly Bergevin
From: Erik Visser [EMAIL PROTECTED] I did not see a posting of Georg on this subject..?? http://archivist.incutio.com/viewlist/css-discuss/64120 That is the actual post Georg made. If you scroll to the bottom of that entry you can see the other pages that are threaded under the

Re: [css-d] Problems with DIV and ubication in page

2005-11-11 Thread Holly Bergevin
From: Reynier Perez Mira [EMAIL PROTECTED] Well, after I read and read the pages you leave me and probe the code, I obtain the same error. You can take a look at http://www.jovenclub.cu/grm/index.php The DIV for images still appear over other DIV elements. How can I fix them? They really look

Re: [css-d] Matching column heights in a complexish layout

2005-11-11 Thread Holly Bergevin
From: Adriano Castro [EMAIL PROTECTED] Found a very good tutorial online [1]. Managed to get it working for IE but Mozilla doesn't adjust the height of the container div. I'm a bit lost here. I think my problem is the one defined on PIE's How To Clear Floats Without Structural Markup

Re: [css-d] Matching column heights in a complexish layout

2005-11-11 Thread Holly Bergevin
From: Adriano Castro [EMAIL PROTECTED] 2. http://www.positioniseverything.net/easyclearing.html I don't, however, fully understand the need this: div#container {display: inline-table;} /* Hides from IE-mac \*/ * html div#container {height: 1%;} div#container {display: block;} /* End hide

Re: [css-d] Div shrinking to content width in IE

2005-11-17 Thread Holly Bergevin
From: Barnaby Scott [EMAIL PROTECTED] The problem is now that IE is doing something strange to the background image in my H2's. It seems to be truncating 5 pixels from the left-hand side of the image, and tacking it back on to the right-hand side. See http://www.southdevons.co.uk/test.htm (CSS =

Re: [css-d] IE and :first-letter

2005-11-22 Thread Holly Bergevin
From: Shelly @ WDG [EMAIL PROTECTED] Is the #top element a div yes. #top a:first-letter might work. tried it - it doesn't. I even tried #top a:first-letter {} and all kinds of other variations, still no go. does the element identified with top actually have a class attribute of top

Re: [css-d] Positioning submenus absolutely - was: (no subject)

2005-11-23 Thread Holly Bergevin
From: Seth Livingston [EMAIL PROTECTED] The roadblock for me is the display of the second level ul. In Eric's design he uses an absolute position to get the second level menu items to left align with the first tab: #nav li.off ul, #nav li.on ul { /*put the subnavs below and hide them all*/

Re: [css-d] Aligning text in same line

2005-11-23 Thread Holly Bergevin
Sorry, mail program messup on the previous try... --- From: Lst Recv [EMAIL PROTECTED] Thanks - I changed it, but it didn't solve any of the bugs... Let's see. The first bug you might want to deal with is your incorrectly written selector #top img.dude {

Re: [css-d] Text decoration help

2005-11-25 Thread Holly Bergevin
From: Angus at InfoForce Services In my style sheet, I have: em { font-weight: 900; text-decoration: underline; } And the text between the em/em appears as bold italic and not bold underline. Anyone now why? Angus, For most browsers, italic text is what you get by default when you use the

Re: [css-d] newbie! - footer not working!

2005-11-30 Thread Holly Bergevin
From: Laura Greenwood [EMAIL PROTECTED] Now I've tried to make 4 divs in the middle so I can put different content in there.. and now the footer is not following my footer style, the image in the footer which should be placed on the far left bottom corner of the footing, is above it, and the

Re: [css-d] problem with extra space in ie6.x

2005-12-01 Thread Holly Bergevin
From: Scot Schlinger [EMAIL PROTECTED] A width of 180px works fine in firefox but forces the division below in ie to create a empty line. I use _width: 177px at the end of the navigation id and things line up, but there is a gap of 3px at the end of this area The problem is with the

Re: [css-d] help with IE needed gain

2005-12-02 Thread Holly Bergevin
-Original Message- I have intergrated my orum with my site. so far so good. except the way IE renders the page. if i could get away with swearing i would lol. for now i shall cry. can anyone suggest a fix, or see where i have gone wrong? all fine in FF windows, just IE is the

Re: [css-d] negative margin float problem

2005-12-03 Thread Holly Bergevin
From: Andrew Mason [EMAIL PROTECTED] I'm trying to float a div of buttons that hangs half way outside of the main centering div... you can see the effect here: file:///Users/boxer/Sites/dutch/about.html And in IE... you can only see half of the buttons! I tried changing the z-index, but it

Re: [css-d] have site on ftp now not frozen and still need help withsite thanks

2005-12-04 Thread Holly Bergevin
From: DOUGLAS WINTERS [EMAIL PROTECTED] http://pstcc11.pstcc.edu/~w2200a24/ If you go to the very first link called infocus photography the site is up everything loads except for the contact page and is beyond me why it doesn't. Jennifer, As was mentioned previously, there are errors in the

Re: [css-d] Another selector's specificity question

2005-12-19 Thread Holly Bergevin
From: Paolo Candelari [EMAIL PROTECTED] Who can explain why I see italic and not bolded text instead of bold and normal (not italic) text, with these rules: #main #content * {font-size: 24px; font-style: italic; } #main #content span {display: block;

Re: [css-d] Making whole of navigation list item area clickable inIE

2005-12-19 Thread Holly Bergevin
From: Paul Jinks [EMAIL PROTECTED] Steve Clason wrote: ul#navlist li a { display: block; width: 100%; /* new */ padding: 0.2em; border-width: 1px; border-color: #ffe #aaab9c #ccc #fff; border-style: solid; color: #EAF5F7;

Re: [css-d] Box Model

2005-12-21 Thread Holly Bergevin
Tod, Georg has provided you with some good information, and I agree with him that in order to help you, we'll need to see the page. From: CJ Larson [EMAIL PROTECTED] [If I got that wrong, I'm sure someone will correct me!] :D Okay - I sure would like to put this misconception to rest.

Re: [css-d] breaking up thumbnails into separate rows

2005-12-21 Thread Holly Bergevin
From: Iorhael [EMAIL PROTECTED] Well, I moved the div tag but its still not working :(...*tearing hair out here*g! (I fixed the doctype too.) http://www.drk-writing.com/debscards/debscards2.htm I aplolgize for not specifically checking your your style sheet. You have - #clear {

Re: [css-d] Color for Three-Column Layout

2005-12-31 Thread Holly Bergevin
From: Iorhael [EMAIL PROTECTED] I am still one column short...the left sidebar image *still *is not coming in :( http://www.drk-writing.com/3columnlayout/ #wrapper1 { background: #fff url(images/sidebar1.gif) repeat-y left; } #wrapper2 { background: #fff url(images/sidebar2.gif)

Re: [css-d] Layout issue in IE

2006-01-03 Thread Holly Bergevin
From: Juliano Dasilva [EMAIL PROTECTED] http://www.julianomoreira.com/new/index2.html Try the following instead of what you have - #content { width: 743px; /* new value */ height: auto; margin: 0; float: left; background: url(images/wrap_bg.gif) repeat-y top center; } #sidebar {

Re: [css-d] IE Margin-Problem, Links not clickable

2006-01-07 Thread Holly Bergevin
From: Rahul Gonsalves [EMAIL PROTECTED] Trying to figure out how to get this pull-out quote to display properly in IE. I can see it in both Opera and in FF (WinXPSP2), but not on IE. http://www.lameeratrust.org/about Add {position: relative;} to the .pullout class to get IE to display your

Re: [css-d] Is the IE in Quirksmode??

2006-01-08 Thread Holly Bergevin
From: yaXay [EMAIL PROTECTED] it seems as if the IE6 is in Quirksmode, since the boxmodel is all messed up. It would be great if you could give me some pointers: http://yaxay.ya.funpic.de/test.html http://yaxay.ya.funpic.de/css/style.css These are not really box model issues. The top and

Re: [css-d] Site-Check - LAMeeraTrust.org

2006-01-08 Thread Holly Bergevin
From: Rahul Gonsalves [EMAIL PROTECTED] http://lameeratrust.org/ 1. Increasing Text-size in FF obscures text significantly. Does anybody have a fix? Changing the height to min-height in the .nav selector seems to keep the content below the expanded/wrapped navagition items. Due to their large

Re: [css-d] New Member, Help with text resizing:

2006-01-14 Thread Holly Bergevin
From: Cory Perry [EMAIL PROTECTED] Ok, if you go to http://www.simplebits.com/ and you resize the text in either Firefox or in IE by using the options up in the toolbar to make the text smaller or larger, the entire site expands when you do it. On my project, if you resize the text the same

Re: [css-d] Odd div spacing in FF Opera, but not IE?

2006-01-16 Thread Holly Bergevin
From: cj [EMAIL PROTECTED] the first link on this site is written in chinese(?), but the second and third ones have pretty useful demonstrations: http://css-discuss.incutio.com/?page=CollapsingMargin The spurious links (there were two of them) have been removed, so it is now the first and

Re: [css-d] 3px holly hack - not working for my needs

2006-01-16 Thread Holly Bergevin
From: Scott Holdeman [EMAIL PROTECTED] My demo page: http://demo.tectonicsolutions.com/test/ie_3px_fix.html I am wanting to float an image (block) to the left of a container ­ then using a large left margin ­ position the accompanying text in what would become a right column. I am encountering

Re: [css-d] Image map effect on a background image (followup)

2006-01-21 Thread Holly Bergevin
From: Gary Czychi [EMAIL PROTECTED] This is an excerpt of my font.css file: .bgstars{ height: 600px; width: 800px; background-image: url(../img/bgstars.jpg) } .bgstars a { /* display: block; float: left; border: 1px dashed red; /* debug display */ } .bgstars a span {

Re: [css-d] 3px holly hack - not working for my needs

2006-01-21 Thread Holly Bergevin
-- Original Message -- From: Scott Holdeman [EMAIL PROTECTED] Date: Tue, 17 Jan 2006 09:15:17 -0700 is it always the case that a block level element cannot (should not) be contained in an inline element? Yes. See Jukka Korpela's pages for an outline

Re: [css-d] Windows browser check (ADNCC)

2006-01-21 Thread Holly Bergevin
From: Brandon Oto [EMAIL PROTECTED] Hey Brandon, welcome back! Smallish and straightforward site, but dashed off pretty quickly, so that combined with the fact that I'm not even supposed to be coding nowadays means some goofs are highly plausible. Thus: http://s92519729.onlinehome.us/ You

  1   2   3   >