Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-21 Thread david
Looked at it in FF 3.0.4 on Linux with JS on. The first time I went (with JS turned off) the About section was expanded. After I turned JS on, the About section was collapsed, and clicking on About did NOTHING beyond put a dotted horizontal line above and below it. Clicking Projects expands

Re: [css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-21 Thread Gunlaug Sørtun
David Laakso wrote: I built this site, http://www.isadoratang.com/index.php, but I've been trying to determine if I can center the div id=page vertically in the viewport. Yes, I think it is possible with CSS (I seem to recall a method Georg Sortun created but can't find it at the moment)

Re: [css-d] David Laakso's site in Firefox 2.x/Firefox 3.x

2009-03-21 Thread Gunlaug Sørtun
david wrote: Looked at it in FF 3.0.4 on Linux with JS on. The first time I went (with JS turned off) the About section was expanded. After I turned JS on, the About section was collapsed, and clicking on About did NOTHING beyond put a dotted horizontal line above and below it. After

[css-d] New Member: wild card question

2009-03-21 Thread Dave Miers
Hi All I'm new here, although I did chime in on a couple of questions. My name is Dave and look forward to honing my css skills. I often use a * {margin: 0; padding: 0; border: 0; } as a starting point and for the most part saves me lots of extra css code, headaches, and time for layout

Re: [css-d] Image Slices

2009-03-21 Thread Christopher R
Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id logo and logo img why the page looks fine in IE7 but FF and IE6 it breaks? On Thu, Mar 19, 2009 at 12:07 AM Holly Bergevin ho...@communitymx.com wrote: From:

Re: [css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-21 Thread Stephen Tang
Hi David, Thanks for the reference to Georg's site. Yes, I am aware about enlarging the font. Unfortunately, the center image is a fixed height and it didn't look good if the box became vertically longer as the font size increased. --Stephen On Sat, Mar 21, 2009 at 1:51 AM, David Laakso

Re: [css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-21 Thread Stephen Tang
Georg, Thank you for the link to your website on this. Will this work on a DIV with a declared height? I'll see what happens to my site when I remove my declared height on the DIV. --Stephen On Sat, Mar 21, 2009 at 6:30 AM, Gunlaug Sørtun gunla...@c2i.net wrote: David Laakso wrote: I built

Re: [css-d] Site Check: Can this DIV be vertically centered in the viewport?

2009-03-21 Thread Gunlaug Sørtun
Stephen Tang wrote: Will this work on a DIV with a declared height? I'll see what happens to my site when I remove my declared height on the DIV. Check the demos (links on top of side column in my article), and, yes, it'll work literally no matter what - when done right. The advantage is

Re: [css-d] New Member: wild card question

2009-03-21 Thread David Laakso
Dave Miers wrote: I'm new here, although I did chime in on a couple of questions. My name is Dave and look forward to honing my css skills. Welcome! I often use a * {margin: 0; padding: 0; border: 0; } as a starting point and for the most part saves me lots of extra css code,

Re: [css-d] New Member: wild card question

2009-03-21 Thread Gunlaug Sørtun
Dave Miers wrote: I often use a * {margin: 0; padding: 0; border: 0; } as a starting point and for the most part saves me lots of extra css code, headaches, and time for layout with great cross browser/platform support. However sometimes when entering content in what is basically a

[css-d] just center

2009-03-21 Thread MEM
Hello to all, I'm trying to learn how to center something vertically and horizontally. I've search and google a lot, but the most of the examples don't work well, so, I cannot learn from there. Either they have browser issues, either issues with certain doctypes there is always something, and

Re: [css-d] just center

2009-03-21 Thread Gunlaug Sørtun
MEM wrote: The hard part on this is that, when I look the source code on this last link, I get a lot of code that I don't get. Ignore it, and use your own visual styling. Is this the reason why this link http://nuvemk.com/index4.html doesn't show thinks centered on firefox? Yes, since

Re: [css-d] just center

2009-03-21 Thread Peter Hyde-Smith
- Original Message - From: MEM tal...@gmail.com To: css-d@lists.css-discuss.org Sent: Saturday, March 21, 2009 12:34 PM Subject: [css-d] just center Is this the reason why this link http://nuvemk.com/index4.html doesn't show thinks centered on firefox? Márcio Marcio: The div

Re: [css-d] just center

2009-03-21 Thread MEM
-Original Message- Hello to all, I'm trying to learn how to center something vertically and horizontally. I've search and google a lot, but the most of the examples don't work well, so, I cannot learn from there. Either they have browser issues, either issues with certain doctypes there

[css-d] Image Slice not working?

2009-03-21 Thread Christopher R
Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id logo and logo img why the page looks fine in IE7 but FF and IE6 it breaks? __ css-discuss

[css-d] Navbar Flyout Rollover Article Co-Author

2009-03-21 Thread Melton Cartes
Would anyone like to co-author a post (or article), a How-To basically, on the CSS involved in creating a Flyout Rollover navbar? mc Melton Cartes An Ad Guy 106 Guerrero St. San Francisco, CA 94103 meltoncar...@mac.com 415-621-6501 http://www.anadguy.com ~ ~ ~ Are you learning Spanish? Do you

Re: [css-d] just center

2009-03-21 Thread Gunlaug Sørtun
MEM wrote: Ok. I have comment this two lines: Now it seems to work in FF. /*height: 20em; */ /*width: 30em; */ If this is OK, I will try to understand the IE part now. Height isn't needed but you'll need the width on #centered. Otherwise you just get a container as wide as the viewport

Re: [css-d] Image Slice not working?

2009-03-21 Thread Holly Bergevin
From: Christopher R majes...@thecreativesheep.ca Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id logo and logo img why the page looks fine in IE7 but FF and IE6 it breaks? Good Grief. One thread is enough.

Re: [css-d] Image Slice not working?

2009-03-21 Thread David Laakso
Christopher R wrote: Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id logo and logo img why the page looks fine in IE7 but FF and IE6 it breaks? For going on now about 18 moons the braves and squaws

Re: [css-d] Image Slice not working?

2009-03-21 Thread Christopher R
Sorry, for the multiple threads I just want to get this solved. The problem happens in FireFox 3.x, all you have to do is view the page in IE7 then compare that to FF3 and IE6 and you'll see. Argh On Sat, Mar 21, 2009 at 8:02 PM Holly Bergevin ho...@communitymx.com wrote: From:

Re: [css-d] Image Slice not working?

2009-03-21 Thread Christopher R
?!? On Sat, Mar 21, 2009 at 8:40 PM David Laakso da...@chelseacreekstudio.com wrote: Christopher R wrote: Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id logo and logo img why the page looks fine in

[css-d] Footer, page nav, background

2009-03-21 Thread Kim Brooks Wei
Hi, I'm looking for help with the following items. The background needs to be checked in the IE/win and Linux browsers. BACKGROUND http://thewei.com/sandbox/scenter The background should expand to fill the entire window, be fixed and not repeat. Do I have it coded correctly to do all this?

Re: [css-d] Footer, page nav, background

2009-03-21 Thread Philippe Wittenbergh
On Mar 22, 2009, at 12:41 PM, Kim Brooks Wei wrote: CSS NOT VALIDATING Because of the inline-block statement on this ul, the stylesheet will not validate . . . ul#sitenav li { display: inline-block; height: 1%; } Why not ? Per CSS2.1:9.2.4, inline-block is a perfectly