[css-d] Margin padding problems with IE FF

2008-10-22 Thread jasmin
Would anyone be able to validate that padding and margins differ between IE and Firefox as result of their own inbuilt style sheets?? If this is the case is there a way to keep the padding and margins on a, somewhat, consistent level between the browsers. I've read somewhere that using *

Re: [css-d] Margin padding problems with IE FF

2008-10-22 Thread Bobby Jack
--- On Wed, 10/22/08, jasmin [EMAIL PROTECTED] wrote: I've read somewhere that using * {margin: 0; padding: 0; } can reset the margin and padding values to 0 but when testing I still encounter problems with padding and margins. What you're talking about here is usually referred to as CSS

Re: [css-d] Margin padding problems with IE FF

2008-10-22 Thread David Dorward
2008/10/22 jasmin [EMAIL PROTECTED]: Would anyone be able to validate that padding and margins differ between IE and Firefox as result of their own inbuilt style sheets? Generally speaking, margins and padding are handled pretty well. If this is the case is there a way to keep the padding

Re: [css-d] :: Background Image Problem ::

2008-10-22 Thread Chris Akins
I'm not sure I have the fix, but thought I'd point out a couple things that might help: HTML and CSS have validation errors. There is a closing /ol tag in the billboard div that doesn't appear to be opened anywhere. That might be the cause of some errors. Also - in my IE6, the three promo

[css-d] Background Image on Tabbed Nav Disappears in IE6

2008-10-22 Thread Elli Vizcaino
Hello Gang, My sliding door buttons on the main nav of this site: http://elliv.nbcuxd.com/ was working just lovely, in all browsers till about a half hour ago. Now IE6 has decided to make them disappear. I can't figure it out for the life of me. Can any one please help/explain? All

[css-d] CSS element interferes with image map in FF?

2008-10-22 Thread Nadine Misiaszek
Could a CSS-positioned element interfere with an image map? I am updating a site re-using some elements. I added In the right-hand corner, the small blue text navigation bar (Home | Links | Contact us) which is positioned with CSS. http://www-rohan.sdsu.edu/~nmisiasz/CLAS/index.html Now,

Re: [css-d] Background Image on Tabbed Nav Disappears in IE6

2008-10-22 Thread Alyda Gilmore
From: Elli Vizcaino [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 22 Oct 2008 14:47:00 -0700 (PDT) To: CSS Discuss css-d@lists.css-discuss.org Subject: [css-d] Background Image on Tabbed Nav Disappears in IE6 Hello Gang, My sliding door buttons on the main nav of this site:

Re: [css-d] padding-left mysteriously vanishes from list object

2008-10-22 Thread David Hucklesby
On Tue, 21 Oct 2008 11:05:14 -0400, Sandy wrote: [...] I am working on a little site that has a 2 row menu which needs to appear as a box, with the second row the same width as the first. This is working fine in everything but IE, which is not displaying the padding-left on the first box

Re: [css-d] :: Background Image Problem ::

2008-10-22 Thread David Hucklesby
On Tue, 21 Oct 2008 21:38:38 +0530, Amrinder wrote: Hi! I am encountering strange bg image problem in IE6. Here at www.rgroup.in the text box saying 'Your name' (query form) is overlapped by something which restricts to select it and all the four headers. Please help! Not much help

Re: [css-d] :: Background Image Problem ::

2008-10-22 Thread David Hucklesby
On Tue, 21 Oct 2008 21:38:38 +0530, Amrinder wrote: Hi! I am encountering strange bg image problem in IE6. Here at www.rgroup.in the text box saying 'Your name' (query form) is overlapped by something which restricts to select it and all the four headers. P.S. To fix it by turning off

Re: [css-d] CSS element interferes with image map in FF?

2008-10-22 Thread David Hucklesby
On Wed, 22 Oct 2008 14:50:24 -0700, Nadine Misiaszek wrote: Could a CSS-positioned element interfere with an image map? I am updating a site re-using some elements. I added In the right-hand corner, the small blue text navigation bar (Home | Links | Contact us) which is positioned with

Re: [css-d] Background Image on Tabbed Nav Disappears in IE6

2008-10-22 Thread Elli Vizcaino
I don't get what you mean by T lying on it's side - have a screenshot you can provide? Or any suggestions for how I can solve my problem? -Elli --- On Wed, 10/22/08, Alyda Gilmore [EMAIL PROTECTED] wrote: From: Alyda Gilmore [EMAIL PROTECTED] Subject: Re: [css-d] Background Image on

[css-d] div with float doesn't stay inside parent container div

2008-10-22 Thread Leandro Tracchia
my problem is exactly what this post is describing http://www.dynamicdrive.com/forums/archive/index.php/t-5372.html. i tried using min-height but that won't work. i have two divs inside one parent div. the two divs are floating left and filled with lots of text. but they are running off the

[css-d] Font issue from Newbie

2008-10-22 Thread shumdesign
In my body css I have specified Arial but it shows up on my site in Times Roman, what am I doing wrong? http://www.uwba.org/eks/working_comp_home.php I appreciate your help. Linda __ css-discuss [EMAIL PROTECTED]

Re: [css-d] div with float doesn't stay inside parent container div

2008-10-22 Thread Gunlaug Sørtun
Leandro Tracchia wrote: i have two divs inside one parent div. the two divs are floating left and filled with lots of text. but they are running off the parent div. i need the height of the parent div to grow or shrink with the amount of text in the child divs. Try...

Re: [css-d] Font issue from Newbie

2008-10-22 Thread David Laakso
shumdesign wrote: In my body css I have specified Arial but it shows up on my site in Times Roman, what am I doing wrong? http://www.uwba.org/eks/working_comp_home.php I appreciate your help. Linda Linda, It is because the CSS is invalid. Try: html {font-size:100%;} /*add

Re: [css-d] div with float doesn't stay inside parent container div

2008-10-22 Thread Philippe Wittenbergh
On Oct 23, 2008, at 9:57 AM, Leandro Tracchia wrote: my problem is exactly what this post is describing http://www.dynamicdrive.com/forums/archive/index.php/t-5372.html. i tried using min-height but that won't work. i have two divs inside one parent div. the two divs are floating left and