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

2011-04-25 Thread Martin G
ver, 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.

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

2011-04-24 Thread Martin G
I want the DIV underneath 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-disc

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.

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

2011-03-28 Thread Dave M G
work, so I know I'm 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-dis

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

2010-05-27 Thread Dave M G
f conflict. Can someone look here and see where I might have gone wrong? http://karamoh.com/size_test.html -- Dave M G __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/F

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

2010-05-26 Thread Dave M G
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 -- http://css-discuss.or

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: Thanks to everyone who responded. -- Dave M G __ css-discuss [cs

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

2010-04-25 Thread Dave M G
e a web page 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 L

[css-d] "CSS3 Please" code and Explorer support

2010-03-28 Thread Dave M G
xel wide border 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

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

2010-03-28 Thread Dave M G
bably just because I'm a control 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-

[css-d] Dancing buttons - focus problem

2010-03-26 Thread Dave M G
, not sure 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

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

2010-03-24 Thread Dave M G
. In any case, sorry about that. I wouldn't ordinarily do 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/ Lis

[css-d] Die focus, die!

2010-03-24 Thread Dave M G
ppreciated. -- 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

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; font-weight:b

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 st

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] 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 _larg

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. rega

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

2010-01-18 Thread Dave M G
t later, but for now 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 _

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,

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

2010-01-18 Thread Dave M G
r does position 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. -

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

2010-01-18 Thread Dave M G
different problems, and I 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/listin

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: url(images/linkArr

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 tex

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] 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] :: makeready ::

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

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...

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; }

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 t

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. U

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"...

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

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,

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

2009-10-12 Thread Dave M G
you for directing me 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-disc

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

2009-10-12 Thread Dave M G
achieve my effect. 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/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

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

2009-09-25 Thread Dave M G
ically centred. In any 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/mail

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

2009-09-25 Thread Dave M G
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 -- http:

[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 need to be placed after the last

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

2009-05-26 Thread Anna G
posuere cubilia Curae; Integer posuere nunc et odio adipiscing non porta lacus molestie. On Tue, May 26, 2009 at 12:05 PM, David Laakso wrote: > Anna G wrote: > >> >> The only problem is that the image has to stay INSIDE the box1. This is >> due >> to the CMS

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 wrote: > David La

[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 pa

[css-d] Resize text based on container?

2008-04-09 Thread Dave M G
he text be constrained so that if it's too big for the , 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/list

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

2008-03-20 Thread Dave M G
he case. I'm not really up for fiddling with JavaScript 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-d] Flowing text from one column to another

2008-03-20 Thread Dave M G
wo columns. So, for example, if my text were simply the numbers 1 through 10, each in it's own 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

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

2008-03-15 Thread Dave M G
ndows handles it pretty well too. 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 tag. Thank you so much for the extra effort in helping me out! -- Dave M G Articlass - open so

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

2008-03-10 Thread Dave M G
w me what to do 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

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

2008-03-09 Thread Dave M G
on these issues would be greatly appreciated. Thank you 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/cs

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

2008-03-07 Thread Dave M G
2Fhome_page Thank you 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.incu

[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.html"http://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.com"www.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 [SOLVED]

2007-12-27 Thread Dave M G
empt to tweak for efficiency. Many 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/l

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

2007-12-27 Thread Dave M G
nother div without padding. How exactly does 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

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

2007-12-26 Thread Dave M G
that the text 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 Artic

[css-d] list whitespace bug issue with IE

2007-12-26 Thread Lisa G. Wilcox
I have a site HYPERLINK "http://www.familyfirstdocs.com"http://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 Win

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

2007-12-26 Thread Dave M G
ok at the screen captures here: http://www.browsercam.com/public.aspx?proj_id=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.

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

2007-12-25 Thread Dave M G
rring to.) Any advice on how to kill these last two snags would be greatly 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 thi

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

2007-12-25 Thread Dave M G
7, on XP and Vista, however, the alignment of various 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-di

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 by

[css-d] IE issues

2007-12-11 Thread Lisa G. Wilcox
Happy holidays everyone, I have this site… HYPERLINK "http://www.familyfirstdocs.com"www.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 botc

[css-d] New to group

2007-12-06 Thread Lisa G. Wilcox
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 beautiful on FF

[css-d] Rules for generating valid CSS

2007-12-05 Thread Dave M G
r tags. 4. No empty 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/FAQ --

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 or does the trick. 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 missing > around > his picture (bottom of center panel). >

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

2007-08-25 Thread Dave M G
style 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/mailm

[css-d] Client side include for Internet Explorer

2007-08-25 Thread Dave M G
now 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/listinfo/css-d IE7 information -- h

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

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

2007-08-24 Thread Dave M G
n explicit height, 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

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

2007-08-23 Thread Dave M G
positioned on the left. And, as expected, the "logo-right" has a thin background, positioned on the right. That's all that is going on, and it works in all other browsers. So what is IE7 doing differently? Thank you f

[css-d] Logo Image Disappears

2007-08-19 Thread Dave M G
I need to know about IE7 in the way that it handles nested 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

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

2007-07-29 Thread Dave M G
to only specify an image location and nothing 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

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

2007-07-27 Thread Dave M G
rstand 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 infor

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
nd the :after solution 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 tags that contain them. Much appreciated. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wi

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

2007-07-26 Thread Dave M G
but it doesn't. At this point I'm quite confused. Can anyone recommend a reliable way to get the s inside my container 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-d] Background image disappears when not repeated

2007-07-26 Thread Dave M G
t the background image to appear once, on the left side, of my ? 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-discu

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-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 give

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. > > The top one is wrong, the bottom one is fixed. > > li.poster {-moz-float-edge:content-box;} > does all the magic. > Philippe, t

[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 collap

Re: [css-d] Variable width of menu

2007-06-09 Thread Dave M G
cally expandable to compensate for a varying number of 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

Re: [css-d] Variable width of menu

2007-06-09 Thread Dave M G
izontally. So 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]

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) Inksc

[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

[css-d] Variable width of menu

2007-06-08 Thread Dave M G
in the right proportions, 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 ad

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, U

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

2007-06-06 Thread Dave M G
re set 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, Ub

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

2007-06-06 Thread Dave M G
de. But if the content is not as long as the viewport, the red border shrinks so that it is no longer touching the bottomof the viewport. Where did I go wrong? Thank you for any advice. -- Dave M G CSSed Zend Studio 5.5 Photoshop 7 (Wine) Inkscape, GIM

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

2007-06-03 Thread Dave M G
tandard. I only mean misbehaving relative to my current needs. -- 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] Text that breaks out of veritcal flow

2007-06-01 Thread Dave M G
there may be a CSS2 solution that could work. -- 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 informati

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

2007-06-01 Thread Dave M G
I can use CSS to more strictly impose 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.cs

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 Photos

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

2007-05-09 Thread Dave M G
hed minor details 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 (Win

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

2007-05-09 Thread Dave M G
ly keep in line 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

  1   2   >