[css-d] DIV behind floating element

2011-10-17 Thread Ghodmode
I have a problem where a DIV is behind a floating element. Given the following code, the DIV.banner appears behind the DIV.logo_block at the left edge of the page. I've discovered that setting overflow:auto on div.banner fixes the problem, but I don't know why. Can someone help me to understand

Re: [css-d] DIV behind floating element

2011-10-17 Thread Philippe Wittenbergh
On Oct 17, 2011, at 4:40 PM, Ghodmode wrote: > I have a problem where a DIV is behind a floating element. Given the > following code, the DIV.banner appears behind the DIV.logo_block at > the left edge of the page. > > I've discovered that setting overflow:auto on div.banner fixes the > problem

[css-d] text jumped down

2011-10-17 Thread Kim Brooks Wei
Hi People, I don't see why the text jumped down below bottom navigation pictures. I added the News and Events column to the right with a list inside it. How can I fix it? Do you know where that master.css file is located? Kimi -- [ Kimi Wei thewei.com @kimiwei (t) 862.203.8814 ] ___

Re: [css-d] text jumped down

2011-10-17 Thread David Laakso
On 10/17/11 2:10 PM, Kim Brooks Wei wrote: I don't see why the text jumped down ? Do you know where...? Kimi Provide site address. -- Desktop. Laptop. Tablet. Mobile! http://chelseacreekstudio.com/ __ css-discuss [css-d

Re: [css-d] OS X "panter" and CSS?

2011-10-17 Thread david
I like Quanta Plus better, but you can use either. Derek Arnold wrote: David has a point. The most current release of Debian GNU/Linux is available for machines running on PPC architecture. Bluefish ( http://bluefish.openoffice.nl/index.html) is a decent editor for HTML/CSS code. Regards, Der

Re: [css-d] Navigation

2011-10-17 Thread Michael Fokken
I'm not sure where the points are coming in. But if you mean at some places the css shows up as margin: 0pt; I think either firefox added that or your original css file had it. I never use points. I use px for sizing pages, margins, and padding. I use 'em' for font-sizes, that way I can declare th

[css-d] Blue Screen

2011-10-17 Thread Howard E. A. (Tony) Tinsley
I have completed a reasonable rough draft of a web site. Additional work is needed to perfect the content and styling, but I just encountered a more fundamental problem. I asked a number of people to test the site on their local computers and the site displays "okay" in most browsers. However,

Re: [css-d] Blue Screen

2011-10-17 Thread Michael Geary
Tony, you don't have a CSS problem. When I look at your page in IE9 and use the F12 key to inspect the DOM, the element is empty! Why would that be? Take a look at the IE conditional comment at the end of your . Is that the right syntax? http://www.google.com/search?q=ie+conditional+comments -

Re: [css-d] Blue Screen

2011-10-17 Thread G.Sørtun
On 18.10.2011 01:18, Howard E. A. (Tony) Tinsley wrote: However, three people who use IE8 and IE9 report that all they can see when they go to the site is a blue screen. So do I. The site is here: academy of leisuresciences.com. The problem is caused by a not properly close conditional com

[css-d] text jumped down (w/url)

2011-10-17 Thread Kim Brooks Wei
Hi People, 1 I don't see what's pushing text down below corresponding navigation pictures on bottom of this page http://is.gd/6NBQaD. I added the News and Events column to the right with a list inside it. How can I get the type in each column to drop in just below the pictures like it shoul

Re: [css-d] text jumped down (w/url)

2011-10-17 Thread Michael Fokken
Kimi, 1. Your webpage is in a layout using tables. (This isn't the most desirable way to layout a website, usually tables are used to show data information.) When I think of a website layout, I usually try to think of an Excel sheet. You know how when you change the height of one cell, it changes

[css-d] I must be a moron, How to reply to messages

2011-10-17 Thread Michael Fokken
I must be a moron, how do I reply so that it goes under the question in the thread? It did it once, but not the other two answers? I did try looking through the site, but no go. Sincerely, Michael Fokken http://whatiscss.michaelfokken.com/ _

Re: [css-d] I must be a moron, How to reply to messages

2011-10-17 Thread John
On Oct 17, 2011, at 8:15 PM, Michael Fokken wrote: > I must be a moron, how do I reply so that it goes under the question > in the thread? It did it once, but not the other two answers? > > I did try looking through the site, but no go. > you have to insert css-Discuss manually into the "To"

Re: [css-d] I must be a moron, How to reply to messages

2011-10-17 Thread Al Sparber
On Oct 17, 2011, at 8:15 PM, Michael Fokken wrote: you have to insert css-Discuss manually into the "To" field, else it will go to the person who sent the message you're replying to.* don't feel bad...I do it all the timetakes some getting used to. If you use a client like Thunderbird,

Re: [css-d] Navigation

2011-10-17 Thread David Hucklesby
On 10/17/11 12:18 PM, Michael Fokken wrote: [...] I never use points. I use px for sizing pages, margins, and padding. I use 'em' for font-sizes, that way I can declare the font-size in the body. Then if I want I can change the font size for everything by just changing it in the body and it keep