[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

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

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

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

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

[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

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

Re: [css-d] Site check: formever.org

2007-04-26 Thread Dave M G
! -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page

Re: [css-d] Site check: formever.org

2007-04-26 Thread Dave M G
M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ 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] IE6 really is dead to me. Here is why.

2007-04-26 Thread Dave M G
on the direction of browsers, which I am hoping is acceptably on topic. I will endeavor hereafter to focus on more technical concerns.) -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Site check: formever.org

2007-04-26 Thread Dave M G
of the design. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Span tags set to not display make containing div not display [SOLVED]

2007-04-25 Thread Dave M G
to advanced CSS selectors up to IE 6 That's okay. I've stopped supporting IE6. No more hacks or compromises for me. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css-discuss [EMAIL

[css-d] Floating divs off horizontal alignment

2007-04-25 Thread Dave M G
, relative, absolute... but nothing is getting these images under control. How can I get these DIV items lined up? Thank you for any advice or help. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

[css-d] Text running outside of boundary

2007-04-25 Thread Dave M G
the text break to the next line if it comes to the edge, like it does in the li items below it? Thank you for any advice or help. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css

Re: [css-d] Text running outside of boundary

2007-04-25 Thread Dave M G
definitely be excluded here is h1. But then again... I'm afraid I'm not very good at determining what is appropriate semantic markup for this. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Text running outside of boundary

2007-04-25 Thread Dave M G
it doesn't work like that. So I'm missing something about the difference between something being a block element, and something being given display: block in the CSS. Where am I going wrong? -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Floating divs off horizontal alignment

2007-04-25 Thread Dave M G
CSS-d, Solved my own problem. There were some non-breaking spaces (nbsp;) left over from before I had enclosed the validator links into div tags. Once I removed them, the div tags lined up properly. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Text running outside of boundary

2007-04-25 Thread Dave M G
of the menus anyway. So I simply meant that I chose h3 only because it was the was the next one after the ones I had already used elsewhere. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

[css-d] Site check: formever.org

2007-04-25 Thread Dave M G
initial reactions that are free of preconceptions. Any comments or constructive criticism at all would be very welcome. Thank you for your time and help. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Span tags set to not display make containing div not display

2007-04-24 Thread Dave M G
that is applied to a span stop at the first instance of a closing /span tag, not the outermost one? -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css-discuss [EMAIL PROTECTED] http

[css-d] Span tags set to not display make containing div not display

2007-04-23 Thread Dave M G
is that everything inside the div does not display. Shouldn't the CSS apply to within the span tag, and leave the ul tag, which comes after the closing /span, alone? -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

Re: [css-d] Sliding doors tabs not working

2007-04-20 Thread Dave M G
the right way. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Sliding doors tabs not working

2007-04-19 Thread Dave M G
) no-repeat left top; padding:5px 20px 4px 10px; text-decoration:none; color: black; } Any advice about where I messed up would be most appreciated. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-15-generic Pentium D Dual Core Processor

[css-d] Where is this CSS coming from?

2007-04-11 Thread Dave M G
for any information or advice. -- Dave M G Ubuntu 7.04 Feisty Fawn Kernel 2.6.20-14-generic Pentium D Dual Core Processor __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Site check for formever.org [COMPLETED]

2007-04-02 Thread Dave M G
case, thanks to everyone who gave me some feedback on my site. I've decided to take a few new directions with it based on what I've learned here. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2

[css-d] 2 small IE7 issues with site design

2007-04-02 Thread Dave M G
ability myself). Thank you for any advice or information. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] 2 small IE7 issues with site design

2007-04-02 Thread Dave M G
for the link to the Javascript list. However, I think that if the problem can be identified as a Javascript issue, and not something I can solve with CSS or HTML, then I may simply ditch the script entirely. I'm not going to crack my head against yet another language. -- Dave M G Ubuntu 6.10 Edgy

Re: [css-d] Absolute position from within a DIV not being absolute [SOLVED]

2007-03-29 Thread Dave M G
CSS-d, I found the information I needed in the archives: http://archivist.incutio.com/viewlist/css-discuss/26093 -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2

[css-d] Site check for formever.org

2007-03-29 Thread Dave M G
. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Site check for formever.org

2007-03-29 Thread Dave M G
patch to make IE6 and IE5 theoretically behave more like a standards compliant browser: http://dean.edwards.name/IE7 The site claims that the patch will enable IE6 to handle PNG transparencies. So my question to anyone who can check with IE6 is... does it work? Has it helped at all? -- Dave M

[css-d] Background image not appearing

2007-03-27 Thread Dave M G
(default_style/folderbottom.png); } #menus div ul{ list-style-type : none; margin-left: 0; margin: 0; padding: 0; list-style-image: none; font-size:.75em; } -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2

[css-d] Absolute position from within a DIV not being absolute

2007-03-27 Thread Dave M G
is it not floating over on the right hand of the screen? Thank you for any advice. CSS code: #mainNavigation { position : absolute; float : right; clear : both; right: 100px; top : 120px; } #mainNavigation li{ display: inline; } -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20

Re: [css-d] Background image not appearing

2007-03-27 Thread Dave M G
are still there after ensuring the code is valid. Will it be possible now to get some advice on where I am going wrong with the CSS? (PS: The CSS validator shows five errors, but they may be related to the very reasons I'm posting here.) -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5

Re: [css-d] Background image not appearing [SOLVED]

2007-03-27 Thread Dave M G
precedes it. But now I see that the hack already has a closing bracket, and somehow an additional one was in there. Thanks for pointing out my error. This has indeed solved the problem. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.20-5-generic Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2

Re: [css-d] Rounded corners and csszengarden principles

2007-02-13 Thread Dave M G
Gunlaug, Micky, Thank you for the links to the CSS and HTML code necessary to put corners in as I'm looking to do. However, I don't seem to be using the :before and :after tags correctly. Is there something wrong with my code? I have an example here: http://articlass.org -- Dave M G Ubuntu

[css-d] Rounded corners and csszengarden principles (was: Placing images in corners)

2007-02-12 Thread Dave M G
. Thank you. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.17.7 Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Placing images in corners

2007-02-11 Thread Dave M G
this kind of information is out there, but it's hard to find because of the overwhelming popularity of solutions to rounded corners. Is there a simple tutorial for corner images that would be more suited to my purpose? Thank you for any advice. -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.17.7

Re: [css-d] Border shift possible?

2007-01-21 Thread Dave M G
? -- Dave M G Ubuntu 6.10 Edgy Eft Kernel 2.6.17.7 Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Border shift possible?

2007-01-19 Thread Dave M G
open space appear on the right hand side. Is there a way I can get the border to be centered above the ul list, so that if I have it set to be 70% wide, then it starts at 15% in from the left hand side and ends 15% from the right hand side? Thanks for any information or advice. -- Dave M G

[css-d] Visually combining two div boxes

2007-01-15 Thread Dave M G
enough and with enough comments to be easily readable, is here: http://articlass.org/style.css Any advice or information would be much appreciated. -- Dave M G Ubuntu 6.06 LTS Kernel 2.6.17.7 Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2

Re: [css-d] Visually combining two div boxes [SOLVED]

2007-01-15 Thread Dave M G
. As an aside, that now makes 4 IE hacks in my CSS (and one related Opera hack). But I won't start off on the usual rant against IE/Microsoft. We all know how hard they suck. Thanks for all the help. -- Dave M G Ubuntu 6.06 LTS Kernel 2.6.17.7 Pentium D Dual Core Processor PHP 5, MySQL 5, Apache 2