[css-d] bottom border vs padding in IE

2008-01-10 Thread Trevor Nicholls
Hi I'm coding up a simple glossary function and have found that IE loses the bottom border of my display when the final div has no bottom padding. A simple example: http://trevor.freehomepage.com/glossary_documentation.html The stylesheet is http://trevor.freehomepage.com/gloss.css In Firefox

[css-d] Alignment Problem

2008-01-10 Thread Brian Simmons
Can you all tell me why in Firefox this page is dropping the content down. This is not happening in IE. http://208.106.151.24/turner/ Thank you, Brian Simmons [EMAIL PROTECTED] www.simmonswebdesign.net

Re: [css-d] disappearing menu div

2008-01-10 Thread Tom Bond
Thanks David, It turns out it was an IE7 bug which appears to vacuum up a absolutely positioned box if it is next to a floated box in the mark-up, with a clearing box following it. I found reference to it at: http://www.brunildo.org/test/IE_raf3.html, which I think is an awesome resource. I

Re: [css-d] Too many ids in IE causing a drop?

2008-01-10 Thread Highpowered
Anne E. Shroeder wrote: > I've inherited a nightmare CSS project. Nearly 1800 lines of really > "interesting" code. > > On this page: http://www.language-works.com/PSL/ster.htm I am having a > problem with a drop of the left hand side of the page in IE -- if I remove > the container stereograp

[css-d] Too many ids in IE causing a drop?

2008-01-10 Thread Anne E. Shroeder
I've inherited a nightmare CSS project. Nearly 1800 lines of really "interesting" code. On this page: http://www.language-works.com/PSL/ster.htm I am having a problem with a drop of the left hand side of the page in IE -- if I remove the container stereographs altogether, it works fine in IE

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

2008-01-10 Thread David Laakso
Rebecca Richter wrote: > Hi David :) > > That took care of the extra padding issue in IE 6, but not 5. Anything I can > do to correct that? > > Thanks! > > Becca > > >>> http://www.makemyhousegreen.com/index1.html >> I do not have 5.5, or 5.01 at this time, and even if I did, I am not

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

2008-01-10 Thread Rebecca Richter
Hi David :) That took care of the extra padding issue in IE 6, but not 5. Anything I can do to correct that? Thanks! Becca - Original Message - From: "David Laakso" <[EMAIL PROTECTED]> To: "Rebecca Richter" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 09, 2008 8:33 PM Subject: R

Re: [css-d] Simple issue of image not showing

2008-01-10 Thread Luc
Good afternoon Keith, It was foretold that on 10/01/2008 @ 12:04:39 GMT-0600 (which was 16:04:39 where I live) Keith Kaiser would write: > In FireFox and Safari everything appears OK but in IE the banner image is > not showing up. Please have a look at; bsaroundtable.com I suppose you fixe

[css-d] Simple issue of image not showing

2008-01-10 Thread Keith Kaiser
In FireFox and Safari everything appears OK but in IE the banner image is not showing up. Please have a look at; bsaroundtable.com I know this is a simple problem but 4 hours later I'm getting a bit desperate for a solution. Thanks guys. -- YIS/YIV/73's! Keith D Kaiser nearspaceventures.com bsar

Re: [css-d] italics and fixed width

2008-01-10 Thread David Laakso
Julian Tulip's Licorice wrote: > Hello, > > I have another question about the nav bar on this site: > > http://johnkehm.com/hana > > when I make the link text italic, the width of the containing boxes > vary on Firefox and IE, making my fixed width bar break apart. > I thought I read about this so

Re: [css-d] disappearing menu div

2008-01-10 Thread David Laakso
Tom Bond wrote: > > I'm trying to get a menu to sit up in the head of the page. The site will > eventually be dynamic with the client able to add/subtract pages, which will > dynamically alter the menu. The design is by the clients daughter who is a > print designer for whom the grid is all (f

Re: [css-d] Need help with spacing

2008-01-10 Thread Big Moxy
Thank did it! Thank you Simon!! Regards, Tim Simon Tiplady wrote: > It does have a 20px margin each side. > > The problem is there is no width defined and it is hiding under the left > menu. > > One possibility to fix it is to add this to your #clientContentPad > definition > > float: left;

Re: [css-d] Need help with spacing

2008-01-10 Thread Simon Tiplady
It does have a 20px margin each side. The problem is there is no width defined and it is hiding under the left menu. One possibility to fix it is to add this to your #clientContentPad definition float: left; width: 605px; // total width - left - padding = 810 - 200 - 5 = 605 Simon -Or

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

2008-01-10 Thread Gunlaug Sørtun
Michael Adams wrote: > However, my personal preference is for the @import hack: > FOR > * The CSS stays in the css files (doesn't cause you to hack the header) > * Create code for the standards compliant browsers then hack for IE > * All IE hacks are in a seperate file > * It may not need to wo

[css-d] Need help with spacing - part 2

2008-01-10 Thread Big Moxy
The problem only occurs on FF. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by e

[css-d] Need help with spacing

2008-01-10 Thread Big Moxy
page - http://proweb.missioninternet.com/admin/ css - http://proweb.missioninternet.com/css/proweb.css This page was formatted correctly at one point but apparently I changed something that broke the formatting. The messages div should have a margin of 20px on the left and right. The messages c

Re: [css-d] Background inheritance

2008-01-10 Thread David Laakso
J wrote: > > Well, the problem I had was that I forgot to put the # sign in the > body selector. So, I think the problem I was having is fixed, but now > I'm having another problem. I've got two graphics I made that I wanted > to stick on either side of the wrapper div to give it an effect > (/

Re: [css-d] still more issues

2008-01-10 Thread Alan Gresley
Lisa G. Wilcox wrote: > I'm having the following issues with HYPERLINK > "http://www.familyfirstdocs.com"www.familyfirstdocs.com > > Top Navbar does not auto-align itself on browser window size changes in IE7 > Unknown property "behavior" on line 76 in screen.css > Top Navbar color changes on ho