Re: [css-d] which tag do i target with css for the hover effect i want

2010-11-08 Thread David Dorward
LIs. Additionally, it has the added benefit of working in Internet Explorer 6, which still has a sizable market share and doesn't support :hover except on links (so li:hover wouldn't work). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] methods of color specifying

2010-11-05 Thread David Dorward
/syndata.html#color-units Or for the future: http://www.w3.org/TR/2010/PR-css3-color-20101028/#colorunits -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Converting to CSS/XHTML

2010-08-13 Thread David Dorward
XHTML far more effort then it is worth) then br /. http://www.w3.org/TR/xhtml1/#h-4.6 http://www.w3.org/TR/xhtml1/#C_2 -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] A level bar graph with CSS

2010-08-07 Thread David Dorward
nothing from this. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] anchor color help

2010-07-17 Thread David Dorward
in the body to be blue? Write markup that allows you to match them differently with a different selector, then use that different selector. A descendent selector is usually the right choice in situations like this. http://css.maxdesign.com.au/selectutorial/document_descendant.htm -- David Dorward http

Re: [css-d] thoughts on img alt tag verbage

2010-05-05 Thread David Dorward
be just represented as: aimg alt= shopping cart/a because it doesn't add any additional information (and shopping cart shopping cart is just silly. thoughts? http://www.alanflavell.org.uk/alt/alt-text.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] CSS Sprites, Image Replacement, or Just Images?

2010-04-13 Thread David Dorward
replacement, and if so, what's considered the current, best method h2img src=... alt=Listen/h2 -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] SOLVED multiple IDs and classes to one div - which one speaks loudest?

2010-03-16 Thread David Dorward
://www.w3.org/TR/CSS21/cascade.html#specificity -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Tooltip with only XHTML

2010-03-10 Thread David Dorward
doesn't give users enough time to read the text, I'd look for a different design pattern. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] How to Overcome Problems Associated with the IE8 Devolution

2010-02-21 Thread David Dorward
with. The emulation mode is a pragmatic, but horribly unintuitive, approach to let authors keep their code working in IE until they make it better conform to web standards — labeling this devolution is unfair. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Moving css to external css changes results?!

2010-02-19 Thread David Dorward
between embedded and external. Inline only wins because using the style attribute is equivalent to having an infinitely specific selector. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css

Re: [css-d] Noscript tags and degradation

2010-02-13 Thread David Dorward
+= js; /script -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] Deprecations in recent versions of HTML cause CSS problems?

2010-02-11 Thread David Dorward
. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

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

2010-01-17 Thread David Dorward
might I be doing wrong here? Presumably, the library directory isn't a subdirectory in the root directory for the site. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Screen shot or list an entire site

2009-12-31 Thread David Dorward
-Mechanize-Firefox-0.15/lib/WWW/Mechanize/Firefox.pm#$mech-%3Efollow_link [4] http://search.cpan.org/~corion/WWW-Mechanize-Firefox-0.15/lib/WWW/Mechanize/Firefox.pm#Save_the_current_page_as_PNG -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Limit of content in an element

2009-11-23 Thread David Dorward
of the browser instead. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-12 Thread David Dorward
, so you have to load an HTML document in the frame instead of the image directly. Any styling can then take place in that document. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css

Re: [css-d] i don't know any php or asp i know css and i want to know the limits

2009-11-02 Thread David Dorward
. Let's ignore those. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] Changing the name of IDs

2009-10-31 Thread David Dorward
to represent a group of similar elements. Leave IDs for specific elements. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] hello this is my first post i just can get this to look right in IE-any

2009-10-31 Thread David Dorward
for new pages today. !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; Then clear up the machine detectable errors: http://validator.w3.org/ -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] hello this is my first post i just can get this to look right in IE-any

2009-10-31 Thread David Dorward
doesn't support XHTML, you have to claim it is HTML and jump through hoops to write something that is both XHTML and almost-HTML, and those hoops are, IMO, more trouble then they are worth in the vast majority of cases). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Padding increases container size

2009-09-09 Thread David Dorward
is taking up some of that space, there is less for the content width). Is one method better than the other, or just user preference? Screwdriver. Hammer. Pick one. (i.e. it depends on what you are trying to achieve) -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] validating CSS

2009-08-27 Thread David Dorward
, they won't have to learn your stylesheet language, they can just use CSS. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread David Dorward
could style my #comment and add a .wide class and then specify the style for #comment .wide in my style sheet. You can combine multiple classes selectors too: .comment.wide { } But support is lacking in IE6. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Fixed or float?

2009-07-16 Thread David Dorward
: fixed ... with a solid background colour. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] firefox problem

2009-07-08 Thread David Dorward
with is the syntax errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.hcam.net%2Fposts.htmlcharset=%28detect+automatically%29doctype=Inlinegroup=0 Once you've dealt with the machine detectable errors, then start worrying about browsers rendering things other than as you expect. -- David Dorward http

Re: [css-d] Conditional comments for Mac?

2009-06-26 Thread David Dorward
catalog: https://i-share.carli.illinois.edu/uc/vwebv/searchBasic?sk=en_US I'd address these errors first: http://validator.w3.org/check?uri=https%3A%2F%2Fi-share.carli.illinois.edu%2Fuc%2Fvwebv%2FsearchBasic%3Fsk%3Den_UScharset=(detect+automatically)doctype=Inlinegroup=0 -- David Dorward http

Re: [css-d] Centering floated elements ?

2009-06-24 Thread David Dorward
-support is a good guide to centring a group of floated elements in general. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Chrome vs floated tables

2009-06-17 Thread David Dorward
2009/6/17 Bobby Jack bobbykj...@yahoo.co.uk: I've always been led to believe that float without explicit width is a no-no, It's a CSS 2 requirement. Dropped in CSS 2.1. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] html 5 and styling

2009-06-10 Thread David Dorward
2009/6/10 David Hucklesby huckle...@gmail.com: Interesting. That's similar to Thierry's suggestion for enabling styling of ABBR in IE 5/6 - It is the same. Using DOM to generate an element of an unknown type in IE registers it in a way that makes that type available for styling. -- David

Re: [css-d] Aligning select option text segments

2009-06-01 Thread David Dorward
, but it seems that anything put within option besides text is simply ignored by the browser. See http://validator.w3.org/ You might consider using a radio group instead (possibly with some JavaScript to hide all but the selected element until it is clicked). -- David Dorward http

Re: [css-d] Creating css Tables with vertical text

2009-05-31 Thread David Dorward
on its side -- like in a spreadsheet. Current CSS recommendations don't provide any way to achieve this. You'll need to look to CSS 3 drafts or SVG - neither of which enjoys a great deal of support on the WWW. (The other option is pictures of text) -- David Dorward http://dorward.me.ukhttp

Re: [css-d] IE and font size

2009-05-26 Thread David Dorward
it, then it breaks. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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] IE 8

2009-05-12 Thread David Dorward
as potentially incompatible with IE8 with Microsoft. If enough users use IE7 mode, then the URL could be added to a list of URLs for which compatibility mode is the default for IE8 users. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Float and Width

2009-04-09 Thread David Dorward
release of the W3C CSS validator. You can safely ignore it (unless dealing with exceptionally old browsers). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Scrollbar styles (etc.) validatio

2009-01-19 Thread David Dorward
the stylesheet could be applied to? For every window / font size? (Since overlapping can vary depending on these factors) When other stylesheets (including user stylesheets) are applied? at least in the trivial case. There's no way to know if the trivial case will be the real case -- David Dorward http

Re: [css-d] Background

2009-01-13 Thread David Dorward
who really want to scale background images on the client tend to use foreground images and absolutely position them at a lower z-index then the content. I'd try to pick images that tile or fade to a solid colour, and do any scaling on the server. -- David Dorward http://dorward.me.ukhttp

Re: [css-d] Chrome and css

2008-12-21 Thread David Dorward
as a desktop browser is used by a handful of geeks, but it's on all the Google G1 phones (and jolly fast it is too!) so it's bound to get more use / exposure that way in time. And Safari comes on the iPhone. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Nav bar active color won't stick on the open page.

2008-12-09 Thread David Dorward
to follow. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] PADDING on a TAGs and Safari Problems - I suppose.

2008-12-09 Thread David Dorward
2008/12/9 MEM [EMAIL PROTECTED]: Thanks. How can we do that? I mean, is there some specific tool to validate the html and the .css ? List wiki/FAQ -- http://css-discuss.incutio.com/ http://css-discuss.incutio.com/?page=CodeValidation -- David Dorward http://dorward.me.ukhttp

Re: [css-d] Default % values - newbie question.

2008-11-07 Thread David Dorward
-- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] base href and CSS

2008-10-27 Thread David Dorward
, not associated stylesheets (except, I think, in Netscape 4, buggiest browser of them all). I prefer to avoid the base element and use root relative URIs (ones which start with a / character) for everything except document specific resources. -- David Dorward http://dorward.me.ukhttp

Re: [css-d] Margin padding problems with IE FF

2008-10-22 Thread David Dorward
the browser places the padding inside the content width of an element. http://css-discuss.incutio.com/?page=RenderingMode -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Freeway Pro by Softpress

2008-10-21 Thread David Dorward
anything about it, I would be interested in getting your opinion. Glancing at their website, which they claim was written using Freeway Pro, I see layout tables. I'm not impressed. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] DocType on page question.

2008-10-17 Thread David Dorward
research then. http://developer.mozilla.org/en/Mozilla_Quirks_Mode_Behavior http://www.opera.com/docs/specs/doctype/ http://www.quirksmode.org/css/quirksmode.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css

Re: [css-d] DocType on page question.

2008-10-16 Thread David Dorward
to much inconsistency and pain. and if so how do these pages work around this so that there page validates ? In theory, another system of validation could be used - such as an XML schema. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] word-wrap: break-word not working in Firefox

2008-10-13 Thread David Dorward
user generated content to not flow out of their design. In that case, the solution I'd suggest is better sanity checking of the data coming from the user (Sorry, words containing over 30 characters are not allowed). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] IDs' or Classes

2008-04-07 Thread David Dorward
On 07/04/2008, Amrinder [EMAIL PROTECTED] wrote: Could anyone please let me know when (and where) to use ID and when to use class. http://css-discuss.incutio.com/?page=ClassesVsIds -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Inline CSS with TD

2008-03-26 Thread David Dorward
attribute as the contents of a declaration block There is no way to use selectors except in a real stylesheet. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Site problem on ONLY ONE Linux browser

2008-02-13 Thread David Dorward
. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] Extra vertical space between LI elements in IE

2008-01-23 Thread David Dorward
the list items in the HTML source. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-21 Thread David Dorward
On 21/01/2008, Jon Hughes [EMAIL PROTECTED] wrote: Microsoft is pushing an update on February 12th, 2008 that will force-upgrade Internet Explorer to IE7. Sadly, it only applies to users of WSUS on XP or newer, and can be overridden. -- David Dorward http://dorward.me.ukhttp

Re: [css-d] Why does my form wrap?

2008-01-14 Thread David Dorward
are display: block). Incidentally: http://validator.w3.org/check?uri=http%3A%2F%2Fwoodstone-homes.com%2Fadmin%2Fmenu%2Findex2.aspcharset=(detect+automatically)doctype=Inlinegroup=0 http://www.webdevout.net/articles/beware-of-xhtml http://www.cs.tut.fi/~jkorpela/forms/navmenu.html#ben -- David

Re: [css-d] Background inheritance

2008-01-09 Thread David Dorward
/containing-floats/ Techniques for dealing with it: http://www.ejeliot.com/blog/59 font-size: 14px; http://css-discuss.incutio.com/?page=UsingPixels -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css

Re: [css-d] Visibility of a Div

2008-01-04 Thread David Dorward
to debug code. I'd start by fixing these problems: http://validator.w3.org/check?uri=http%3A%2F%2Fnearspaceventures.com%2Fgpsl2008%2Fcharset=(detect+automatically)doctype=Inlinegroup=0 -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] CSS depending on JS (was: Pure CSS drop-down menus aren't *good*)

2007-10-17 Thread David Dorward
dependency. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ 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

Re: [css-d] Validation problems

2007-10-06 Thread David Dorward
and onfocus to a div. Since divs in HTML 4 (or any other markup language standard) cannot hold the focus, these events can never fire, so the attributes are not in the list of allowed attributes for the div element. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] three numbers

2007-10-04 Thread David Dorward
*/ http://www.w3.org/TR/CSS21/box.html#propdef-margin -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Wrapping Long Words

2007-09-24 Thread David Dorward
is to disallow exceptionally long words on the server. When it comes to URLs you can trim the middle. a href=http://very.long.example.com/url/that/will/annoy/;very.longhellip;ll/annoy//a -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] switching text size

2007-09-14 Thread David Dorward
of browsers (with the user-agent string being used to pick a default set) would be more helpful then a custom interface that only works on one specific site? -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss

Re: [css-d] switching text size

2007-09-13 Thread David Dorward
depending on the version)) -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Getting text to center in a div

2007-08-05 Thread David Dorward
the property doesn't apply. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] printing background images

2007-08-01 Thread David Dorward
. , or do I need to outright stack layers on each other with the image laying in one and the text in the other? If at all possible, avoid needing the background. They munch on ink and toner. When it comes to print media style sheets KISS is the way to go. -- David Dorward http://dorward.me.ukhttp

Re: [css-d] mozilla width problem

2007-07-24 Thread David Dorward
dealing with those issues first (the width issue is very likely related to them) -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] Styling an RSS feed { #rss: bother; }

2007-07-23 Thread David Dorward
of support for document.write in XHTML documents. http://www.webdevout.net/articles/beware-of-xhtml might be worth a read. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] HTML and CSS Validators

2007-07-19 Thread David Dorward
/docs/install.html http://jigsaw.w3.org/css-validator/DOWNLOAD.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information

Re: [css-d] IE6 form issue

2007-07-16 Thread David Dorward
errors is, as ever, a good starting point. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Left 50% margin- 497

2007-07-10 Thread David Dorward
content inaccessible. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] centering elements via margin: auto

2007-07-02 Thread David Dorward
://dorward.me.uk/www/centre/#ie -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page

Re: [css-d] centering elements via margin: auto

2007-06-29 Thread David Dorward
, but you are usually better off picking a Doctype that triggers standards mode. http://hsivonen.iki.fi/doctype/ http://dorward.me.uk/www/centre/#ie -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss

Re: [css-d] Two Questions?

2007-06-12 Thread David Dorward
it doesn't? (You can find out what the computed font size is using Firebug's dom inspector, switching to the Style tab, and picking Computed Style from the menu on the right hand side of Firebug). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] DIVs still on different lines -- No a's

2007-06-11 Thread David Dorward
probably be better off with img elements inside the anchors that are equipped with alt text and some JavaScript to toggle the src in response to mouse events. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css

Re: [css-d] table class

2007-06-06 Thread David Dorward
if you disagree. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Importing style sheets and vhosts

2007-05-31 Thread David Dorward
CSS (e.g. @import appearing after rulesets). A URL would make it easier to debug. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Divitis?

2007-05-29 Thread David Dorward
with this or would this be the famous divitis that I have heard about? It is divitus alright. You've got a list, so use a list (ul / ol + li), with a graphical bullet point: http://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image -- David Dorward http://dorward.me.ukhttp

Re: [css-d] changes in W3C validator?

2007-05-15 Thread David Dorward
/ ) to try it out. Jigsaw is, IIRC, the HTTPD / Servelet container that the CSS Validator runs under and I haven't heard about any changes to either of late. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css

Re: [css-d] Inline Lists in IE4 - possible?

2007-05-15 Thread David Dorward
been unsupported by Microsoft for a very long time. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] How does CSS adjust a body background image on resize

2007-05-09 Thread David Dorward
in most currently used browser. background-position: 50% 0%; -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http

Re: [css-d] Image Placement

2007-05-08 Thread David Dorward
are talking about when you say 'cell') 3. If it still doesn't work, provide a URL showing the issue -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] @Media in Firefox

2007-05-04 Thread David Dorward
. */ @import url(./Ressources/StyleSheet/FontStyles.css); Try valid CSS. http://www.w3.org/TR/CSS2/cascade.html#at-import describes how to perform media specific imports. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] page opening sizes

2007-05-03 Thread David Dorward
false in the event of a failure). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com

Re: [css-d] P/DIV Tag problem

2007-05-03 Thread David Dorward
. Where does the W3C claim this? -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com

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

2007-04-30 Thread David Dorward
it? Either reduce the width by the sum of the left and right padding, or use a child container with the padding you want and width auto. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED

Re: [css-d] cms CSS/XHTML

2007-04-26 Thread David Dorward
On 26/04/07, simone.benerecetti [EMAIL PROTECTED] wrote: is there someone who can advise me a good CMS FAQ: http://css-discuss.incutio.com/?page=CssFriendlyCms -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Vailiation

2007-04-19 Thread David Dorward
/DOWNLOAD.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] Calling different img tags

2007-04-16 Thread David Dorward
than .storycontentblog img and so takes priority. http://www.w3.org/TR/CSS2/cascade.html#specificity -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Sudden font size discrepancy

2007-04-15 Thread David Dorward
identifier, warns about not knowing if it should be treating this as XML or SGML[1], uses the URI to the DTD instead of its local catalog for HTML 4.01 Strict, and then validates against that. [1] Thank-you so very much XHTML 1.0 Appendix C -- David Dorward http://dorward.me.ukhttp

Re: [css-d] Web calendar

2007-04-09 Thread David Dorward
Suites Sunday Monday Tuesday Wednesday Thursday Friday Saturday 1 2 Scott Emerick, MD (General Surgery) 9A-2P ... I suggest switching to use a table for your data structure. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Web calendar

2007-04-09 Thread David Dorward
with the issue that is mentioned there. You aren't defining terms, and definition lists don't describe a two dimensional relationship. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] css in HTML email

2007-04-07 Thread David Dorward
On 06/04/07, Ross Hulford [EMAIL PROTECTED] wrote: Quick question... Its a FAQ: http://css-discuss.incutio.com/?page=StyleInEmail -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED

Re: [css-d] png color and IE7

2007-03-05 Thread David Dorward
. There are various tools that can strip it out. http://weblive.blogsome.com/2006/12/26/fixing-png-gamma/ -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

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

2007-02-18 Thread David Dorward
after the last declaration in a declaration-block. Units on non-zero lengths, on the other hand, are required. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Question Regarding visibility: hidden; not working

2007-02-16 Thread David Dorward
/index.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki

Re: [css-d] link style problem

2007-02-13 Thread David Dorward
, and store them in an array. Then you can loop over that array and compare the URL to that of the current page to make the decision with. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL

Re: [css-d] Printing backgrounds

2007-02-12 Thread David Dorward
with an option Print Background Colours and Images which is turned off by default (no, authors can not override it) It is also possible that you've written a screen media specific style sheet. http://www.w3.org/TR/CSS21/media.html -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

Re: [css-d] Screen Shots

2007-01-29 Thread David Dorward
not validating? By not using them (i.e. using Apache log files, or a client side statistical package that uses standard code). -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Inline Pseudo-Classes/Elements

2007-01-26 Thread David Dorward
. Nothing came of it. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] how to hyperlink a background image?

2007-01-17 Thread David Dorward
On 17/01/07, Peggy Coats [EMAIL PROTECTED] wrote: Is there a way to hyperlink a background image (so it takes the visitor to a page in the site?) If its a link, then you need some content to tell the user where the link goes. If its content, it should be in the HTML, not in the presentation

Re: [css-d] Alignment problem

2007-01-08 Thread David Dorward
) in the JavaScript. Bug in IE. text-align shouldn't centre blocks. http://dorward.me.uk/www/centre/ -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] CSS Style Sheet/In-Line Style Conflict

2007-01-03 Thread David Dorward
:0px} the DIV has zero margins. What would make the style act differently in a style sheet than in-line? An error in the code? Specificity issues? Its rather hard to say without seeing the code. -- David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk

  1   2   3   >