Re: [css-d] Simple layout positioning

2007-11-14 Thread David Laakso
Rick Faircloth wrote: @David... Hi, David... I took a quick glance at the css you recommended for Nouhad, and I have a question. I noticed that you specified a float:left for all three boxes (#box-1, #box-2, #box-3), then you gave #box-2 the attribute, position:absolute, and then #box-3

Re: [css-d] sanity check

2007-11-14 Thread David Laakso
Richard Tolpin wrote: http://www.wildstufftogo.com/reference6.htm If you notice problems in this example that will cause me grief later on, please let me know. Dick Tolpin If you really bang font-scaling (try +3 or +4) the right float does not clear the headline (#pusher) beneath

Re: [css-d] Help, Please - Issue Positioning a UL Source-Ordered Between Two Content Areas

2007-11-15 Thread David Laakso
J Hodge wrote: The example page is: http://www.lostinxlation.net/sandbox3/portfolio/cybernomics3.php The CSS is: http://www.lostinxlation.net/sandbox3/css/alternate.css How it should display: The 1 2 3 links should display right-aligned (lined up with the right-side of the images),

[css-d] Menu Item Spacing

2007-11-16 Thread David Terrell
. David Terrell Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Margin/padding problems, or maybe not...

2007-11-16 Thread David Laakso
Erland Flaten wrote: I want the align the top of the menu with the top of the Headline in the content area. Looks ok in safari/FF but as usual IE makes problem as it always has since the dawn of webdesign... ok. I have 15px padding on top og the menu and 15px padding in top of the

Re: [css-d] Problem in Firefox--addendum

2007-11-16 Thread David Laakso
David Laakso wrote: Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney This does not happen in IE. Unfortunately I do not have access to the site and can only feed back any ideas. I realise it is not laid out with pure css and uses tables

Re: [css-d] Problem in Firefox

2007-11-16 Thread David Laakso
Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney This does not happen in IE. Unfortunately I do not have access to the site and can only feed back any ideas. I realise it is not laid out with pure css and uses tables, but they are trying to do something

Re: [css-d] CSS dropdown in Safari

2007-11-18 Thread David Laakso
Jørgen Farum Jensen wrote: I have created a CSS-driven dropdown navbar, sample page: http://webdesign101.dk/cssmenu/dropdown.html Jorgen Farum Jensen Sun, Nov18, 10:11a, EST Where did it go? Switched browsers and got a different page with a heading title Sidehoved. Best, ~dL --

Re: [css-d] CSS Tests

2007-11-19 Thread David Hucklesby
the development, I've collected a long series of tests on CSS. here they are: http://www.css-zibaldone.com/test Thank you so much for this, Gabriele. I just took a few minutes to look, and I will be back to study your examples more. This definitely looks valuable. Cordially, David

Re: [css-d] firefox css problem

2007-11-19 Thread David Laakso
jaklitsch maya wrote: I have run into a problem with firefox that I just do not know how to solve. IE6 displays it just fine. http://www.necwa.org/new_site/index.html http://www.necwa.org/new_site/necwa.css Maya Jaklitsch /No offense intended/, but even a touch of font-scaling

Re: [css-d] Div Problems

2007-11-20 Thread David Laakso
Alan_Akhlah wrote: I am having problems with a new page that I am designing. http://www.valdostatourism.com/newsitetest.html Two things are going wrong with it. 1) The navigation drop down section should be flush with the top of the masthead image - in FF and IE there is a big gap 2) The

Re: [css-d] Div Problems *whoops*

2007-11-20 Thread David Laakso
David Laakso wrote: Alan_Akhlah wrote: I am having problems with a new page that I am designing. http://www.valdostatourism.com/newsitetest.html Al Dunbar #menu { border: 1px solid fuchsia; float: left; !--- :: add :: margin:/*50px*/0 0 100px 15px; --- :: amend :: } #footer

Re: [css-d] Div Problems *whoops*

2007-11-22 Thread David Laakso
Hakan K wrote: I am not able to see any header, and menu css function on IE 6 #header { background:#fff url(images/valtour_top.png) no-repeat; height:250px; RE: http://www.valdostatourism.com/newsitetest.html Good points. The image is not on the server. Scripting is needed to make the

Re: [css-d] a html 4.01 strict problem

2007-11-23 Thread David Hucklesby
a lazy sort of chap, I simply add a footnote or sidenote to a PDF link informing the reader how to open a new tab or window from their browser. Let the user decide. :) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] site check please..

2007-11-25 Thread David Laakso
David Laakso wrote: Rob freeman wrote: Hello everyone, I have been working on a little site for some friends which I have just uploaded. Could anyone please check the site in older browsers For any problems (its not complete). I have workied in OSX running firefox and safari. http

Re: [css-d] css not working with iphone

2007-11-26 Thread David Laakso
[EMAIL PROTECTED] wrote: I'm using css menus and submenus at www.kepcopower.com, and it has been working fine for quite some time, however I discovered it does not work at all with the iphone browser. CSS file is www.kepcopower.com/menu04-pic.css Anyone have a clue? Any help would be

Re: [css-d] IE7 zoom breaking the Holy Grail layout

2007-11-26 Thread David Hucklesby
like Opera's zoom feature at all. Cordially, David -- __ 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

Re: [css-d] IE7 zoom breaking the Holy Grail layout

2007-11-26 Thread David Laakso
[EMAIL PROTECTED] wrote: Hi, I notice that the Holy Grail layout on A List Apart (http://www.alistapart.com/articles/holygrail) breaks in IE7 when the zoom feature is used. The columns appear to shift horizontally as the zoom is increased or decreased. This is a popular layout, has anyone

Re: [css-d] css not working with iphone

2007-11-26 Thread David Laakso
[EMAIL PROTECTED] wrote: Yes, the dropdowns are the problem. I don't remember what I used as a template to develop the dropdown menus, but it looks similar to Tedd Sperling. Spent a lot of time tweaking (trial and error) to get it to work right,but never (obviously) tested it with iphone.

Re: [css-d] IE7 zoom breaking the Holy Grail layout

2007-11-26 Thread David Laakso
Ann Randall wrote Oh, gosh, that's a disaster. Any good alternatives to ALA's Holy Grail? I completed a prototype in that format at http://izann.com/studentservices/ and can't even see the left-side navigation links in IE7. Ann Ann Randall Unfortuately you're not doing well in IE6, either.

Re: [css-d] Quick flash of header background problem (IE6, IE7)

2007-11-27 Thread David Laakso
Michel Bozgounov wrote: Well, 1) I removed the link to print.css, still the same, so it's not this, and 2) ...anyway, print.css is requestd only when printing/doing print preview (by default). I spent 8 hours today trying to understand why header bg flashes on this test case:(((

Re: [css-d] Test with Selectors

2007-11-27 Thread David Hucklesby
endeavors. [1] http://westciv.com/mri/ Cordially, David -- __ 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

Re: [css-d] Site check for CSS IE6 display issue

2007-11-27 Thread David Laakso
Jim Haslam wrote: http://www.stonetreemd.com that displays wellin FF and IE7, but breaks in IE6. Thank you for any help you might offer. Jim Haslam Have you corrected this, as I see no float drop in xp ie/6.0 on mac os x 10.4.11. Best, ~dL -- http://chelseacreekstudio.com/

Re: [css-d] problem w/ table-less horizontal nav bar

2007-11-27 Thread David Laakso
Rob Emenecker wrote: First, the page... http://rob.emenecker.com/eclasses/H152/posts/wk3-new/wk3new.htm Now, the problems... #1 Excess whitespace between aimg/a elements in Horizontal Nav Bar When the li's are stacked in the markup, floating will close the gaps and contain the

Re: [css-d] IE6 ALAP Holy Grail Woes

2007-11-28 Thread David Laakso
Bob Cohen wrote: TE isn't helping with the IE6 problem. When first opening the link with an IE6 browser, the left column is missing. Resizing the browser window causes the column to appear. Refreshing causes it to disappear. Matthew Levine suggested using this IE6 hack:

Re: [css-d] IE6 ALAP Holy Grail Woes

2007-11-28 Thread David Laakso
Bob Cohen wrote: On Nov 28, 2007, at 10:23 AM, David Laakso wrote: The issue you have with ALA Holy Grail layout came up on the list a few days ago. I know nothing about Levine's fix for Levine's layout. Go to the CSS-D list archives-- search subject line: Holy Grail. You'll pull up 7 or 8

Re: [css-d] Fix One Issue, Develop Two More! (WAS: Help, Please - Issue Positioning a UL Source-Ordered Between Two Content Areas)

2007-11-28 Thread David Laakso
J Hodge wrote: David, Thank you for the response. My apologies for not replying sooner. An IE7 bug??? The links worked fine prior to changing the XHTML and CSS, and are working as functional links XHTML testbed: http://www.lostinxlation.net/sandbox3/portfolio/cybernomics3.php Thank

Re: [css-d] FW: vertical-align middle NOT in tables (was: problem w/ table-less horizontal nav bar)

2007-11-28 Thread David Laakso
Rob Emenecker wrote: Okay, David and Jim provided some great info on table-less navbars. (David, you really do above and beyond with the visuals! Don't stop!) How about I stop. And you try? Now here's my next *newb* question... If I have a horizontal nav bar comprised of LI elements

Re: [css-d] Site check / CSS feedback please

2007-11-28 Thread David Laakso
Mike A wrote: Mike A wrote: http://www.webdev-academy.com/test-layout/index.html Anyone: is the page capable of further improvement? Mike A. Well, I suppose if you want to move it to another list, we could always talk about color. Or the weather. ~dL --

Re: [css-d] IE6 ALAP Holy Grail Woes

2007-11-29 Thread David Hucklesby
is that the fix for IE 5/6, applied with the Tan hack (* html) seems to be the source of your difficulty. I suggest checking the documentation concerning that particular code. Perhaps it refers to margin-left instead of left? Just an idea. Cordially, David

Re: [css-d] How will firefox 3 affect web developers?

2007-11-29 Thread David Hucklesby
this rule to your style sheet to overcome the IE extreme font re-sizing bug: html {font-size: 100%;} As for content, you don't say whether FF 3 is available on Mac? I Hope this helps. Cordially, David -- __ css-discuss [EMAIL

Re: [css-d] Why isn't text wrapping on IE?

2007-11-29 Thread David Hucklesby
to see what happens in real time. Cordially, David -- __ 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

[css-d] Individual Padding

2007-11-29 Thread David Terrell
Is there any way to control padding individually without creating separate divs? I'm referring to the top level of the navigation on this site: The site is: www.cometothewell.org/newsite The css is: http://www.cometothewell.org/newsite/styles.css Thank you for any help. David Terrell

Re: [css-d] Missing Background Image in Firefox

2007-11-30 Thread David Laakso
Jim Davis wrote: To #Wrapper add the rule display: table; -- this will cause the wrapper to expand vertically to the height of the content of the div. Jim http://www.forsythcomputertraining.org/default.aspx Adding a doctype and not setting the fonts in points will also be a

Re: [css-d] float disables links in IE7

2007-11-30 Thread David Hucklesby
that browser's plug-in save complete web page to grab a copy and play with it, I am only guessing. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Dropdown menu not working in IE + Site test

2007-11-30 Thread David Laakso
Keno Multimedia wrote: I have managed to get the menu to now function in IE .. Could I please have a site test and cross browser check ... Ken RE: http://www.sun-safe.com.au/ Ken, -- Slow load on an extremely fast modem and timing out on http://www.websiteoptimization.com. -- Bottom

Re: [css-d] How will firefox 3 affect web developers?

2007-12-01 Thread David Laakso
DAVOUD TOHIDY wrote: on Date: Sat, 1 Dec 2007 20:55:44 +0100 George wrote: One type of building - mostly rigid ones, yes... Well it seems now you are talking about an environment that I know :) . Well, that's nice. But frankly, you and your environment bore me. Do you

Re: [css-d] images and floats

2007-12-02 Thread David Laakso
Kay Lindstrom wrote: Any suggestions for the floats? Kay It will help to put the page on your server and provide a clickable link to it so the list can see what you're trying to do. Maybe this will help? http://css.maxdesign.com.au/floatutorial/ See also the list wiki. Best, ~dL PS I

Re: [css-d] STILL PROBLEMS

2007-12-02 Thread David Laakso
Jan Christian Anker wrote: The site www.putti.no was subject of an earlier posting of mine! Problem: HTML and CSS validate. The page displays correctly in IE 7.0, but in FireFox 2.0.010 11 not: I am not able to get Comic Sans MS fonts in FireFox. If I recall it correctly, it worked in

Re: [css-d] How to centre text in a div

2007-12-02 Thread David Laakso
Clare wrote: Hello! I have a general question about vertically aligning text within a div, I would just like to check which is the correct way to get this to happen. When I have a div say for example 50px high and I have a line of text within the div, I normally either use padding to get the

Re: [css-d] Site check please

2007-12-02 Thread David Laakso
daniela froehlich wrote: Dear All On my site I am using Tanfa's CSS menu. Used it several times already and it always worked fine. Now on my latest website it does not seem to work properly in one of the IE. Unfortunately I do not know which version and have no clue what could be wrong.

Re: [css-d] F

2007-12-02 Thread David Laakso
Kay Lindstrom wrote: Okay, thanks for all the suggestions. The problem is that I don't know enough about floats, I guess. Kay Neither do I. Welcome to the club... ~d -- http://chelseacreekstudio.com/ __ css-discuss

Re: [css-d] Site check please‏

2007-12-03 Thread David Laakso
daniela froehlich wrote: Thanks all for your help. Could you please re-check the site and let me know if it is working now? Thanks, Daniela your uri is: http://www.artworksbyrene.com/gnd-info/index.html No, your drop-down menu is not functional/usable in IE6.0. Best, ~d PS Please

Re: [css-d] 3 Columns with percentual width

2007-12-03 Thread David Laakso
Mauro Lages wrote: Hello; I'm looking for a css tech to construct a 3 columns interface, with a variable width central column. Someone can send me some references/urls? Best Regards Mauro Lages Works extremely well cross-browser providing you mind well what you put in it.

Re: [css-d] How will Firefox 3 affect web developers?

2007-12-03 Thread David Laakso
Rick Faircloth wrote: It is wearing thin. Do you have an answer to a css question someone has posted, or a css question you would like to post? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Fwd: rounding image corners , png images and IE6

2007-12-03 Thread David Hucklesby
. [...] You may like to consider using PNG-8 to provide binary transparency to IE6 and full alpha transparency to modern browsers: http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/ Cordially, David -- __ css-discuss

Re: [css-d] Dropdown menu not working in IE + Site test

2007-12-04 Thread David Laakso
Keno Multimedia wrote: I have made the relevant changes as suggested ... Could I have a site check and cross browser test please!! http://www.sun-safe.com.au/ http://www.sun-safe.com.au/default-stylesheet.css Thanks, Ken. I believe it is working as you intend in IE6/IE7, Safari,

Re: [css-d] changed behavior of recently updated FF

2007-12-04 Thread David Laakso
jaklitsch maya wrote: I have been working on this site for a number of weeks and things, with some exception have been looking pretty good in both IE6 and FF. These are the only browsers I bother with. I am now involved in carrying out requested revision, typos, and fine tuning the content

Re: [css-d] changed behavior of recently updated FF

2007-12-05 Thread David Hucklesby
. Cordially, David -- __ 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 evolt.org -- http

Re: [css-d] Markup Validation img align=

2007-12-06 Thread David Laakso
Bob Cohen wrote: I'm trying to get my template to validate xhtml strict and behave well in the various browsers when displaying an image. http:// www.mojotools.com/priv/tst/d/3mb-d.html works in FireFox Mac/Win, Safari, IE5 - 7 with the following html: img src=hedTie.gif alt= width=78

Re: [css-d] Markup Validation img align=

2007-12-06 Thread David Laakso
Bob Cohen wrote: On Dec 6, 2007, at 9:24 AM, David Laakso wrote: /I think/ adding this selector to your style sheet may close all image gaps IE is leaving for lowercase descenders and eliminate the need for any css/markup class to do so. Ah. So that's why the gap was happening. I used

Re: [css-d] creating navigation in css

2007-12-06 Thread David Laakso
juliann wheeler wrote: Does anyone know how to create a drop-down navigation in CSS? Here is the link to the nav that I have built so far: http://www.pcg-advisors.com/tests/test8.html Thanks! Navigation in CSS is usually coded as a list. It is, in a sense, a list of places to go;

Re: [css-d] Top Bottom - Lets Keep Them Apart

2007-12-06 Thread David Laakso
Ian Rutgers wrote: I have been charged with rewriting this www.aslslimited.org such that the top nav stays at the top of the page and the bottom nav stays at the bottom of the page and the content makes up the rest. In other words as the browser window is resized the content section of the

Re: [css-d] New to group

2007-12-07 Thread David Laakso
Hi gang, I just wanted to say hi. My name is Lisa, and I've been using CSS for about 3 yrs now. I'm looking forward to being a part of the discussion. I'm having issues with IE6 vs IE7 and how horribly they both render websites. I have a web site that I did for a client that looked

Re: [css-d] problems with CSS and floats

2007-12-07 Thread David Laakso
Rick Faircloth wrote: Hi, Rayburn... Let me tell you what finally enabled me to start making totally css-layout sites, using only tables for tabular data. I went to http://www.templateworld.com/free_templates.html and downloaded several free sites, including all images and other assets that

Re: [css-d] More CSS tests

2007-12-08 Thread David Laakso
Gabriele Romanato wrote: Dear all, here we are: http://www.css-zibaldone.com/test/more/ hope it's useful. bye, Gabriele You and Fancis Bacon [1] always have interesting things to say, see, and share... [1] http://wwar.com/masters/b/bacon-francis.html --

Re: [css-d] image gallery

2007-12-08 Thread David Laakso
Čistý Design wrote: Hello I was always wondering if it's possible to center image in a div - like when you have a photogallery of images that are vertical and horizontal and they are always centered so it looks tidy I know how to do it in a table cell, but don't want to use a table.

Re: [css-d] problems with CSS and floats

2007-12-08 Thread David Laakso
Rick Faircloth wrote: Ø if you are creating a commercial web site then you are decreasing your web sites accessibility and therefore you are loosing those potential customers. Thanks for your thoughts, Davoud… I’m wrestling with learning totally CSS-based design, learning a new IDE

[css-d] :: molly :: addendum :: list-item markers vertical-align: top ???

2007-12-09 Thread David Laakso
Michael D Schleif wrote: http://www.mdsfreedom.com/sellers.aspx regards Georg PS: break it yourself, ASAP, so you can learn how to fix it before someone else break it for you :-) Whatever you do don't hit +1.

Re: [css-d] CSS dropdown in Safari

2007-12-10 Thread David Laakso
Jørgen Farum Jensen wrote: I have encountered a problem with a CSS-driven dropdown navbar in Safari 3 beta for both Win and OSX. The problem is visible and described in a test page: http://webdesign101.dk/cssmenu/ I would dearly like a CSS hack that passes style declarations to Safari

Re: [css-d] Alternate layout for IE 6/7 or other browsers

2007-12-11 Thread David Laakso
Bob Salsburg wrote: Can I get suggestions from this community on good online resources showing methods for adding conditional rules for layout problems primarily for IE 6/7, but also for the occasional Opera and Safari issues. Not for specific cases so much as how to add them to a

Re: [css-d] flash object not wanting to float right with CSS

2007-12-11 Thread David Laakso
Scott Thigpen wrote: Hi, I'm having a problem with trying to float a flash object to the right. When I do it in dreamweaver, it works fine, but when I upload it and view it in firefox or safari (I'm scared to try it in IE at this moment) it doesn't work. It just sits on top of the text.

Re: [css-d] formatting Navlinks - top bottom

2007-12-12 Thread David Laakso
Stephen Buck wrote: Newbie here. Problem page: http://www.reikisangha.net/beta/beta1.html I've missed a concept somewhere (or it hasn't been covered yet in the material I am learning). I would like help learning what to look for to help solve problems like this. Buck Welcome!

Re: [css-d] new layout breaks in IE7

2007-12-12 Thread David Laakso
Larry Swanson wrote: My new site navigation scheme at www.bodyworku.com completely breaks down in IE7. I'm an old HTML and table-layout pro, but I'm just now learning CSS layouts. The nav scheme is based on this example:

[css-d] Gap after positioned element in IE7 (zoomed)

2007-12-13 Thread David Hucklesby
on it. A stripped down version is here: http://webwiz.robinshosting.com/temp/ie7-gap/ Help ! Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Site test

2007-12-13 Thread David Hucklesby
. Cordially, David -- __ 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 evolt.org

Re: [css-d] Gap after positioned element in IE7 (zoomed)

2007-12-14 Thread David Hucklesby
David Hucklesby wrote: Working on a fixed width page with an image inside the header DIV, I found an unwanted gap below it when IE7 was zoomed. [...] http://webwiz.robinshosting.com/temp/ie7-gap/ Bruno Fassino replied: This seems the problem that I tried to describe here [1]. The only fix

Re: [css-d] CSS Drop Shaow for Div techiques

2007-12-14 Thread David Hucklesby
information, such as -- is this a fixed width design or fluid? what is the current structure of the page? ... If you have a sample mock-up of the unadorned page you could post online, I'm sure we can help you. As it is, we can only guess. Cordially, David

Re: [css-d] Site Review :: herman miller ::

2007-12-14 Thread David Laakso
Scott Everett wrote: This is a site we designed that just went live this week for a Herman Miller furniture dealership in Pasadena. The style sheets still contain some invisible debris, but the design should be tight across most browsers (down to IE 6). All comments and criticism are welcome

Re: [css-d] creating my nav in CSS

2007-12-14 Thread David Laakso
juliann wheeler wrote: I created my first nav bar in CSS. The only problem is that I had to create three different style sheets to get around all the bugs with different browsers/platforms. Here is the latest version: http://www.pcg-advisors.com/new/home5.html Is there any way to

Re: [css-d] general css structure and positioning questions

2007-12-15 Thread David Laakso
Ron Zisman wrote: http://www.ricochet.org/ricotest/ricotest.html on the mac platform in opera, firefox and safari it is basically working as intended,...trimmed] --ron If you open it. Close it. Missing /div div id=superwrap Best, ~dL -- http://chelseacreekstudio.com/

Re: [css-d] a lost web page

2007-12-18 Thread David Laakso
[EMAIL PROTECTED] wrote: I am in the process of creating a new web page. It works fine in Internet explorer 6, but it seems that the css file is not read in internet explorer 7 and Vista. I am somewhat new web pages and I have no idea what to look for. Can anyone give me suggestions on what

Re: [css-d] Root relative in Background URL

2007-12-18 Thread David Hucklesby
On 17/12/2007, Bob Cohen [EMAIL PROTECTED] asked: Is it permissible to use root relative addresses in the background statement? On Tue, 18 Dec 2007 11:50:12 +, David Dorward wrote: Relative URIs in stylesheets are relative to the stylesheet, not the HTML document that includes

Re: [css-d] Internet Explorer

2007-12-18 Thread David Hucklesby
undecided as to whether you are coding HTML or XHTML (?) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Spreading list items across total width

2007-12-19 Thread David Hucklesby
reducing the 25% to 24.5%. In my experience, Internet Explorer cannot add, especially where percentages are concerned. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] How to contain floats without structural markup

2007-12-19 Thread David Hucklesby
. No problem for HTML though. :) Cordially, David -- __ 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

Re: [css-d] How to contain floats without structural markup

2007-12-20 Thread David Hucklesby
, the underscore does not validate, while the Tan hack does. So what? Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Revisit our navigation layout semantic.

2007-12-20 Thread David Hucklesby
On Thu, 20 Dec 2007 02:33:59 -0800, Mark wrote: Recently, David Hucklesby offered us a problem with fitting list based navigation to design intentions. His article was titled, Spreading list items across total width. I'm sure I didn't. Cordially, David

Re: [css-d] How to contain floats without structural markup

2007-12-21 Thread David Hucklesby
this out. Cordially, David -- __ 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

Re: [css-d] Need help with page columns on FF - solved

2007-12-21 Thread David Laakso
Big Moxy wrote: I solved my own problem by adding overflow:hidden to the infoSection class. url - http://projects.missioninternet.com/proweb/index.php css - http://projects.missioninternet.com/proweb/css/proweb.css Getting a page to /look/ the same cross-browser is relatively easy.

Re: [css-d] CSS simple question?

2007-12-23 Thread David Hucklesby
to know exactly what you require. But a pure CSS solution to forming shapes from borders, you may get some inspiration from Eric's classic demo, slantastic, at http://meyerweb.com/eric/css/edge/slantastic/demo.html Cordially, David

Re: [css-d] Layout Overflow issue

2007-12-23 Thread David Hucklesby
(Win xp). Cordially, David -- __ 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

Re: [css-d] CSS Geometry

2007-12-26 Thread David Laakso
Gabriele Romanato wrote: http://www.css-zibaldone.com/test/geometry/ happy new year greetings :-) Gosh. I didn't know folks in Italy celebrate the New Year, too... Oh, btw, this is my favorite: http://www.css-zibaldone.com/test/geometry/5/demo.html As ever, Piet Mondrian --

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color: #f8f8e1;}--- add the background-color :: #outer{height:1%;} -- add height: 1%; to each

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: David Laakso wrote: Jehangir Larry wrote: Compliments of the season. I have issues in IE (XP) with faux-columns - www.nayanindore.com Appreciate site-check cross browser; and all advise. Thanks. #page{background-color: #f8f8e1;}--- add

Re: [css-d] Site Check ::Nayan Indore::

2007-12-26 Thread David Laakso
Jehangir Larry wrote: www.nayanindore.com Many thanks again. BTW, the menu has now stopped working in IE6! Is Tedd listening?! I don't know if he's listening or not. If you are talking about the vertical flyout menu home/products/contact it seems to be working in: XP/IE6.0 and

Re: [css-d] image resize does not work in Opera when setting width and height 100%

2007-12-26 Thread David Laakso
Gunlaug Sørtun wrote: David Sánchez (Železnic(ná Stanica) wrote: http://curefans.com/newsite/ This works perfect in Firefox and IE, but in Opera it just shows a dot instead the image. I just don't get it. Opera pre 9.50beta seems to misinterpret the 'height:100

Re: [css-d] IE6 - Sperling Vertical Menu

2007-12-27 Thread David Laakso
Jehangir Larry wrote: Pls see www.nayanindore.com The menu works first time in IE6 (XP) and then freezes! Grateful for suggestions to make it work. Thanks. There is a reason why some of us try to avoid menus such as those. Isolate the menu (pull the menu from the page, and put it on

Re: [css-d] images should be at the top

2008-01-02 Thread David Laakso
Banana wrote: Hello, new to the list. This is my first day with CSS Sculpture. Page in question: http://korbyimagery.com/wedding/index-new.htm css: http://korbyimagery.com/wedding/1-we-screen.css This looks fine in IE6. Firefox shoves everything but #content down about 70 pixels. Why? How

Re: [css-d] Visibility of a Div

2008-01-03 Thread David Hucklesby
screen computer as that 1080px #header DIV is bit large for many displays. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Visibility of a Div

2008-01-04 Thread David Laakso
Keith Kaiser wrote: Please visit http://nearspaceventures.com/gpsl2008 using FireFox or Safari or most any browser except Internet Explorer. You will see a weather banner on the front page in a DIV called wxBanner. In most browsers is looks pretty much the way I want it to look but in I.E. it

Re: [css-d] Visibility of a Div

2008-01-04 Thread David Dorward
to debug code. I'd start by fixing these problems: http://validator.w3.org/check?uri=http%3A%2F%2Fnearspaceventures.com%2Fgpsl2008%2Fcharset=(detect+automatically)doctype=Inlinegroup=0 -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Three Column advice needed

2008-01-05 Thread David Hucklesby
6 please? To get Internet Explorer versions earlier than 7 to apply min- and max-widths, Georg Sørtun has a comprehensive article on the subject: http://www.gunlaug.no/contents/wd_additions_14.html I hope this helps. Cordially, David

Re: [css-d] IE adding extra pixels

2008-01-05 Thread David Hucklesby
with the rest of the page. I believe this is an IE7 bug. To circumvent it, add a dimensionless wrapper to the page and put the background image on that. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] IE7 problem

2008-01-05 Thread David Hucklesby
to fix the :visited rule at the same time. BTW - I'm not sure that a visited state identical to the current link state is helpful to the visitor. Cordially, David -- P.S. Please don't include email addresses in the body of your reply

Re: [css-d] IE adding extra pixels

2008-01-05 Thread David Hucklesby
. Take out the background-image declarations from BODY This works for me on a local copy. Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] page blowing up in IE7 (possible IE6 as well)

2008-01-05 Thread David Hucklesby
(using BrowserCam.com). Looks the same on my stand-alone IE 6 here (Win xp pro). :) Cordially, David -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Use of !ie and !important

2008-01-06 Thread David Laakso
stellar. david wrote: !important is not invalid. !ie is. How about providing a clickable link to the page that is giving you the problem? Best, ~dL -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL

Re: [css-d] My unordered list is failing in FireFox and Opera

2008-01-07 Thread David Laakso
Farid Jamea wrote: http://atlantagoldenrugs.com/viewgallery.php?cid=1 Any idea why this page does not look right (the footer is showing up before the actual content) in FireFox and Opera? It looks ok on IE 7. Any help is appreciated. #footer_wrapper{ clear : both; --- add to

[css-d] (no subject)

2008-01-07 Thread David Terrell
to a screenshot pointing out my problems. screenshot: http://cometothewell.org/newsite/Assets/Images/screenshot.tiff site: http://cometothewell.org/newsite css: http://cometothewell.org/newsite/styles.css Thank you for all of your help. This list has been invaluable to me. David Terrell

<    3   4   5   6   7   8   9   10   11   12   >