Re: [css-d] media queries following prior rules

2016-07-11 Thread Peter H.
's your box-sizing rule. For some reason it's specified as 'inherit' in the reset. If you change that to 'border-box' your layout may work as intended. Peter __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] 508 compliance

2016-04-14 Thread Peter H.
Hi Karl, I'm not sure what you mean by 'hard coded or inline'. Make a test page and place an image: The image will fill 100% of its container's width. It makes no difference if the css is inline, in the head or in an external sheet. Best regards, Peter - > On 14 Apr 2016, at 23

Re: [css-d] 508 compliance

2016-04-14 Thread Peter H.
image dimensions, I don't know, but if it doesn't then I don't see the point of adding width and height to the html. Regards, Peter - > On 14 Apr 2016, at 21:04, Tom Livingston <tom...@gmail.com> wrote: > > List, > > Somewhat CSS related, I have a question about im

[css-d] Automatic Reply: Re: css-d Digest, Vol 147, Issue 2

2015-02-20 Thread peter
I will be out of the office on leave until Monday 23rd February with no access to email or calls. If your query is urgent please use the contact channels on our website. Otherwise, I will respond to your query as soon as possible. -- Best Wishes Pete Downes T: 01424 720329 E:

Re: [css-d] rendering of Open Sans on my project site vs. Typekit

2014-12-31 Thread Peter H.
or graphics rendering thang rather than a problem with your code. Peter H. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] Fwd: Grids: what's all the fuss ?

2014-08-11 Thread Peter H.
you need directly. Peter __ css-discuss [css-d@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] Mega drop down menu

2014-06-07 Thread Peter SHILLA
Am new to mailing list and web development too. Could anyone link to CSS material for creating mega drop down menu using CSS, right from first principle ? regards//Peter __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-13 Thread Peter H.
On a Motorola G phone with Android Kitkat the p text is quite large and the table text is tiny. On an iPhone 4 all the text is the same size, and tiny. Peter El 13/03/2014, a las 23:31, Ezequiel Garzón escribió: Thanks again for your reply. Now I'm really beginning to second

Re: [css-d] Will the unsemantic HTML elements B and I be soon phased out?

2014-02-17 Thread Peter H.
for the foreseeable future I'll prefer them over em and strong. They're quicker to key, too. Peter H. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Will the unsemantic HTML elements B and I be soon phased out?

2014-02-17 Thread Peter H.
El 17/02/2014, a las 11:01, Philip Taylor escribió: Peter H. wrote: I've always had a problem understanding why em and strong are supposedly more semantic than i and b. Because em means emphasised and strong means strongly emphasised (semantic, saying nothing about how

Re: [css-d] Will the unsemantic HTML elements B and I be soon phased out?

2014-02-17 Thread Peter H.
be my age. Peter __ css-discuss [css-d@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

Re: [css-d] html email with css

2013-09-06 Thread Peter H.
. Peter H. __ css-discuss [css-d@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] Sprite Menu - Hover Issue for Newly-Added Item

2013-07-26 Thread Peter Ankelein
Hi All, I've a sprite menu that I just updated by adding another menu item, C-MUG to it. I've re-calculated all the numbers and everything seems to be set up correctly. It's working correctly on jsfiddle (http://jsfiddle.net/gPNF4/) but for some reason, on my development server and on the

Re: [css-d] Sprite Menu - Hover Issue for Newly-Added Item

2013-07-26 Thread Peter Ankelein
On Fri, Jul 26, 2013 at 6:25 PM, Tom Livingston tom...@gmail.com wrote: Can we have a link to the actual site with the issue? Try this: http://www.mdsol.com/conferences/mug/test.html. __ css-discuss

Re: [css-d] Sprite Menu - Hover Issue for Newly-Added Item

2013-07-26 Thread Peter Ankelein
Well, hey! Apparently, I couldn't see the forest through the trees! I built the site years ago and the nav was based on the CSS or navigation matrix (what some folks were calling it at the time) and was my first attempt at moving from JS rollovers and sliced images. TBH, I don't remember where the

Re: [css-d] css-based flyout menu for mobile?

2013-06-15 Thread Peter H.
It's quite old now but Son of Suckerfish does the things on your list. It has a bit of javascript to deal with hover: on old IE's, but if you're not worried about that you can dispense with the script. You'll find it at: http://www.htmldog.com/articles/suckerfish/ regards, Peter

Re: [css-d] Simple Floats on Multiple Rows Getting Stuck

2013-05-30 Thread Peter H.
of window width: display: inline-block; vertical-align: top; I notice that the link that Georg posted is still functioning so I'll take the liberty of repeating it here: http://www.gunlaug.com/contents/test/test-floating-boxes-mc0.html Hope this is useful, Peter H

[css-d] Alignment / Float issues with select boxes

2013-04-04 Thread Peter Ankelein
Hey Folks, I've a landing page with some text and select box form floated left and right (general float classes attached to them, not as part of the select box styles). http://www.mdsol.com/ad/clinical-cloud/index.html The text input fields are fine but I'm having a difficult time with the

Re: [css-d] Alignment / Float issues with select boxes

2013-04-04 Thread Peter Ankelein
for the text boxes. They don't render the same so the widths, height and padding elements had to be altered. Still the same issue regardless. Pete -- *Peter Ankelein* | Sr. Creative Developer | Medidata Solutions Worldwide http://www.mdsol.com 79 Fifth Avenue, 8th Floor, New York, NY 10003 pankel

Re: [css-d] Alignment / Float issues with select boxes

2013-04-04 Thread Peter Ankelein
On Thu, Apr 4, 2013 at 7:54 PM, Philippe Wittenbergh e...@l-c-n.com wrote: Why don't you set a width on the parent p elements? At the moment their width depends on the width of the content (the form fields), which has different values. From there, if it is crucial for you that textfields

Re: [css-d] Floating boxes with variable heights

2012-07-27 Thread Peter H.
exist as a declaration) then there is no float declaration and the whole thing depends on display: inline-block; Is that right? I wonder how far back inline-block is supported. When you say 'obsolete browsers', are you referring to IE6 and IE7? Peter El 27/07/2012, a las 01:43, Georg escribió

Re: [css-d] Floating boxes with variable heights

2012-07-27 Thread Peter H.
thanks Georg, that's very handy. Peter - El 27/07/2012, a las 17:27, Georg escribió: an alternative to equal height floats, and inline-block are very often the best __ css

[css-d] Page Centering at Smaller Resolutions

2012-07-17 Thread Peter Ankelein
Hey Folks, I've been working on a landing page for an ad campaign and have it looking nice (centered, fixed-width) on larger monitors. The problem is folks with smaller resolutions where the width of the page is too wide, thus the horizontal scrollbar appears at the bottom of the browser and page

Re: [css-d] Page Centering at Smaller Resolutions

2012-07-17 Thread Peter Ankelein
. If it was a standard body background image, then, yes, I would. -- *Peter Ankelein* | Sr. Creative Developer | Medidata Solutions Worldwide http://www.mdsol.com 79 Fifth Avenue, 8th Floor, New York, NY 10003 pankel...@mdsol.com | direct: +1 212 918 1785 | main: +1 212 918 1800 Follow Us

Re: [css-d] ie 6/7/8

2012-04-23 Thread Peter H.
), whereas IE7 8 shows rules only on hover and only below each item. Scrolling behaviour is also not how it should be in IE6. Wouldn't Adobe Browserlab be a good quick way to check your changes? https://browserlab.adobe.com/ Hope this is useful, Peter

Re: [css-d] Finding fallback fonts (for Calibri)

2012-03-05 Thread Peter H.
://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/ Hope this is useful, Peter H. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] desktop. tablet. mobile.

2012-01-31 Thread Peter H.
it look nice. On the desktop there's a double rule under Dakota which maybe isn't intended - the thin white rule being very slightly wider than the grey one. Hope this is useful feedback, Peter __ css-discuss [css-d@lists.css

Re: [css-d] Container shifts, one page to another

2011-10-24 Thread Peter H.
the bounds of the area it's sitting in. Could it be just that the 2nd page draws a scroll bar, which causes everything to shift to the left ? Hth, best regards, Peter H. __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread Peter H.
text, or what size image, I put int there. in case this is of any help: the only way I've ever found to reliably centre vertically, is to use a good old-fashioned table. In this case, say, a single row with a cell each for your text and your image would probably do. Best regards, Peter H

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Peter Bradley
. :-) You could make the changes in the parent stylesheet and insert this. /* WARNING, beware of the hasLayout genie. http://www.satzansatz.de/cssd/onhavinglayout.html */ Could be the answer! Cheers and thanks again. Peter -- http://www.peredur.net pere...@peredur.net

[css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
to be corrected on this since I've only just started looking at HTML5. Thanks Peter -- http://www.peredur.net pere...@peredur.net __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Peter Bradley
it as a compliment. :-) Peter -- http://www.peredur.net pere...@peredur.net __ css-discuss [css-d@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] Browser Stacking Issues

2011-03-25 Thread Peter H .
and that for z-index purposes only, opaque is better. However, I see that your .swf is within javascript tags so I'm not sure whether the above is helpful, but it might at least give you a pointer. HTH, Peter H. __ css-discuss

[css-d] Flexible parent container height?

2011-02-21 Thread Peter Ankelein
Hi All, How can I get the height of a parent container to re-size according to any nested container(s) content similar to the way tables work? Here's a sample page that demonstrates the issue: http://www.mdsol.com/conferences/mug2/amug.html Right now, each 'tier' has a parent container at a

[css-d] CSS sprites/matrix and 2nd level nav menu

2011-02-10 Thread Peter Ankelein
Hi All, I've been looking into how to create an image-based CSS nav menu with 2 levels for the current site I'm building. This led me to Veerle's old 2 level horizontal navigation in CSS with images demo...

[css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
Happy New Year to the list. I'm just starting on the development of a site for an authoress and have hit a problem in IE6 and 7 with the main navigation list. You can see the page I'm working on at: http://www.peredur.net/stella/template.php The page is valid according to the w3c validator

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
On 01/01/11 15:30, Chetan Crasta wrote: ul#topnavlist li a {position:relative} That is the hack that will fix the problem. BTW, your page is not valid. The Crime, Cats etc sub-menu should be within anli. ~Chetan Aargh! That'll teach me one of two things. Either to stop fiddling when

Re: [css-d] IE6 and 7 help please

2011-01-01 Thread Peter Bradley
On 01/01/11 16:23, Chetan Crasta wrote: Happy to help. Try the same hack: #header img {position:relative;} ~Chetan Yep. Just did. It works, too. Just out of interest, do you know what's going on here? Or is it one of those, It works. Don't ask, sort of things? If I could get a handle

Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-29 Thread Peter
! This didn't work either! Vexing! But thanks for the suggestion. Where you have you movie inserted in the html, do you have wmode ? Like so: param name=movie value=media/banner.swf param name=wmode value=opaque / If not, try that. hth, Peter H

Re: [css-d] faux column issue...

2010-11-12 Thread Peter Bradley
wanted to toggle back and forth. Thanks again, Michael Is it because your content div only has floated content and therefore has no height? Cheers Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css

Re: [css-d] Box Model and Background-image

2010-11-12 Thread Peter Bradley
Ar 12/11/10 22:53, ysgrifennodd John : In the CSS box model, are background images understood to occupy the same height and width as the outer edge of the border area? thank you John Border inner edge, isn't it? I.e. content + padding. Could be wrong, though. Cheers Peter -- http

Re: [css-d] Box Model and Background-image

2010-11-12 Thread Peter Bradley
). I'm going to have to play now to see if a border overlays a background image or /vice versa/. Just as I was thinking about calling it a day for today! Cheers Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css

Re: [css-d] Box Model and Background-image

2010-11-12 Thread Peter Bradley
Ar 12/11/10 23:21, ysgrifennodd Peter Bradley : I'm going to have to play now to see if a border overlays a background image or /vice versa/. Just as I was thinking about calling it a day for today! Yup. If you have a background colour and a dotted or dashed border, you can see

Re: [css-d] Son of Suckerfish problems

2010-11-10 Thread Peter Hammarling
a:active { display: block; background: #93c83d; padding: 10px; in your css, it would work better with: #nav li ul li a:hover Hope this turns out to be useful, Peter H. __ css-discuss [cs...@lists.css

Re: [css-d] XHTML or not?

2010-11-10 Thread Peter Bradley
of structure and format, I suppose; but good practise should make you do that anyway. But at the end of the day - and in my opinion only - it's just a matter of choice. It's producing *valid* HTML that's important to me, not the DOCTYPE. HTH Cheers Peter -- http://www.peredur.net

Re: [css-d] Quirks compendium?

2010-11-07 Thread Peter Coates
Sorry, this page is not available -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David McGlone Sent: November-07-10 11:39 To: css-d@lists.css-discuss.org Subject: Re: [css-d] Quirks compendium? On Sun, 2010-11-07 at

Re: [css-d] Help

2010-10-30 Thread Peter Bradley
anything to do with it? I suspect not. Sincerely, Brian M. Curran | CAD Consultant Without having played around with it a lot, it looks to me as though it's because your images overflow their containers. Cheers Peter -- http://www.peredur.net

[css-d] Formatting nested lists

2010-10-19 Thread Peter Bradley
suggestions would be most gratefully received. Thanks in advance. Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Formatting nested lists

2010-10-19 Thread Peter Bradley
that I'm pretty happy with the basics of CSS). :-) But thanks a lot for that. It's good stuff. Cheers Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Off topic, web hosting help

2010-08-26 Thread Peter Coates
experiences with dreamhost.com, but there are lots of other outfits out there offering similar things. Peter -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Tomasz Kisielewski Sent: August-26-10 06:35 To: css-d@lists.css

[css-d] sub-columns within floats

2010-08-09 Thread Peter Ankelein
Hi All, I've been racking my brains regarding column control within a float. I'm revising an event agenda that currently has two columns via a 100px left float for the session times and a 425px right float for all the session titles and associated content. The problem is now, many of the items in

Re: [css-d] Simple menu bar

2010-08-01 Thread Peter Lawson
Thanks to all of you for your interest and advice. -- Peter Lawson Cape Town: 021-797-4493 France 06 18 28 96 43 __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] Simple menu bar

2010-07-30 Thread Peter Lawson
=Concessions.htmlConcessions/a/li lia href=Opportunities.htmlOpportunities/a/li lia href=Magazines.htmlMagazines/a/li lia href=Links.htmlLinks/a/li /ul -- Peter Lawson Cape Town: 021-797-4493 France 06 18 28 96 43 __ css

Re: [css-d] OS Specific CSS?

2010-07-16 Thread Peter Bradley
, unfortunately. Cheers Peter -- http://www.peredur.net __ 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

Re: [css-d] Layout help needed, almost right

2010-06-27 Thread Peter Hammarling
one the most legible sans currently available for common use, cross-platform, on the web. As a starter: http://en.wikipedia.org/wiki/Matthew_Carter Peter H. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] centering 3 float: left boxes

2010-06-22 Thread Peter Coates
you wan #left_main { margin-left: 1024px - 768px - } But how many px in an em? This is dependent on you font-size and on the device displaying the page. I believe the answer is to eschew the use of px as a measurement everywhere, but that is a bit rough when you have pictures in the mix. Peter

Re: [css-d] Re : IE8, CSS 2.1 page-break-inside: avoid problem

2010-06-21 Thread Peter Coates
It appears that you are trying to avoid a page break in a div containing several ps. Your examples appear to work in Opera, but not in IE8. IE8's support for page-break-inside is best described as buggy. -Original Message- From: css-d-boun...@lists.css-discuss.org

Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Peter Coates
Wouldn't it be easier to construct the finished image you want, and define the active area for the button with a map? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Victor Subervi Sent: June-21-10 8:36 AM To: Climis,

Re: [css-d] An Image On Top Of an Image

2010-06-21 Thread Peter Coates
...@gmail.com] Sent: June-21-10 10:09 AM To: Peter Coates Cc: Climis, Tim; CSS Discuss Subject: Re: [css-d] An Image On Top Of an Image On Mon, Jun 21, 2010 at 12:23 PM, Peter Coates pcoa...@yukon1000.com wrote: Wouldn't it be easier to construct the finished image you want, and define the active area

Re: [css-d] Re : Re : IE8, CSS 2.1 page-break-inside: avoid problem

2010-06-21 Thread Peter Coates
, JYves De : Peter Coates pcoa...@yukon1000.com À : Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk; Stéphane Carnot stephanecar...@yahoo.fr Cc : css-d css-d@lists.css-discuss.org Envoyé le : Lun 21 juin 2010, 14h 27min 46s Objet : RE: [css-d] Re : IE8, CSS

Re: [css-d] CSS Not Validating

2010-06-21 Thread Peter Bradley
? Thanks, Duane Nelson Loss2gaiN Designs http://myL2G.com On the one occasion I needed it, I used this: !--[if lt IE 7] style type=text/css #banner img { behavior: url(styles/iepngfix.htc) } /style ![endif]-- Obviously you'll want to substitute your own selector. HTH Peter

Re: [css-d] Font treatment suggestion?

2010-06-20 Thread Peter Coates
You might find something of interest here: http://24ways.org/2005/swooshy-curly-quotes-without-images -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: June-19-10 8:27 PM To: Brian M. Curran Cc: css-d

Re: [css-d] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread Peter Hammarling
dory. Don't see why it would be a cache issue but it might be worth emptying everything and relaunching. Peter H. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] liquid design for small screens

2010-06-20 Thread Peter Coates
. What is the solution. I hope it is nice and simple. I don't mind feeling stupid, and I dislike complexity and contrapted solutions. Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] liquid design for small screens

2010-06-20 Thread Peter Coates
- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Peter Coates Sent: June-20-10 11:54 AM To: 'css-d' Subject: [css-d] liquid design for small screens On a regular screen, the norm appear to be to define a container div of a fixed width, put

Re: [css-d] Sum total greater than 100%

2010-06-19 Thread Peter Bradley
Cheers Peter -- http://www.peredur.net __ 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

Re: [css-d] Sum total greater than 100%

2010-06-19 Thread Peter Bradley
are the /same/ in Mac Opera, Mac Safari, WebKit nightly, Camino, and Mac Firefox [see below]. Just a guess..., but rounding errors when calculating percentages?? Cheers Peter -- http://www.peredur.net __ css-discuss [cs

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-15 Thread Peter Coates
expected. Why not? Peter -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Tim White Sent: June-14-10 7:24 AM To: Gabriele Romanato Cc: css-discuss Subject: Re: [css-d] Pure CSS fisheye menu with icons: a demo Hi all! I'm

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread Peter Coates
Why not use ul { list-style-image URL(bullet.gif); } I believe that is supported by IE. Peter -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jay Carlson Sent: June-15-10 10:13 PM Cc: 'css-discuss' Subject: Re: [css

Re: [css-d] Fwd: Re: Making sure my container turned out

2010-06-13 Thread Peter Bradley
have my heart in my mouth when answering anything on here. You lot are so knowledgeable you're not going to miss a thing! Still, it means that I learn something, as will as (hopefully) the person I'm replying to. a win-win, really, as they say. Cheers Peter -- http://www.peredur.net

[css-d] Fwd: Re: Making sure my container turned out

2010-06-12 Thread Peter Bradley
for accessibility, for one thing. They should be used for what they were intended, i.e. to prevent line breaks at particular points in the text where a space would occur. For example, you would not want to see a line wrap in the middle of a name, so you would markup 'Peternbsp;Bradley', instead of 'Peter

Re: [css-d] Making sure my container turned out

2010-06-11 Thread Peter Bradley
will only centre it in IE (IE6??), so you need to give the title container div a width and automatic margins. Hopefully that won't mess it up in IE. Cheers Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css

Re: [css-d] nav placement issue - ff and chrome great, ie not so great

2010-06-10 Thread Peter Bradley
fonts and ends with a generic font (e.g. 'serif' or 'sans-serif' HTH Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Going from tables to divs...help!

2010-06-09 Thread Peter Coates
I think you want to have padding-left:10px;width:760; specified for #divisions. I do not understand why you need to state the width for the ul, but it makes the page work. Peter -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org

Re: [css-d] Is this a styling issue or an ASP .NET issue?

2010-06-07 Thread Peter Bradley
ported to v2.0 or greater, thus changing the DOCTYPE to XHTML 1.0 Transitional. This has left you with loads of invalid code. Shouldn't be that big a job to make it valid, though, as far as I can see. HTH Cheers Peter -- http://www.peredur.net

Re: [css-d] CSS tooltip bug ONLY in FF and Chrome

2010-06-03 Thread Peter Bradley
appear to have used elements in places where they're not allowed. I'd have a go myself, but I'm a bit busy at the moment. If it was me, though, that's where I'd start. The worst that can happen is that it'll give you a clean basis to work on. Cheers Peter -- http://www.peredur.net

Re: [css-d] CSS tooltip bug ONLY in FF and Chrome

2010-06-03 Thread Peter Bradley
Ar 03/06/10 20:09, ysgrifennodd Peter Bradley : The validator gives 117 errors, Greg. I guess that this means that different browsers are going to try to recover in different ways. They don't look too hard to cure. Many of them are to do with the product table you've included as a comment

Re: [css-d] Firefox wont align content in a table properly -- SAFARI issue

2010-06-02 Thread Peter Bradley
markup? Cheers Peter -- http://www.peredur.net __ 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

Re: [css-d] Background question...

2010-06-02 Thread Peter Bradley
Web Developer's Toolbar and get it to outline block elements you'll see what I mean. Cheers Peter -- http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] IE6 floating right div drops below container

2010-05-30 Thread Peter Coates
You are trying for fluidity and a side bar. Here's a suggestion. How about a container div width:100%. Then your float:left;width:13% left div, your float:left;width:72% main div (as now) and your side bar as a float:left;width:11%. Except the %s don't add up. Peter -Original Message

Re: [css-d] nav container /?

2010-05-28 Thread Peter
/Server_Side_Includes Best, ~d If you have Dreamweaver, you can use the library system, but if not, php includes or ssi is the alternative Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css

[css-d] (no subject)

2010-05-19 Thread Peter Coates
the field has changed. Anyone got any suggestions? Peter __ 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

Re: [css-d] validators tied up today?

2010-05-12 Thread Peter Bradley
Ar 12/05/10 21:10, ysgrifennodd John : I haven't been able to get a page validated all week...others seeing this too? It's been very slow for a while now. It does work in the end, if you can stand the wait. Chers Peter -- http://www.peredur.net

Re: [css-d] CSS/HTML validators down today?

2010-05-05 Thread Peter Bradley
On 05/05/10 23:16, John wrote: or just very slow? I've been trying to code-check a page of mine and it's been a good 5 minutes of spinning gear for me. anyone else? Yes. It's been slow for a while for me. I was thinking of posting a similar query. Cheers Peter http

Re: [css-d] IE 7/8 issues

2010-05-03 Thread Peter Bradley
Parse Error ]margin: -5% 0 0 -95%; 60 ul.MenuBarVertical ul Parse Error } Correcting these may help. I haven't been able to check because I can't get my hands on IE7 for the moment. HTH Cheers Peter http://www.peredur.net

Re: [css-d] ccc drop down menu breaks in mac

2010-04-22 Thread Peter Hammarling
seem to function as intended, at least on my mac - safari, mozilla and opera (that's to say, the drop downs work fine). regards, Peter H. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] IE problems - Float problem??

2010-04-21 Thread Peter Bradley
of patience and helpfulness. I'm currently 63 and I just wonder how old I'll have to be before I stop getting caught out by browser caching! Thanks once again, and apologies for any time-wasting by posting about things I ought to have sorted out myself. Cheers Peter http://www.peredur.net

Re: [css-d] ADMIN: a warning for Gmail users

2010-04-21 Thread Peter Hammarling
relevant news story on Macworld http://www.macworld.co.uk/digitallifestyle/news/index.cfm?newsid=3221204 Peter H. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] IE problems - Float problem??

2010-04-20 Thread Peter Bradley
thanks in advance Peter http://www.peredur.net __ 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

Re: [css-d] IE problems - Float problem??

2010-04-20 Thread Peter Bradley
corrected. Cheers Peter http://www.peredur.net __ 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

Re: [css-d] IE6 float bug

2010-04-12 Thread Peter Bradley
forgotten. All working now. Cheers Peter __ 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

Re: [css-d] IE6 float bug

2010-04-12 Thread Peter Bradley
. Not tested, but this usually works for me. Cordially, David -- Thanks, David. Yes I can see how that would work. I fixed it with David Laakso's suggestion, but I'll remember yours for next time. Thanks Cheers Peter

Re: [css-d] IE6 float bug

2010-04-12 Thread Peter Bradley
and style that one with overflow:hidden and zoom:1 to create a new block formatting context to escape the left float. That's very useful. Thanks. I can see where that could be needed. Thanks for the suggestion. Cheers Peter

[css-d] IE6 float bug

2010-04-11 Thread Peter Bradley
not absolutely essential that I get the pages working in IE6, but I hate leaving a job half done. The pages validate OK, by the way. Thanks in advance Cheers Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] 2 more problems (div width issues)

2010-03-19 Thread Peter Abramowicz
On 19/03/2010 9:14 AM, Rory Bernstein wrote: Peter, thank you for this solution. It works perfectly. Now I just have to ask: How are the photos in #book_images being aligned to the bottom of the div? I don't understand what makes that happen. There doesn't seem to be any rule for that. I am

Re: [css-d] Tooltip with only XHTML

2010-03-10 Thread Peter Hammarling
of knowing unless you hover. Best regards, Peter H. __ 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

Re: [css-d] IETester vs. Real IE6: discrepancy

2010-02-18 Thread Peter Abramowicz
for all the other browsers. !--[if lte IE 6] .italic {font-style:normal;font-weight:bold;} ![endif]-- -- Peter Abramowicz Arachne Web Designs 403.990.6016 www.arachne-design.com http://www.arachne-design.com __ css-discuss [cs

Re: [css-d] public websites with faulty CSS-s

2010-02-01 Thread Peter Bradley
think, and some hacks to make sure the page renders properly in IE6). Cheers Peter __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Fixed three-column with padding: newbie question

2010-01-24 Thread Peter Bradley
and/or margins that these add to the width. Cheers Peter http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] IE6 doesn't see styles [solved]

2010-01-22 Thread Peter Bradley
make a good demonstration, I think. Cheers, and thanks again, Peter http://www.peredur.net __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

  1   2   3   4   5   >