Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Martin Möller
For IE try: http://css3pie.com/ CSS3 PIE is a .htc plugin that makes Internet Explorer 6-8 capable of rendering several of the most commonly used CSS3 properties ... On Thu, Aug 5, 2010 at 11:40 AM, Duncan Hill wrote: > On Thu, 05 Aug 2010 09:25:26 +0100, Philippe Wittenbergh > wrote: > >> >>

Re: [css-d] shorthand elements

2009-09-28 Thread Martin Möller
I like the "TROUBLE" mnemonic => TRBL cheers, martin On Mon, Sep 28, 2009 at 3:16 PM, jeffrey morin wrote: > On Mon, Sep 28, 2009 at 9:09 AM, T. R. Valentine wrote: > >> When using shorthand elements such as 'margin' or 'padding', the order is >> (IIRC) >>  2 values (top & bottom) (left & right

[css-d] ie cornered tabs solution

2009-03-11 Thread Martin Möller
Dear List, iam working on a Html Corner Tabs Solution and iam trying to make it look the same in FF, IE7 and IE6. - Fireforx renders it as expected. - IE7 doesnt render the Corner Width as same as the Width of the A Element beneath - IE6 renders the complete Width but uses the 100% instead of jus

Re: [css-d] Can we create a newsletter in CSS

2008-11-28 Thread Martin Möller
> I'd like to know if it's possible, today, to style a newsletter using CSS. > I'm concerning about the compatibility issues, but, have any of you tried > this, what are your thoughts about this? The best Information i know of can you find here: 1. http://www.campaignmonitor.com/css/ 2. http://

Re: [css-d] A problem on safari

2008-10-16 Thread Martin Möller
> > > It's OK in FF3, IE7, and IE6. A colleague reports the problem in > Mac/Safari, > but I have no means of viewing it myself. > > > I just checked in Windows Safari 3.0.3 - same Problem there. You can get it here: http://www.apple.com/safari/download/ __

Re: [css-d] Visual CSS interpreter

2008-10-02 Thread Martin Möller
Sohail Aboobaker wrote: > Is there a tool which would examine the current CSS and HTML for > a given page and draw boxes around the div tag or visually mark each tag for > easy mapping? Firefox Web Developer Toolbar should be sufficient. https://addons.mozilla.org/en-US/firefox/addon/60 _

Re: [css-d] IE6 Problems

2008-09-26 Thread Martin Möller
David Grootes wrote: > I'm having problems with IE6 and have no idea why. Try this: #header { margin-left:-1px; } This should fix it. But another things, before you continue ... fix all your Html Errors first. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.linkhomes2000.co.uk%2Fm

Re: [css-d] Page width problem with IE6

2008-09-17 Thread Martin Möller
Tim Dawson <[EMAIL PROTECTED]> wrote: > Works OK in FF3 and IE7, but in IE6 the menu persists in being about 30px too > wide, as does the div#inner (grey background), although both are set to 770px > in > the CSS. Hi Tim, Checkout: It says: div#nav {margin-left: 0; width: 800px;} Heres where y

Re: [css-d] just using CSS, can I center a sentence both horizontally and vertically in a window (viewport)

2008-09-16 Thread Martin Möller
Bill Brown <[EMAIL PROTECTED]> wrote: > Martin Möller wrote: >>> >>> If you get a chance, please have another look at: >>> http://www.webdevelopedia.com/vertical_centering_unknown_height.html >>> ...and let me know how it fares. >> >> IE

Re: [css-d] just using CSS, can I center a sentence both horizontally and vertically in a window (viewport)

2008-09-16 Thread Martin Möller
> If you get a chance, please have another look at: > http://www.webdevelopedia.com/vertical_centering_unknown_height.html > ...and let me know how it fares. IE 5.5 No (aligns left middle) IE6 Yes IE7 Yes Win Safari 3.0.3 Yes Opera 9.25 Yes Firefox 3 Yes ___

Re: [css-d] Styling the element

2008-09-13 Thread Martin Möller
> Here's mine: > http://www.webbytedd.com//hr/ Tedd, the Markup for it is: __ 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] Styling the element

2008-09-12 Thread Martin Möller
Christian Kirchhoff wrote: > >> I have read the long thread on this subject from last April, but I found it >> confusing and inconclusive. I've tried using an empty div only 1px high, >> with >> background, but IE still insists on transparent spacing. div.hrline hr{ /* take out the troublemakin

Re: [css-d] Google Chrome won't launch

2008-09-04 Thread Martin Möller
Hi Hedley, no Install-Problems at all - took me 30seconds. I noticed that reflection.js which i use in some projects isnt working anymore. Except that is very fast Browser CSS Rendering experience. Cheers Hedley Finger wrote: >Has anybody else had a similar experience? > Windows XP SP3 _

Re: [css-d] Tricky CSS Footer Problem

2008-08-31 Thread Martin Möller
>> David Laakso wrote: > Georg? Face it. Georg Sortun can fix anything. Well, hes the MacGyver of CSS ;-) Alan Gresley wrote: > You will need to make this image much longer (wider than #box2). > http://www.savespam.com/testcase/image/bg_footer_bite_color1.png > and apply it to the background of t

Re: [css-d] Tricky CSS Footer Problem

2008-08-31 Thread Martin Möller
David Laakso wrote: > Best I can do is this. > > If it does not "cut it " for you, we're both gonna need a 'pro' to resolve > the issue (s). > As ever, > Quasimodo ah you changed the bg colo on the img divr to background:#236B7A none repeat

Re: [css-d] Tricky CSS Footer Problem

2008-08-31 Thread Martin Möller
David Laakso wrote: > I think you may want to validate the above document; and, more important, > count on another member of the list for a solution to the problem at hand > as I have no clue. Sorry. Thanks David i appreciate that and iam sorry, i saved the Document with FF and uploaded it as Te

Re: [css-d] Tricky CSS Footer Problem

2008-08-31 Thread Martin Möller
you think? http://www.savespam.com/testcase2/ David Laakso wrote: > Something like this, maybe..? > <http://www.chelseacreekstudio.com/ca/cssd/test-22.html> > Martin Möller wrote: >> >> heres something iam a bit stuck on also especially to make it cross >> brows

[css-d] Tricky CSS Footer Problem

2008-08-31 Thread Martin Möller
Hey List, heres something iam a bit stuck on also especially to make it cross browser safe and id like to hear your opinion on it. Description: - The Content Div is centered and fixed width. - The Footer Div streches to the Browser Window size. - Inside the Footer i need to have an area which is

[css-d] items in ul-lists give z-index problems in ie

2008-01-15 Thread Martin Möller
Dear List, i have a markup like this: img img + text img img + text and so on On mouse hover on the link in the preview div -> i display the big-image div The big-image div is always positioned absolute right above the

[css-d] Safari Check and Footer Problem

2007-08-12 Thread Martin Möller
Heya List, could somebody with a Mac please take a look if it displays correctly? http://www.pessewenk.de/neu/?page=gaestebuch I also have an Footer Float Problem in IE6, but havent figured out yet whats going wrong there. Thanks in advance, Martin ___

[css-d] clearing problem on footer

2007-08-02 Thread Martin Möller
Hi List, working on a new css layout and now i have a clearing Problem on the Footer in IE7 and 6 here. I cant really figure out whats going on :( http://www.pessewenk.de/neu/?page=kontakt Thanks in advance, Martin __ css-discus

[css-d] How would you semanticly write this? Layout

2007-07-12 Thread Martin Möller
Heya CSS-D, i was wondering whats the best way to semanticly write and style this "List". Example: http://www.ceudex.de/test/content_events.jpg Thanks in advance, Martin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

Re: [css-d] I E 6 Help please

2007-07-11 Thread Martin Möller
On 7/11/07, Phil Turner <[EMAIL PROTECTED]> wrote: > Help please my sites not working in IE 6 in various places its > throwing some spacing out of wack! Hi Phil, when Problems occur always validate your Document first and correct the Errors. Sometimes it can be the Solution. Failed validation, 6

[css-d] Disappearing Left and Right Column on Three Column Layout

2007-07-05 Thread Martin Möller
Hi List, i wrote a nice crossbrowser 3 column layout. The Problem is i need to add a background-color or image to my wrapper of the content div but if i add the background my left and rightCol div disappear. Any Ideas? URL: http://www.ceudex.de/test/ Thanks in Advance! Martin _

[css-d] IE6 extends my Wrapper Div more than its defined Width - in Firefox it works fine.

2007-05-18 Thread Martin Möller
found a bug pattern yet or way to fix it. Heres the Sample: http://www.ceudex.de/test/ Thank you very much! Martin -- Mit freundlichen Grüßen With kind regards Martin Möller __ css-discuss [EMAIL PROTECTED] http://www.css