Re: [css-d] thumbnail gallery with captions

2007-01-22 Thread david
David Sharp wrote: > Trish Meyer wrote: >> At 10:53 AM +1030 1/23/07, David Sharp wrote: >> >>> I have a bunch of image thumbnails - all the images are the same size, >>> but some are portrait, some are landscape. >>> >>> I currently have them

Re: [css-d] css compatible question

2007-01-23 Thread david
and firefox but not > correctly in safari. instead of me giving a link to code, could > anybody just tell me how to do this? if not i will try to recreate my > problem. > thanks Hmmm, I'm puzzled. That site stretches way beyond 100% of browser window height here on Firefox 1.5 fo

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-23 Thread david
t; your HTML with IE's well-supported conditional comments, but you're willing to pollute your CSS with some newly-found hack instead? Seems unwise to me - CC are well documented and well supported by IE, while the IE-specific CSS interpretation that a hack depends on might go away in any fu

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-23 Thread david
swallow the bilge that many so-called monitoring sites report as percentages, you need to turn that into real numbers. If Konqueror has a "share" of 1%, and your target is the US, then you're talking about roughly 3 million potential visitors. That seems like a lot of potential c

Re: [css-d] Need help with IE position problem

2007-01-23 Thread david
Philippe Wittenbergh wrote: > On Jan 23, 2007, at 9:17 AM, david wrote: > >> That's too bad. I can't imagine any browser in the world is doing >> anything with these elements scattered in the code: >> >> > > Actually, the element is supported by Ge

Re: [css-d] How to Filter Out Explorer 7 and Below

2007-01-23 Thread david
Barney Carroll wrote: > david wrote: >> Another thing to consider: a percentage by itself is meaningless. It >> must always be a percentage of something. Now if you swallow the bilge >> that many so-called monitoring sites report as percentages, you need to >> turn

Re: [css-d] CSS Support in Eudora

2007-02-02 Thread david
on't trust styles in the head of the document to be read or used by all HTML mail clients: inline is probably the most reliable. My recommendation is to email good, snappy TEXT-ONLY content, inviting them to click an included link to get the full info and formatting ... -- Dav

Re: [css-d] background image not appearing

2007-02-05 Thread david
put > the image on the page as not a background and it shows up. any ideas what is > going on here? Is the path to the image correct in your CSS? IIRC, the image path is relative to the location of the CSS file ... -- David [EMAIL PR

Re: [css-d] ie7 vertical line

2007-02-07 Thread david
be removed by user agent". Don't know if that makes a difference here, either. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] navbar links not working correctly

2007-02-07 Thread david
David V wrote: > Not sure why my navbar links aren't working, as I have set the colors > different from the rest of the links. > > It's a work in progress. > > http://www.freshwaterplumbing.com.au <http://www.freshwaterplumbing.com.au/> 7 validation erro

Re: [css-d] Splitting a list into two columns

2007-02-08 Thread david
lculate from that to determine if it will fit completely in a particular column? I think this has outgrown the focus of the CSS-D list, though ... -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL

Re: [css-d] fixed element problem

2007-02-09 Thread david
ng under the header: http://www.clanjones.org/AnandaTravel-LinuxFF2.jpg You need a proper top margin on your main content area to keep it from going under the fixed header, I think, too. But definitely fix the HTML! -- David [EMAIL PROTECTED] authe

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread david
;uri=http%3A%2F%2Fwww.food.thfctalk.com%2Fsample.html -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-disc

Re: [css-d] vertical line graphic not showing in mozilla and netscape and driving me nuts!!!

2007-02-10 Thread david
ie. Probably something is happening there, too. It sounds to me like you might be running afoul of the box model differences between IE and everyone else .. > Any suggestions are greatly appreciated. Name attributes aren't supposed to have spaces in them per W3C validator.

Re: [css-d] Text & Images not appearing in IE

2007-02-14 Thread david
1.0 Strict validation errors might be a place to start: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bctarizona.com%2Findex_new.php Don't know if it makes a difference or not ... -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] CSS to NOT cache a single image

2007-02-14 Thread david
e page is reloaded. Not sure about IE. > > Working example here: http://www.splashdesign.com/dev/css/cssd/ I think that may be a browser setting. I seem to recall Mozilla or Firefox or Opera having an option to only play animations once. Perhaps Safari has something similar? -- David [

Re: [css-d] Horizontal navigation with background image & inheritance problem (Driving me mad)

2007-02-15 Thread david
te can be far too complicated for me to decipher. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- h

Re: [css-d] Resend: suckerfish menu oddity in IE7

2007-02-17 Thread david
nu. > > Has anyone else encountered this bug? Is there a workaround or cure? > > Thanking you in advance for any input. > > Cheers! > Janice Only comment the CSS validator has to say is "Do not put style rules inside H

Re: [css-d] IE not displaying anything in my tag.

2007-02-17 Thread david
g.eli.st:8200 (dev url) >> >> BJ Clark >> > It shows up here in xp ie/6.0 and ie/7.0. HTML Validator reports 3 validation errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fevang.eli.st%3A8200%2F Don't know if it makes a diffe

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-17 Thread david
der has been specified as none. Similar > behaviour can be seen when an invalid image source is displayed like below. > > Is the border:none" above (note missing semi-colon) a typo in your email or is that in your HTML? -- David [EMAIL PROTECTED] authen

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread david
Vinayakam Murugan wrote: >> Is the border:none" above (note missing semi-colon) a typo in your email >> or is that in your HTML? > > Sorry, That's a typo in my mail. Then I have no clue. -- David [EMAIL PROTECTED] auth

Re: [css-d] forcing an element to the bottom of a cell?

2007-02-23 Thread david
he page - on the first display of > the page. If the page gets redrawn, the link goes to the bottom. Step one: fix the 346 HTML validation errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.microcinemadvd.com%2Fdocumentary%2F -- David [EMAIL PROTECTED] aut

Re: [css-d] What's the proper way to vertically center an element within its parent?

2007-03-05 Thread david
s it work across browsers? Don't know about that, but I've seen formations like this used a lot: something heresomething here -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTE

Re: [css-d] multiple ie's

2007-03-05 Thread david
You can use your Windows-based VM software to install and run Linux, then use the excellent and free IEs4Linux product to install and run IE5, 5.5 and 6. IEs4Linux is working on installing and running IE7, but it doesn't work for me here yet. -- David [EMAIL PROTECTED] authenticity, ho

[css-d] How to apply my styles to contents of an iframe?

2007-03-06 Thread david
s original file while stripping the tags from it? Thanks! -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] How to apply my styles to contents of an iframe?

2007-03-06 Thread david
Bradley Wright wrote: > On 6 Mar 2007, at 16:08, david wrote: >> Any way that I can use CSS to make my styles apply to the contents? Or >> is there a convenient way using PHP to include his original file while >> stripping the tags from it? > > The PHP question is ou

Re: [css-d] How to apply my styles to contents of an iframe?

2007-03-06 Thread david
david wrote: > Bradley Wright wrote: >> On 6 Mar 2007, at 16:08, david wrote: >>> Any way that I can use CSS to make my styles apply to the contents? Or >>> is there a convenient way using PHP to include his original file while >>> stripping the tags from i

Re: [css-d] Five column news styled site

2007-03-07 Thread david
e it anywhere ... Outside of that, I'd guess it works for me. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- ht

Re: [css-d] Five column news styled site

2007-03-07 Thread david
www.swmug.co.uk/category/wordpress/> > <http://www.swmug.co.uk/wp-content/themes/Theme/style.css> When I kicked the font size up one step in FF2 for Linux, the Search box intrudes over the first full column of text. -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] Lining up text

2007-03-08 Thread david
ning ... how does someone using only the keyboard get to see the instructions? -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 infor

Re: [css-d] aligning data with css

2007-03-14 Thread david
, more efficient way? I think that would be only way you could do it. You can have the generation process put in the correct tags and don't have to worry about a thing. -- David [EMAIL PROTECTED] authenticity, honesty, community

Re: [css-d] Horizontal Rule Styling

2007-03-14 Thread david
r HR inside a classed DIV, and > have > > .horizontalRule > {clear:both;height:2px;width:100%;background-color:orange;} > > .horizontalRule HR > {display:none;} Question: With CSS off, would that leave extra space above

Re: [css-d] Horizontal Rule Styling

2007-03-15 Thread david
Zoe M. Gillenwater wrote: > david wrote: >> Barney Carroll wrote: >> >>> When I've been required to create horizontal rules I usually just create >>> a div.horizontalRule. However if you still want to keep the HR for the >>> sake of non-CSS agen

Re: [css-d] Nav bar position incorrect in IE

2007-03-16 Thread david
~davidLaakso wrote: > David Roberts wrote: >> I added the search engine after I had checked the page so it is >> correct now. >> >> I don't see what is wrong with this >> >> http://www.education.ea.argyll- >> bute.sch.uk/" title ="Arg

Re: [css-d] Background image not showing in Firefox Opera etc.

2007-03-18 Thread david
can't find the print style sheet, also 36 warnings or something like that ... http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fwww.sparrowdog.com%2Ftest.htm -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] can't figure out why this won't validate

2007-03-19 Thread david
Michael Venables wrote: > Ran into an interesting something. Not sure if it's a problem, > really, but it's confusing. > > This does not validate in CSS3: > > .colset01 { column-width: 15em } Unless you have a typo in your email, you're missing a closing

Re: [css-d] footer clearing problem; 3 col absolute/relative positioned

2007-03-19 Thread david
bsolute, width fluid %. Maybe LayoutGala has something you could use? http://blog.html.it/layoutgala/ -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discu

Re: [css-d] CSS Development General Question

2007-03-22 Thread david
ing DIVs, and work my way down - and always set an attribute as high up the chain as possible. Then, when it's working the way it's supposed to, I go back through the CSS, searching for duplicates, then decide if I really need that duplicate. But I try to keep my HTML as simple as

Re: [css-d] IE7 special code

2007-03-23 Thread david
have this in my CSS >>> * html .clearing {display:none;} >>> >>> i NEED this to imp+lement in IE7 too, but NOT in Ffx or so. >>> What is the bug code for this? >>> In pure .css file cause it is external, no javascript or [if lte IE 7] >>> works

Re: [css-d] IE7 special code

2007-03-23 Thread david
Barney Carroll wrote: > david wrote: >> Or avoid a bunch of hacks and just use conditional comments to feed IE7 >> what it needs. I'm surprised no one has mentioned this yet! > > Quite refreshing, innit? I think it's because conditional comments > aren&#x

Re: [css-d] IE7 Hacks?

2007-03-23 Thread david
that hasLayout is a thing that IE uses as a cheat for speedy page draws and/or redraws. If something doesn't have layout, IE doesn't re-render it - it just copies the current bitmap rendering. Or this seems logical to me. -- David [EMAIL PROTECTED] authenticity, honesty, comm

Re: [css-d] Perfect font sizes across all browser - solved?

2007-03-25 Thread david
browsers with scripting turned off, whether by user > preference, corporate mandate, or other reasons. I mention this > merely to indicate that the population your technique excludes is > probably larger than you imagine. Also, I wonder what happens when a visitor with Javascript

Re: [css-d] Perfect font sizes across all browser - solved?

2007-03-25 Thread david
david wrote: > Paul Novitski wrote: >> At 3/25/2007 02:01 PM, Lee Powell wrote: >>> This weekend I've been working on a way of getting complete control >>> over font sizes without IE's text-resize shrinking text beyond all >>> readable sizes. >&

Re: [css-d] Perfect font sizes across all browser - solved? (verification)

2007-03-25 Thread david
0.225.66]) > by ms-smtp-04.socal.rr.com (8.13.6/8.13.6) with ESMTP id l2PNoMIQ003920 > for <[EMAIL PROTECTED]>; Sun, 25 Mar 2007 16:50:27 -0700 (PDT) > Message-ID: <[EMAIL PROTECTED]> > Date: Sun, 25 Mar 2007 13:50:21 -1000 > From: david <[EMAIL PROTECTED]&

Re: [css-d] perfect font sizes- any sample solutions?

2007-03-26 Thread david
resizeable > would be interesting to me. Why even set a font size on the body? Let it be at whatever the visitor has chosen for his or her preferred font size. Then use percentages for everything else. -- David [EMAIL PROTECTED] authenticity, honesty, community _

Re: [css-d] [WD]: 3 columns, fixed left, fluid middle and right?

2007-03-27 Thread david
p://zivotdesign.com/examples/layout.gif Have you looked at Layout Gala? http://blog.html.it/layoutgala/ -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

Re: [css-d] And now it's Firefox 2 (was "Float Drops")

2007-03-27 Thread david
Firefox 2.0 and 1.5.0. > <http://www.browsercam.com/public.aspx?proj_id=335212> I don't see it in FF2.0.0.3 for Linux, either. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTEC

Re: [css-d] pros and cons of separate css files for IE and non-IE?

2007-03-27 Thread david
onditional comments. No hacks needed. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?

Re: [css-d] changing the containing block for width reference

2007-03-30 Thread david
the web till another > day! Have another whiskey and you'll easily get the sleep you need to fight a cold! -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

Re: [css-d] styling a ul

2007-03-30 Thread david
whatever styles I want) > > and I would attach this class to both ul id="sub-menu-page" > class="sub-menu-page" and li id="sub-menu-page" class="sub-menu-page", is this > correct? No, you only need the ID on the UL. Then you change your class

Re: [css-d] Some trouble with Wrapper Div

2007-04-02 Thread david
the top of MY head, so other heads on the list can answer that. Also, what happens when a visitor increases the font size in their browser? -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PRO

Re: [css-d] A little layout advice please...

2007-04-03 Thread david
ent need to stretch > along with it. > > Ideas? Perhaps Layout Gala has something you could adapt? http://blog.html.it/layoutgala/ -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discu

Re: [css-d] The Free Virtual PC IE6 Test is Dead... Now What?

2007-04-03 Thread david
x under VPC, then use IEs4Linux or QEMU to install IE6 under that. Or I suppose you could install another copy of whatever Windows OS you currently have under VPC and leave that one with IE6. -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] Strange 1px issue

2007-04-14 Thread david
it so I can track down what is causing it. > Anyone have any idea what causes this or a fix for it? Don't know about that, but you're missing a closing for your . -- David [EMAIL PROTECTED] authenticity, honesty, community __

Re: [css-d] font smoothing

2007-04-23 Thread david
le around each letter. > For those of us who suffer from red-green sensitivities, this can be > absolutely awful. > > On many systems I far prefer to have it turned off. Anyway, since this is something done at the client end, neither CSS nor Javascript as any way to change it. --

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

2007-04-23 Thread david
problem. > > This still strikes me as odd, however. Shouldn't the CSS that is applied > to a stop at the first instance of a closing tag, not the > outermost one? I'd think it would, but a is not a block element. It is usually contained IN a block element, such as a pa

Re: [css-d] moderator - Can i mention an amazing new app for css? - I don't want to break the rules.

2007-04-25 Thread david
s to be the best app I have seen for > html, css and everything else it does. Outside of the danger of graphic previews, it sounds like it offers pretty much the same sorts of stuff that Quanta Plus offers. -- David [EMAIL PROTECTED] authent

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

2007-04-26 Thread david
is unsupported. > > Finally, I would rethink leaving potetentially offensive descriptions > in the comments of your source. You have no idea why people have > chosen not to use IE7, and someone, like me, might be offended to > find out that you

Re: [css-d] I've died and gone to CSS hell

2007-04-27 Thread david
t; > Wrong...wrong for me anyway. I must be css-layout challenged. You can find good working layouts at Layout Gala: http://blog.html.it/layoutgala/ -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [

Re: [css-d] Padding effect: explanation please

2007-04-30 Thread david
exactly how much screen space to allocate for the image before the image has completed downloading. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] Extra padding in Firefox

2007-05-04 Thread david
HR isn't shown. 2. Get the desired "horizontal rule" effects you want using the border of either the block element above or below it. Much more power, that way, and much better across browsers. -- David [EMAIL PROTECTED] authenticity, honesty, community _

Re: [css-d] Extra padding in Firefox

2007-05-05 Thread david
Robert Ginn wrote: > >From: david <[EMAIL PROTECTED]> > > >Perhaps you could: > > >1. Leave the tags alone, unstyled except for one thing in CSS: hide > >them. When CSS is enabled, the HR isn't shown. > > >2. Get the desired "ho

Re: [css-d] is it possible to get A:focus working in IE?

2007-05-08 Thread david
>> >> thanks! >> Sandy >> > The only work arounds I know are javascript (which can be disabled) and > behaviours (which I've not yet attempted to learn). Unless someone here > knows another way there are no known CSS only workarounds. I believe that IE&#

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-21 Thread david
y areas where the border > between content and presentation becomes blurred. The tag is very old HTML. I think it existed for those people who were well used to traditions in printed material and didn't want a blank line between their paragraphs! Before CSS arrived, you couldn&#

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-21 Thread david
david wrote: > Richard Grevers wrote: >> On 5/21/07, Bob Easton <[EMAIL PROTECTED]> wrote: >>> Francesco Rizzi wrote: >>>> So, my question for the list is: >>>> why should we use css rules in this scenario instead of tags ? >>> Let's c

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-21 Thread david
Jukka K. Korpela wrote: > On Mon, 21 May 2007, david wrote: > >> Why would you need to start a new line in the middle of a paragraph? I >> think that if you think about it, you'll find you're doing it to put a >> different item inside it, like a list? >

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-22 Thread david
Philippe Wittenbergh wrote: > On May 22, 2007, at 3:32 PM, david wrote: > >>> I would be interested in seeing your pure css solution for inserting a >>> carriage return in the middle of a paragraph (or similar block element >>> which is semantically a sing

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-22 Thread david
Jukka K. Korpela wrote: > On Mon, 21 May 2007, david wrote: > >> Why would you need to do all that? You just put your inline quotation or >> program code in its own paragraph and adjust your margins that way. Why >> would you need to use :before or :after pseudo-element

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-22 Thread david
Jukka K. Korpela wrote: > On Mon, 21 May 2007, david wrote: > >> Update: after posting that, I saw someone else mention song lyrics or >> poetry. Being a writer of both, all I can say is - that each line is >> easily handled as a separate paragraph, with CSS controlling

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-22 Thread david
Blake Haswell wrote: > david wrote: >> Update: after posting that, I saw someone else mention song lyrics or >> poetry. Being a writer of both, all I can say is - that each line is >> easily handled as a separate paragraph, with CSS controlling line >> spacing and left/r

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-24 Thread david
Del Wegener wrote: >> Jukka K. Korpela wrote: >>> On Mon, 21 May 2007, david wrote: >>> >>>> that each line is >>>> easily handled as a separate paragraph, with CSS controlling line >>>> spacing and left/right margins. > > Just t

Re: [css-d] changing font sizes - pt > px doesn't work in CSS

2007-05-24 Thread david
Michael Stevens wrote: > -Original Message- > From: David Laakso > > It is a lot easier if you set default (100%) on the body. And use percent > throughout for font-sizes and a raw number (no unit of measure) for > line-height. > This is a 5 minute fast & dirt

Re: [css-d] Faux column working in IE6, but not Firefox or Netscape

2007-05-24 Thread david
e passed W3C > validation. Really? http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.gwvirginia.gwu.edu%2Fnewsite%2Fpg2.4.html Says you have an extra tag on line 174 ... -- David [EMAIL PROTECTED] authenticity, honesty, community __

Re: [css-d] two variable width divs side by side

2007-05-24 Thread david
orizontal scrollbar (which I presume wouldn't bother them). For this page, could you consider a design that puts the menu horizontally above the table, thus giving your the full width of the window to display the data table? -- David [EMAIL PROTECTED] authenticity, honesty, community __

Re: [css-d] Conditional Statement

2007-05-24 Thread david
Vicki Stebbins wrote: > Hi All, > > I'm wanting to target IE7.0 with a problem it has with 'sticky menus' in > the Suckerfish Menus (pop out menu stay stuck out and don't return). > > The fix is to add this line to the CSS: > #nav li:hover, #nav li.over {position: static;} > > #nav being the na

Re: [css-d] Conditional Statement

2007-05-24 Thread david
James Gadrow wrote: > david wrote: >> Vicki Stebbins wrote: >> >>> Hi All, >>> >>> I'm wanting to target IE7.0 with a problem it has with 'sticky menus' in >>> the Suckerfish Menus (pop out menu stay stuck out and don&#

Re: [css-d] FOUC of a new kind

2007-05-31 Thread david
le till that time. > > Is there a solution to this problem? Hmm, don't know about that, but why float the right column? Why not just float the left and use margins to move the right side content out from the left side? -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] Is there a Safari float doctor in the house?

2007-06-05 Thread david
rhaps it's just a rounding error somewhere in Safari's calculations? -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 infor

Re: [css-d] I want to scream

2005-11-05 Thread david
the new version, there's a good chance that they'll see your website through the IE rendering engine ... -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] Two questions

2005-11-05 Thread david
ely above the bottom article. Going up another notch has the Search box and it's stuff covering part of the title, the date info on the right side overlapping the last couple of words in the "Bridging the gap" line, and the site is basically useless. See screen grab at: http://www.clan

Re: [css-d] A quick one or two!

2005-11-23 Thread david
k?uri=http%3A%2F%2Fwww.nssdesign.scot.nhs.uk%2Finvolving%2520people%2Ftester.php Error 9 on the list says something about an HTML doctype declaration showing up on line 337, which sounds highly suspicious to me. -- David [EMAIL PROTECTED] authenticity, honesty, community _

Re: [css-d] Netscape not showing what it should

2005-11-26 Thread david
ice XML junk and you might get rid of whatever problem you're having with Netscape. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] em or % in width

2005-11-29 Thread david
SED my text sizes (not just for the browser). The higher resolutions give better rendering of details, such as serifs on text, and the larger text sizes keep it readable. I do this because when I'm working on things, I like to have as much on the screen as I can get, and lowering the resolut

Re: [css-d] Peekaboo bug? - harolds

2005-12-22 Thread david
able version link disappear completely and a vertical scroll bar appear beside the images. At my default font size, the Diamond Technology link cuts off at the "g" (it doesn't wrap). -- David [EMAIL PROTECTED] authenticity, honesty, community

Re: [css-d] Form and Menu conflict within FireFox

2006-01-07 Thread david
ted. Hmmm, W3C validator reports 68 validation errors for the HTML and the CSS validator reports 3 errors and bunch of warnings. Fixing these might help things. -- David [EMAIL PROTECTED] authenticity, honesty, community ___

Re: [css-d] Site check Please

2006-01-07 Thread david
he text (near the top of the box around the text) does. I'm not sure why that is, but FF's Web Developer toolbar shows that one of your block level elements is overlaying the block level element that contains your links. That might be causing the problem. -- David [EMAIL P

Re: [css-d] Form and Menu conflict within FireFox

2006-01-08 Thread david
Vic Rauch wrote: > David ([EMAIL PROTECTED]) replied: > >>Hmmm, W3C validator reports 68 validation errors for the HTML and the > >>CSS validator reports 3 errors and bunch of warnings. Fixing these might >>help things. > > Vic now asks: > > I have

[css-d] Just in the interest of learning a little bit ...

2006-01-13 Thread david
... what is causing the annoying horizontal jumping when you mouse over the links to song lyrics on this page? http://www.rockfind.com/little_river_band/ Not my site, I just came upon it and was wondering ... I've only looked at it in FF 1.5 for Linux. -- David [EMAIL PROTECTED] authent

[css-d] Links jumping on hover (was Re: Just in the interest of learning a little bit ...)

2006-01-13 Thread david
matically resize based on content. I've been so used to specifying widths for table columns, I never thought that someone might have left it out! -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-dis

Re: [css-d] Hello people + IE bug

2006-01-16 Thread david
using WineTools to install IE and commonly-required Windows system software in WINE makes it work fine. Or you can use Win4Lin to install and run under Linux any copy of Windows (including XP!) that you might own. -- David [EMAIL PROTECTED] authenticity, honesty, community _

Re: [css-d] CSS Formatting Issues:

2006-01-20 Thread david
7;s WYSI-not-really-what-you-get competitors) is lying to you. The only way to really test and make sure your pages are working right is checking it in a browser. Remember, people don't browse websites using Dreamweaver! ;-) -- David [EMAIL PROTEC

Re: [css-d] two colored headers

2006-01-28 Thread david
.red_part_of_the_header {color: red;} > > Thanks for any help. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/F

Re: [css-d] site check: HyperStrike

2006-02-02 Thread david
> > Its free to sign up and look around on the inside as well. It was quite > a pain to debug the problems with all the browsers, but I think we > nailed them all. > > the site is: www.hyperstrike.com -- David [EMAIL PROTECTED] authenticity, honesty, community _

Re: [css-d] IE Clear/Float Issue

2006-02-05 Thread david
n I tried to validate the CSS, the results page displayed this: Please, validate your XML document first! Line 74 Column 11 The element type "ul" must be terminated by the matching end-tag "". -- David [EMAIL PROTECTED] authenticity, honesty, community Scott Wilcox wrote: &g

Re: [css-d] Interesting Firefox bug? (first-letter pseudo selector)

2006-02-24 Thread david
you specify how many letters to include in the drop. That would be something nice for CSS drop caps to support. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

Re: [css-d] Image Positioning

2006-02-26 Thread david
position her beach picture to the right: http://sswd51.accountsupport.com/index.html -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] Full height and fixed width col issue

2006-03-02 Thread david
Alec A. Lazarescu wrote: > Thanks for your help. I wish I could tell you why there's 100% mania, > but I've long given up trying to get in the mind of the designers that > foist this on me. :) Perhaps it helps designers maintain their old addiction to fixed-size sheets of pa

Re: [css-d] background images

2006-03-25 Thread david
n-width on the body to match your background image dimensions? -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] Does anyone know the diference?

2006-03-25 Thread david
ame resolution stretches the "paper" to fit its larger physical size. -- David [EMAIL PROTECTED] authenticity, honesty, community __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b

Re: [css-d] background images

2006-03-25 Thread david
francky wrote: > david wrote: > >> Stuart King wrote: >> >>> How can I make sure the entire background image is viewed, making the >>> page size the same dimensions as the background image, even if there >>> is little text? >>> &

<    1   2   3   4   5   6   7   8   9   10   >