Re: [css-d] Can a DIV be made invisible to mouse clicks?

2011-04-25 Thread Martin G
, resist the urge to rant about the obvious frustration with how IE is always the exception when it comes to useful and easy solutions. I'm not sure if I can call this totally solved without IE support. I can get away with not supporting IE6, but I can't dismiss 7 and up. -- Dave M G

[css-d] Can a DIV be made invisible to mouse clicks?

2011-04-24 Thread Martin G
to catch? I hope my question is clear. Thank you for any advice. -- Dave M G * http://flowplayer.org/tools/scrollable/index.html#autoscroll __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

[css-d] Background color won't over-ride

2011-03-28 Thread Dave M G
acting on the right element. Is there some other aspect to this that I need to consider? Any advice would be much appreciated. -- Dave M G __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Background color won't over-ride [SOLVED]

2011-03-28 Thread Dave M G
Philippe, Thank you for responding. -moz-appearance: none !important; Yep, that did the trick. It seems like an odd, tricky sort of thing, but it's not as if it's the first or last bizarre quirky exception on the internet... Thank you for providing the answer. -- Dave M G

Re: [css-d] Force no scaling on Android browser?

2010-05-27 Thread Dave M G
=1.0; target-densitydpi=device-dpi / ... unfortunately, no joy. I'm wondering if maybe I have some kind of conflict. Can someone look here and see where I might have gone wrong? http://karamoh.com/size_test.html -- Dave M G

[css-d] Force no scaling on Android browser?

2010-05-26 Thread Dave M G
on changing the scale of the web page. How can I get Android to not scale my web page? I want one pixel to be one pixel, and leave it at that. Thank you for any advice. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http

[css-d] CSS for Android and iPhone browsers - page width problem

2010-04-25 Thread Dave M G
that is of fixed size on Android and/or iPhone, with no scaling or extra space? Thank you for any advice. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] CSS for Android and iPhone browsers - page width problem [SOLVED]

2010-04-25 Thread Dave M G
CSS-d, A person responded off list with the solution. If one adds the following code at the top of the HTML, the pages conform to the size that I hoped for: meta name=viewport content=width=device-width; initial-scale=1.0; maximum-scale=1.0; / Thanks to everyone who responded. -- Dave M G

Re: [css-d] Dancing buttons - focus problem [SOLVED]

2010-03-28 Thread Dave M G
freak. Thanks to everyone who responded and offered advice and solutions. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] CSS3 Please code and Explorer support

2010-03-28 Thread Dave M G
on the right and bottom sides. No gradient or transparency. Are the makers of CSS3 Please simply wrong about IE support for that effect, or is there some other issue I'm not getting? Any advice would be much appreciated -- Dave M G

[css-d] Dancing buttons - focus problem

2010-03-27 Thread Dave M G
about other browsers). Can anyone explain why this shifting effect is happening and how I can get the buttons to sit still? Any advice would be much appreciated. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http

[css-d] Die focus, die!

2010-03-24 Thread Dave M G
is specified inline because of how the content management system works. Ordinarily I do all my CSS in one external document. Anyway, any advice on what I need to look for to ensure complete removal of any focus borders would be much appreciated. -- Dave M G

Re: [css-d] Die focus, die!

2010-03-24 Thread Dave M G
that. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] 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] IETester vs. Real IE6: discrepancy

2010-02-18 Thread G. Sørtun
Peter Abramowicz wrote: Why don't you use conditional comments for IE6 and leave italics for all the other browsers. Agree, but a simple old-IE hack in the stylesheet will IMO be better... .italic {font-style: italic; font-weight: normal;} * html .italic {font-style:normal;

Re: [css-d] divs dropping

2010-02-15 Thread G. Sørtun
e...@copywritecolombia.com wrote: Yes if you turn off the css then and just have the simple html as long as you read it then that is correctly formatted? My question is if there any way I can make this html better? We usually don't deal with HTML as such here on css-d. We focus on CSS

Re: [css-d] IETester vs. Real IE6: discrepancy

2010-02-11 Thread G. Sørtun
Brian M. Curran wrote: I tested my page http://www.draftingservices.com/building_survey.html in IETester and it showed my right column pushed down, as if I had an issue with my column widths. Noticed that IE6, IETester and standalone dropped the right column when set to _normal_ or

Re: [css-d] IETester vs. Real IE6: discrepancy

2010-02-11 Thread G. Sørtun
Brian M. Curran wrote: Thank you. However, could you explain a bit more because I Googled auto-expansion bug and didn't find much, and my margins are set to: margin:0; . This is as good an explanation as any for that bug in IE6 and older...

Re: [css-d] Fixed three-column with padding: newbie question

2010-01-24 Thread G. Sørtun
Doug Niven wrote: However, I cannot get the middle cell to display 240px wide: http://people.ucsc.edu/~class1/ Subtract the side-padding from the float-width - both side-floats. width: 230px + padding-right: 10px equals float-width = 240px. That will leave 240px between the floats.

[css-d] Div that fixed vertically but floated right

2010-01-18 Thread Dave M G
don't have enough JavaScript ability to modify them. Any suggestions would be greatly appreciated. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Div that fixed vertically but floated right

2010-01-18 Thread Dave M G
itself correctly in horizontal terms relative to the width of the browser window. But it does not move up and down when the page is scrolled. One can't have position:fixed and position:absolute on the same DIV, so unfortunately this does not get the effect I am after. -- Dave M G

Re: [css-d] Div that fixed vertically but floated right

2010-01-18 Thread G. Sørtun
Dave M G wrote: I am trying to create a DIV that floats to the right of some content, but will stay fixed vertically even when the page is scrolled up or down. Is it the behavior of the right float on this page you want... http://www.gunlaug.no/main-en.html ...? If so, that's a 'right-float

Re: [css-d] Div that fixed vertically but floated right [SOLVED]

2010-01-18 Thread Dave M G
other work beckons. So I'm calling this solved for now, since the premise of my original question has been answered sufficiently that I understand the issues involved. Thanks to everyone who offered suggestions. -- Dave M G __ css

Re: [css-d] Relative paths for images not working

2010-01-17 Thread G. Sørtun
Karl Bedingfield wrote: Having a little problem with image paths. [...] My folder structure is: library folder holds css folder and images folder. Since css folder and image folder are in same folder, try the short and direct... .header h2 a { background:

Re: [css-d] 4 part question about lining up 'boxes' of information

2010-01-15 Thread G. Sørtun
Lisa Frost wrote: The page in question is here: http://www.diabetesflight50.org/test/xhtml/supporters.html I don't want to be emailing you all for every little thing that stumps me. Why not? That's what CSS-D is for. :-) Floats are not well suited for that kind of line-up. Resize text

Re: [css-d] Opera 10 and percentage min-height

2010-01-02 Thread G. Sørtun
Ingo Chao wrote: here is the testcase with the :root:overflow fix http://satzansatz.de/op/minheightrootoverflow.html Great! I arrived late on this thread, and it is good the see a fix has been found for that irritating bug. regards Georg

Re: [css-d] Opera 10 and percentage min-height

2010-01-02 Thread G. Sørtun
Alan Gresley wrote: What bug are you talking about. There were two bugs. I'm only interested in the following... 1. min-height bug with Opera 10.00 as demonstrated by Ingo and fixed with :root { overflow: auto; }. ...and the fact that it appears to be fixed in upcoming Opera versions.

Re: [css-d] :: makeready ::

2009-12-22 Thread G. Sørtun
David Laakso wrote: I'd appreciate your comments and suggestions on this site. http://chelseacreekstudio.com/ Question: do you mean STRONG or *BOLD* when you code... pstrongBelow are/strong thumbnail images.. ...? (You know what I mean ;-) ) Also, IMO the horizontal line should be

Re: [css-d] Table-like design with numbered rows

2009-12-09 Thread G. Sørtun
Magnus Fahlström wrote: I don't know how to achieve this without using a table: http://www.magstorm.se/table.htm A table-like design with four columns, with every row numbered, wrapped in a float:left div. For content that fits the tabular data definition, use HTML tables. Your example

Re: [css-d] Rounded Corners

2009-12-02 Thread G. Sørtun
Chick Newman wrote: I would like to know what people are doing to create rounded corners on div borders in non-mozilla , non-safari browsers. Still rely on shaped corners in all browsers, with javascript or editor generated source-code... http://www.gunlaug.no/tos/wd_demo_shapes_03.html

Re: [css-d] aligning elements

2009-11-25 Thread G. Sørtun
Lisa Frost wrote: How do I go about vertically aligning the name of the villa in my header div with the menu. Page is here: http://www.villaphuket.com/dev/ Better to do it backwards :-) Style the ul to... #header ul { margin : 15px 0 6px 0; padding: 0; float: right; } ...and

Re: [css-d] FireFox/CSS Question

2009-11-18 Thread G. Sørtun
tedd wrote: ... Please review the following using FireFox: http://php1.net/a-menus/simple-drop-down/ Can't see any problems in Firefox 3.0 / 3.5 on windows or Linux. Appears and works the same as in other browsers. regards Georg

Re: [css-d] conditional css for Opera?

2009-11-16 Thread G. Sørtun
Angela French wrote: I have some foreign language text on my page (Cambodian) which I have rendered in html. Opera, IE, and FF all render the text in different sizes. I have tried em, pt, px, %. I can do a conditional style sheet to target IE, but I don't have a way to target Opera.

Re: [css-d] why does Firefox add padding?

2009-11-12 Thread G. Sørtun
r...@catjuggling.com wrote: I have tried this page in Chrome, Safari, IE6, and Firefox. In the first three browsers I get the result I expect, but Firefox is doing its own thing. http://www.mcmullincreative.com/crows/ I guess you want it to appear like this...

Re: [css-d] Vertical padding weirdness

2009-11-08 Thread G. Sørtun
Benct Philip Jonsson wrote: Will setting any small amount of padding on the innermost containing box do the trick, like 1px or even 0px as opposed to not declaring any padding at all? Has to result in a real vertical padding - minimum 1px - to work reliable, so 0px, or a value so small

Re: [css-d] What defines a ture holy grail layout?

2009-11-07 Thread G. Sørtun
Jay Tanna wrote: So is Lassko our resident expert on all things CSS here? Mmmm, *Laakso* is _good_ - especially at tearing our dream-designs apart. I quite often let him have a go at mine ;-) It is useful to know so that we can fire quick questions towards him to his direct email.

Re: [css-d] Vertical padding weirdness

2009-11-05 Thread G. Sørtun
Benct Philip Jonsson wrote: So that's the margins of the h1 and the p interfering? Outside the boxes of the divs which contain them? I *really* don't understand how margins are calculated! You're encountering collapsing margins... http://www.w3.org/TR/CSS21/box.html#collapsing-margins

Re: [css-d] Background-color Modifying Element Sizes?

2009-10-22 Thread G. Sørtun
Hugh Guiney wrote: http://www.nospoon.tv/test/bgcolor.html. I have tried this in Firefox 3.5.3 and Chrome 3.0.195.27 on Windows XP and the result is the same. Oddly enough, IE7 renders them exactly the opposite. So, barring that, how do I get the first example to render the same as the

Re: [css-d] Nav element is dropped in IE

2009-10-19 Thread G. Sørtun
Wade Smart wrote: My friend called about her web site having an issue. She said a button has dropped. http://www.bartlesvillehomefinder.net/ Zero out default margins and paddings on the ul... ul {padding: 0; margin: 0;} regards Georg

Re: [css-d] corresponding paragraphs

2009-10-16 Thread G. Sørtun
bruce.som...@web.de wrote: On the page at http://www.maireadnesbitt.com/press/press8a.html there is an article in French with a translation. It was a simple matter to place the two texts side by side and at the same time, assure that corresponding paragraphs begin on the same line, by

[css-d] How to eliminate drop down menu arrow

2009-10-12 Thread Dave M G
. No trick too dirty. Does anyone have any suggestions? Any advice would be much appreciated. Thanks. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] How to eliminate drop down menu arrow [SOLVED]

2009-10-12 Thread Dave M G
to the right place. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] 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

[css-d] Not possible to lay transparent PNG on top of form element?

2009-09-25 Thread Dave M G
.) Is this possible with CSS? Thank you for any advice. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Not possible to lay transparent PNG on top of form element? [SOLVED]

2009-09-25 Thread Dave M G
case, the question I asked in this thread can be considered solved, so thanks again for helping me progress forward. -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Changing the colours, background of scroll bars on select elements

2009-09-25 Thread Dave M G
CSS-d, I know that one can apply style to the scroll bar of the viewport window with scrollbar-base-color, scrollbar-face-color, and so on. Is not possible in any way to apply style to the scrollbar of the select element in a form? -- Dave M G

[css-d] verify conditional statement placement

2009-06-09 Thread Tammy G.
I just want to verify that the placement of the IE conditional statements are correct or does the /style need to be placed after the last ![endif]--? head title3 Topic Layout with Large Header/title meta http-equiv=Content-Type content=text/html; charset=utf-8 style type=text/css

Re: [css-d] How to display a line BELOW the div?

2009-05-26 Thread Anna G
elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Integer posuere nunc et odio adipiscing non porta lacus molestie./p!--/close p-- !--/close #box1-- On Tue, May 26, 2009 at 12:05 PM, David Laakso da...@chelseacreekstudio.com wrote: Anna G wrote

Re: [css-d] How to display a line BELOW the div?

2009-05-25 Thread Anna G
Thank you David and Mark. The only problem is that the image has to stay INSIDE the box1. This is due to the CMS we are using :( Is there any way to get the box2 to display below the image, by keeping the image inside box1? Ana On Tue, May 26, 2009 at 6:47 AM, Mark Henderson

[css-d] What CSS is behind the List Item (LI) in an Unordered List (UL)

2008-10-20 Thread David G
What CSS is behind the List Item (LI) in an Unordered List (UL) that makes the bullet hang out AND makes the text just after the bullet line up with the text below it? What I'm playing with right now is div.parent { margin-left: 20px; }

[css-d] Float not all the way to the right in FF3/Safari 3.1.2

2008-09-21 Thread Tina G.
Hi, all -- I did check the last few months of list archives and didn't see this addressed; my apologies if it has been and I missed it. div#siteTools (site map, contact, etc) should appear right-aligned under the nav on each page. div#crumbs (the breadcrumbs, which display on pretty much every

[css-d] Resize text based on container?

2008-04-09 Thread Dave M G
be constrained so that if it's too big for the div, that it will be shrunk or squeezed to fit? -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

[css-d] Flowing text from one column to another

2008-03-20 Thread Dave M G
, for example, if my text were simply the numbers 1 through 10, each in it's own p tag, it would end up looking something like this in the final layout: ---div begins--- 16 27 38 49 510 ---div ends--- Is that even possible? Thank you for any advice. -- Dave M G Articlass - open

Re: [css-d] Flowing text from one column to another [SOLVED]

2008-03-20 Thread Dave M G
or anything to get this done. I'll just live with making a different layout for now. Thanks for your help! -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Lines clipping in Explorer, and width issue [SOLVED]

2008-03-15 Thread Dave M G
. Safari leaves a little extra space on the far right side, but as you suggest, that can be made acceptably unnoticable with a background colour on the ul tag. Thank you so much for the extra effort in helping me out! -- Dave M G Articlass - open source CMS http://articlass.org

Re: [css-d] Lines clipping in Explorer, and width issue [SOLVED]

2008-03-10 Thread Dave M G
by adjusting my code. -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Lines clipping in Explorer, and width issue

2008-03-09 Thread Dave M G
, the rightmost item pink horizontally aligned menu gets bumped over to below the left side. This baffles me since it seems to display okay at 800x600 in the same browser and platform. Any help on these issues would be greatly appreciated. Thank you for your time and help. -- Dave M G

[css-d] Lines clipping in Explorer, and width issue

2008-03-07 Thread Dave M G
for your time and help. -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

[css-d] left side not carrying down

2008-01-30 Thread Lisa G. Wilcox
I have the following site HYPERLINK http://www.webgirlwebdesigns.com/testing/TriBeam/index.htmlhttp://www.webg irlwebdesigns.com/testing/TriBeam/index.html The sidebar on the left doesn’t flow all the way down with the main body text. Please advise. Thanks Lisa

[css-d] still more issues

2008-01-09 Thread Lisa G. Wilcox
I’m having the following issues with HYPERLINK http://www.familyfirstdocs.comwww.familyfirstdocs.com Top Navbar does not auto-align itself on browser window size changes in IE7 Unknown property behavior on line 76 in screen.css Top Navbar color changes on hover randomly fail, and do so fairly

Re: [css-d] Div's not aligning right in IE7

2007-12-27 Thread Dave M G
this make a difference? -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Div's not aligning right in IE7 [SOLVED]

2007-12-27 Thread Dave M G
thanks to the list for it's ever present support. -- Dave M G Articlass - open source CMS http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Dave M G
=371261 You can see that the text in the bottom right, which is in a div called '.footer-text-right', and has a 'margin:0px 50px 0px 0px;', the margin seems to be having no effect. Thank you for any advice. -- Dave M G Articlass - open source CMS http://articlass.org

[css-d] list whitespace bug issue with IE

2007-12-26 Thread Lisa G. Wilcox
I have a site HYPERLINK http://www.familyfirstdocs.comhttp://www.familyfirstdocs.com This site was done in Adobe Dreamweaver CS3. It validates and seems to work on my computer. I’ve tested it with Windows XP with IE7, Win XP with Firefox 2.0, WinXP with Opera 9.25, however, my client who has

Re: [css-d] Div's not aligning right in IE7

2007-12-26 Thread Dave M G
in the bottom right, which is in a div called '.footer-text-right', and has a 'padding:0px 50px 0px 0px;', the margin seems to be having no effect. Any help would be greatly appreciated. -- Dave M G Articlass - open source CMS http://articlass.org

[css-d] Div's not aligning right in IE7

2007-12-25 Thread Dave M G
, on XP and Vista, however, the alignment of various div tags is askew, as can be seen here: http://www.browsercam.com/public.aspx?proj_id=371261 What is IE7 doing different? Thank you for any advice. -- Dave M G __ css-discuss

Re: [css-d] Div's not aligning right in IE7

2007-12-25 Thread Dave M G
appreciated. Thank you. FWIW: I can't see the point in that IE6 warning The list moderator has made it clear to me in the past that this list is not the place for discussing opinions about this kind of thing. I'm happy to discuss it, but it'd have to be off list. -- Dave M G Articlass - open

Re: [css-d] Stop

2007-12-24 Thread Dave M G
... hammertime. -- Dave M G __ 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

[css-d] IE issues

2007-12-11 Thread Lisa G. Wilcox
Happy holidays everyone, I have this site… HYPERLINK http://www.familyfirstdocs.comwww.familyfirstdocs.com I have validated it and ran all the checks in DW CS3 however the clients state that when they select a link, a horizontal line across the entire page appears. Also the menu up top get’s

[css-d] Rules for generating valid CSS

2007-12-05 Thread Dave M G
inside li or ul tags. 4. No empty p tags. Are those rules sensible from a validation point of view? Thank you for any advice. -- Dave M G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] CSS Eleven

2007-10-20 Thread Tee G. Peng
On Oct 20, 2007, at 10:22 PM, Ingo Chao wrote: Elias Abunassar wrote: Found an interesting, self-appointed CSS Working Group: Hmm, I was not asked. I thought the same. Very annoy that you and George are not in it. What is the problem making CSS Thirteen? tee

Re: [css-d] :: camino-- image border issue ::

2007-10-04 Thread Tee G. Peng
I had similar problem with Camino once . Wrap the img in a p or div does the trick. pimg class=c5 src=ca/site/images/thumbs/self.jpg alt= width=175 height=245 //p Hope this helps! tee On Oct 4, 2007, at 3:07 PM, David Laakso wrote: The Creative Director is not happy. The left border is

[css-d] Client side include for Internet Explorer

2007-08-25 Thread Dave M G
confirm that as a definite fact, so that I know for sure that it's not an option I should be pursuing. Any advice would be much appreciated. Thank you. -- Dave M G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Client side include for Internet Explorer [SOLVED]

2007-08-25 Thread Dave M G
and content outweigh the savings in bandwidth. Thank you for your responses. I'll just live with commenting out certain parts of the code. -- Dave M G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Logo Image Disappears in IE7 (squeaking the wheel)

2007-08-24 Thread Dave M G
, and made the width 100%. Unfortunately, that does not seem to have done it: http://www.browsercam.com/public.aspx?proj_id=356657 Is there another IE7 condition I need to be aware of? -- Dave M G __ css-discuss [EMAIL PROTECTED

Re: [css-d] Logo Image Disappears in IE7 (squeaking the wheel) [SOLVED]

2007-08-24 Thread Dave M G
Bruno, Thank you for responding. Maybe you ... have a caching issue? Yes, you are right. I cleaned out my cache and see that your fix is, in fact, working as hoped. Thank you for your help. It was exactly the information I needed. -- Dave M G

Re: [css-d] Logo Image Disappears in IE7 (squeaking the wheel)

2007-08-23 Thread Dave M G
on, and it works in all other browsers. So what is IE7 doing differently? Thank you for any advice. -- Dave M G Articlass http://articlass.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] Logo Image Disappears

2007-08-19 Thread Dave M G
about IE7 in the way that it handles nested div tags or background images? Thank you for any advice. -- Dave M G http://www.tlug.jp/wiki/User:Dave_M_G __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Background image disappears when not repeated [SOLVED]

2007-07-29 Thread Dave M G
else, and background can be used to specify various background settings. Thank you for clearing that up for me. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Background image disappears when not repeated

2007-07-27 Thread Dave M G
the purpose of background-image? -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Background image disappears when not repeated

2007-07-26 Thread Dave M G
, on the left side, of my span? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] Making a container of two columns stretch to contain the longer of the two

2007-07-26 Thread Dave M G
way to get the divs inside my container div to reliably reach down to the footer? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Making a container of two columns stretch to contain the longer of the two [SOLVED]

2007-07-26 Thread Dave M G
you offered, as they both seem to be on equal terms in ease of implementation and effectiveness. It's working great, and I also now have a better understanding of floats and the div tags that contain them. Much appreciated. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP

[css-d] overwite browser default setting on margins/paddings for Asian character?

2007-07-20 Thread Tee G. Peng
Hi, a site I am doing that visitors may leave messages using their own languages such as Chinese and Japanese. Browsers by default giving padding-left (or margin?) for the first line of paragraph, which is fine because it's correct behaviour for these two languages, however the space

Re: [css-d] overwite browser default setting on margins/paddings for Asian character?

2007-07-20 Thread Tee G. Peng
On Jul 20, 2007, at 6:26 PM, Tee G. Peng wrote: Here is the screen shot. Sorry, forgot the url. tee __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-19 Thread Tee G. Peng
Hi, this is the first time I stumble on margin problem in Firefox (all gecko browsers actually), although I can re-work my markup to make it work the way I wanted, but I really like to know what the problem is with this issue and if there is a fix for it. First I thought it was margin

Re: [css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-19 Thread Tee G. Peng
On Jul 19, 2007, at 6:15 PM, Philippe Wittenbergh wrote: It is a bug in Gecko. [1] Here is your list, simplified. http://dev.l-c-n.com/_temp/moz-egde.html The top one is wrong, the bottom one is fixed. li.poster {-moz-float-edge:content-box;} does all the magic. Philippe, thanks for

Re: [css-d] Variable width of menu

2007-06-09 Thread Dave M G
I just thought I should confirm what results I should be expecting. Thank you for your help. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Variable width of menu

2007-06-09 Thread Dave M G
for a varying number of li items. It's a little disappointing, but I can live with it. I'm not expecting the menu to change so often that I can't cope with having to adjust the CSS at the same time. Thank you for having explained the situation to me. -- Dave M G CSSed Zend Studio 5.5

Re: [css-d] Min-height, height, and viewport size

2007-06-08 Thread Dave M G
with Audra's suggestion of a simple solid red coloured border for now. It will suffice until inspiration hits and I can pull off something fancier. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04

[css-d] Variable width of menu

2007-06-08 Thread Dave M G
, causing the text to move out of alignment with the graphic. I have a feeling I've missed something similar. How can I have the yellow box of the menu match the width of the textual menu inside, as determined by the number and size of the menu items? Thank you for any advice. -- Dave M G CSSed

[css-d] Z-index not rising to the top

2007-06-08 Thread Dave M G
in part by the logo. Am I missing something fundamental about how Z-index works? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Z-index not rising to the top [SOLVED]

2007-06-08 Thread Dave M G
Philippe, Thank you for responding. z-index only applies to positioned elements. Doh! I remember learning that only a couple months ago. Apparently I have the memory span of a gold fish. Thank you for setting me straight again. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape

Re: [css-d] Min-height, height, and viewport size

2007-06-07 Thread Dave M G
to height: 100%, and the #whole containter is set to min-height: 100%. But the problem as originally reported is still there. What am I missing? -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04

Re: [css-d] Text that breaks out of veritcal flow [SOLVED]

2007-06-03 Thread Dave M G
. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

[css-d] Text that breaks out of veritcal flow

2007-06-01 Thread Dave M G
a vertical layout on the text? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] Change to fluid layout explodes in IE7 [SOLVED]

2007-05-10 Thread Dave M G
Ingo, Thank you for responding. IE has problems with float and clear on the same element [1]. Removing what turned out to be unnecessary floats and clears has solved the problem. Thanks for the solution, and the link to the explanatory web site. -- Dave M G CSSed Zend Studio 5.5 Photoshop

Re: [css-d] Document order versus design breakpoint [SOLVED]

2007-05-09 Thread Dave M G
with usability standards. Thanks for your time and assistance. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] Change to fluid layout explodes in IE7

2007-05-09 Thread Dave M G
on the tabs. But I'm more concerned about the larger layout explosion in IE7 before I fiddle with details. What is it about relative positioning that doesn't work in IE7? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04

[css-d] Document order versus design breakpoint

2007-05-06 Thread Dave M G
. So I'm hoping that there might be some insights as to what options there may be. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

[css-d] Block display causes gap, red border makes gap disappear

2007-05-06 Thread Dave M G
://formever.org/Screenshot.png How can that be? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Block display causes gap, red border makes gap disappear [SOLVED]

2007-05-06 Thread Dave M G
a little padding does the trick. Thanks for the tip, and educating me as to the source of the problem. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIMP, Ubuntu 7.04 __ css-discuss [EMAIL PROTECTED] http://www.css

  1   2   >