Re: [css-d] Sidebar getting dropped in lte IE6

2007-02-19 Thread Ingo Chao
Matt Dawson wrote: > Hi all - > > Once again, IE 6 and under has me stumped. > > On this page: > > http://www.southernenvironment.org/newsroom/philreed/winners.htm > > the photo and blurb that should be up there next to the center column > content is getting pushed down, right past the bottom o

Re: [css-d] Column won't budge and HTML validates

2007-02-19 Thread Peter Hyde-Smith
Regarding Pierce Art and Design > Also, it does validate, HTML wise...but the CSS validator claims > there's a problem and won't let it go through. > > It claims this problem: > Target: http://pierceartanddesign.com/NewFiles.html/pages/aboutus.html > > Please, validate your XML document first! > L

[css-d] Sidebar getting dropped in lte IE6

2007-02-19 Thread Matt Dawson
Hi all - Once again, IE 6 and under has me stumped. On this page: http://www.southernenvironment.org/newsroom/philreed/winners.htm the photo and blurb that should be up there next to the center column content is getting pushed down, right past the bottom of the content column. The thing that ha

[css-d] Column won't budge and HTML validates

2007-02-19 Thread Dave Pierce
My Dear Gurus, On this page http://pierceartanddesign.com/NewFiles.html/pages/ aboutus.html I'm having trouble with (what else?) IE6. The column of text on the right is cut off about 1 or 2 characters on the left side. I've had this problem before, and I'm trying to fix a pre-made site, so

[css-d] Modal window techniques (lightbox, etc.) and sIFR 3

2007-02-19 Thread BJ Clark
Hello List, Does anyone have a modal window technique working with sIFR 3? I'm currently trying to use Thickbox 2 and sIFR 3 beta1 and after I activate a thickbox window, my sIFR'd text disappears. I have not tried Lightbox 2 yet, and before I went tearing into my code, I thought I would ask if

Re: [css-d] Setting an element based on its child

2007-02-19 Thread Kenny Graham
> Does this include it not needing to be IE compliant? The reason I need it is > to fix a margin issue in a template I've inherited, and IE is currently > behaving itself quite nicely (I suspect they built for IE in the first > place). Firefox, however, is not. *sigh* If anything had a nonstandard

Re: [css-d] hiding menu text

2007-02-19 Thread Janice Tocher
Hey Ross, I typically put a around the menu text and then position the span absolutely with negative margins to move them off the screen. This way if CSS is turned off, your menu names are still in place. Perhaps there are better ways to do this and would love to hear them! Cheers... ~j On

Re: [css-d] best way to display multiple columns with odd heights

2007-02-19 Thread Rob O'Rourke
Brian Cummiskey wrote: > ~davidLaakso wrote: > >> See "Any Column Longest" in the CSS-D wiki: >> >> > Perhaps I wasn't clear. :) > > The issue is not with the right column at all. It's with the items > inside the left main column.

Re: [css-d] best way to display multiple columns with odd heights

2007-02-19 Thread Gunlaug Sørtun
Brian Cummiskey wrote: > The issue is not with the right column at all. It's with the items > inside the left main column. > > If you're familiar with Shaun Immans' Mint product, the multi column > display with heights all different, yet the item on the 'row' below > it is right up against the

Re: [css-d] Positioning a list navigation and highlighting a specificlink

2007-02-19 Thread Michael Stevens
For the Second Thing add: #header .nav a.current, #header .nav a.current:link, #header .nav a.current:visited, #header .nav a.current:hover { color: #ff; border-bottom: 2px solid black; background: url(images/arrow.gif) no-repeat bottom center #d60c8c; cursor: d

[css-d] hiding menu text

2007-02-19 Thread Ross Hulford
I have the following menu and it works like this... topmenu list items are a class and display a background image. all the other submenu items are text. I want to be able to hide the text on the topmenuli items but I need it to display when the css is switched off. Display:none hides everything

Re: [css-d] Positioning a list navigation and highlighting a specific link

2007-02-19 Thread Keith Burgin
Jill - One of the great resources for list-based navigation is listamatic http://css.maxdesign.com.au/listamatic/ Take a look at the actual CSS behind the lists. I learned a lot from it. Please note that the HTML is pretty much the same for all navigation styles. Good luck. As far as th

[css-d] Positioning a list navigation and highlighting a specific link

2007-02-19 Thread [EMAIL PROTECTED]
I'm still in the very beginning stages as far as learning CSS. I have two questions. The first problem I am having is I want to add a text or list type navigation on the left of my pages (link below, test.html). I'm not sure how to position the list of links correctly. Right now you will notice

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread Gunlaug Sørtun
Beth Lee wrote: > What would be a more suitable doctype? A link to a good explanation > would be helpful. (This is a web certification project, and the > course instructs us to use this doctype, so I'm not sure I can change > it on this website, but I'd like to know the pros and cons for the >

Re: [css-d] best way to display multiple columns with odd heights

2007-02-19 Thread Brian Cummiskey
~davidLaakso wrote: > See "Any Column Longest" in the CSS-D wiki: > Perhaps I wasn't clear. :) The issue is not with the right column at all. It's with the items inside the left main column. If you're familiar with Shaun Immans' Mint pro

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread ~davidLaakso
Beth Lee wrote: > Thanks for the reply. It works beautifully. I wish I knew why. I looked at > margin-collapsing, but I couldn't figure which margins could be collapsing. > I thought the applicable divs all had 0 top and bottom margins. > > What would be a more suitable doctype? A link to a good ex

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread Beth Lee
On 2/18/07, ~davidLaakso <[EMAIL PROTECTED]> wrote: > > Beth Lee wrote: > > This test site page is here: http://www.callibeth.com/dev2/index.htm > > and the css is here: http://www.callibeth.com/dev2/css/main.css > > > > In FF2, I'd like a little more room above the text in the quote div, but > if

Re: [css-d] Conditional Comments issue with space between "IE" and "6"

2007-02-19 Thread ~davidLaakso
Kor Dwarshuis wrote: > I use a STRICT doctype that validates 100% XHTML and 100% CSS. > > I want to feed all Internet Explorers lower than IE7 a seperate stylesheet. > > > Does anybody understand what is going on here? I am lost... > > > Kor > > I do not understand what is going on anywhere

[css-d] Conditional Comments issue with space between "IE" and "6"

2007-02-19 Thread Kor Dwarshuis
Hello people, I use a STRICT doctype that validates 100% XHTML and 100% CSS. I want to feed all Internet Explorers lower than IE7 a seperate stylesheet. When using... === CONDITIONAL COMMENT === ..which is, as far as I know, the correct s

Re: [css-d] negative margined sidebar moving when window narrowed in IE

2007-02-19 Thread Zoe M. Gillenwater
~davidLaakso wrote: > Zoe M. Gillenwater wrote: >> Gunlaug Sørtun wrote: >> >>> I have moved leftcolumn into the bottom of contentwrapper, but the >>> source-order is otherwise the same and nothing is added or >>> subtracted... >>> >>> ...so,

Re: [css-d] negative margined sidebar moving when window narrowed in IE

2007-02-19 Thread Zoe M. Gillenwater
Richard Grevers wrote: > > Am I missing something here? Many posters to this list (and I'm not > implying that Zoe is one of them) seem to get rather upset when floats > drop in narrow windows, and I simply don't get that. The fact that > floats can drop when there's not enough room to do justice

Re: [css-d] best way to display multiple columns with odd heights

2007-02-19 Thread ~davidLaakso
Brian Cummiskey wrote: > I'm working on an attributes manager (sizes, colors, etc) for a product > catalog's admin section. > > I'm trying to come up with a good way to display these, as the height of > the element can be anywhere from 1 item to 1000 items (or even more is > possible -- its unli

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread francky
Beth Lee wrote: > [...] > This test site page is here: http://www.callibeth.com/dev2/index.htm > and the css is here: http://www.callibeth.com/dev2/css/main.css > [...] > > 3. The three main boxes are not centered. Don't know why. What's the best > way to address that? > And help with these problem

Re: [css-d] IE :before and :after work around

2007-02-19 Thread Chris Hoffman
On 2/18/07, Alexander J Turner <[EMAIL PROTECTED]> wrote: > /** Is this browser IE? > */ > function IsIE() > { > return (navigator.appVersion.indexOf("MSIE")!=-1 && > navigator.appVersion.indexOf("Opera")==-1); > } Detecting the browser through the appVersion string is dangerous, since futu

Re: [css-d] negative margined sidebar moving when window narrowed in IE

2007-02-19 Thread Gunlaug Sørtun
Richard Grevers wrote: > [...] > The fact that floats can drop when there's not enough room to do > justice to several columns is a primary reason to use floats - its > why they are better than tables. [...] > I agree (strangely enough :-) ). The problem is that there's no uniformity across br

Re: [css-d] negative margined sidebar moving when window narrowed in IE

2007-02-19 Thread Richard Grevers
Am I missing something here? Many posters to this list (and I'm not implying that Zoe is one of them) seem to get rather upset when floats drop in narrow windows, and I simply don't get that. The fact that floats can drop when there's not enough room to do justice to several columns is a primary r