Re: [css-d] Inappropriate uses of CSS3

2012-02-17 Thread bill scheider
Ouch :) On Fri, Feb 17, 2012 at 5:14 PM, David Laakso wrote: > On Fri, Feb 17, 2012 at 12:08 PM, Paceaux > wrote: > Howdy all,\ > > I'm writing a blog post on inappropriate or tacky uses of CSS3. > > --- > > Oh, my... how easy. > Try writing a blog post on appropriate uses of CSS3. And live up

Re: [css-d] how to get rid of space between background images that are repeating vertically

2011-10-12 Thread bill scheider
On Wed, Oct 12, 2011 at 3:51 PM, Angela French wrote: > Test page: http://sbctc.edu/college/fieldguide.aspx . You can't really > see the spaces because I "filled" them with an offwhite border-bottom. > > > >URL or URI ? > > > >Angela French wrote: > >> I have a background image that repeats ver

Re: [css-d] google hosted font question

2011-01-03 Thread bill scheider
tter results. Can I get some feedback from the list > about whether people are seeing the san-serif font in the nav (left column), > Titillium or not? If it is not working on many browsers, then I have some > big problems! > > > > http://lettershop.ehclients.com/visual_diary_arc

Re: [css-d] google hosted font question

2011-01-03 Thread bill scheider
On Mon, Jan 3, 2011 at 9:20 AM, Rory Bernstein wrote: > > On 12/30/10 3:45 PM, Rory Bernstein wrote: > >> > >> I am using a google-hosted embedded web font called Neuton: > >> http://code.google.com/webfonts/family?family=Neuton&subset=latin > > >> My web page that uses it: > >> http://lettershop.

Re: [css-d] Image too high up

2010-07-28 Thread bill scheider
Hello Lelana, Increasing the height of #pageheader to 180px will contain the elements in the header and place your image below that. If you want additional space, you can change your margin-left: auto; margin-right: auto; to this: img.office { display: block; margin: 1em auto 0; <--- t

Re: [css-d] css-sound joomla templates?

2010-03-05 Thread bill scheider
Templates from Joomlashack (among others) are css-based and standards compliant. Something to be aware of is that some of the joomla core output is table-based so check out this in the documentation: http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core. Beyond that I think would

Re: [css-d] fixed width horizontal list

2009-11-17 Thread bill scheider
On Tue, Nov 17, 2009 at 3:44 PM, Jack Bates wrote: > I want to style an so it looks similar to the main links on this > page, http://artefactual.com/ > > So I tried adding display: block; float: right; > http://www.sfu.ca/~jdbates/tmp/css/200911171/

Re: [css-d] css drop down not working in IE

2009-10-03 Thread bill scheider
> bill scheider wrote: >> I've just taken over as the website manager for a recently-launched >> site at <http://portland.shambhala.org/> . The main menu is a css >> dropdown and it's working as it should in FF, Opera, Chrome and >> Safari. In IE6

Re: [css-d] css drop down not working in IE

2009-10-02 Thread bill scheider
bill scheider wrote: > I've just taken over as the website manager for a recently-launched > site at <http://portland.shambhala.org/> . The main menu is a css > dropdown and it's working as it should in FF, Opera, Chrome and > Safari. In IE6 and 7 (and maybe 8;

[css-d] css drop down not working in IE

2009-10-02 Thread bill scheider
Hi all, I've just taken over as the website manager for a recently-launched site at http://portland.shambhala.org . The main menu is a css dropdown and it's working as it should in FF, Opera, Chrome and Safari. In IE6 and 7 (and maybe 8; I haven't checked), the ma

Re: [css-d] tabled thumbnail gallery to css?

2009-03-24 Thread bill scheider
March 24, 2009 10:00 AM To: bill scheider Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] tabled thumbnail gallery to css? 2009/3/23 bill scheider : > Hi all > I'd like to re-code that page in css rather than a table. For one thing it'd > be lots easier to retain the alpha

Re: [css-d] tabled thumbnail gallery to css?

2009-03-23 Thread bill scheider
> > Can someone point me in the direction of coding idea or solution for this? I > suppose, strictly speaking, the info can be presented as a table of data but > there's still the alphabetical order issue when adding or removing artists. > One thing that I would do is reorganize the the columns by

[css-d] tabled thumbnail gallery to css?

2009-03-23 Thread bill scheider
artists. All pointers are appreciated. TIA Bill Scheider __ 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] creating my nav in CSS

2007-12-15 Thread bill scheider
Hi Julian, I only see the one style sheet, too. There are 16 validation errors on the page; and some of them will have an effect on the rendering of your menu. Sorry, I don't have more time to dig deeper. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

Re: [css-d] Photo Gallery issue

2007-10-31 Thread bill scheider
> ...also working in Netscape 8 and 9; What you're seeing in IE6 > (centering problem) is also happening in other versions of IE, including 7. Anyone have an idea on this? Thanks again... Hi Mark, In your style sheet at #content4a ul, I added left: 0; after your top position of 234px. That fixe

Re: [css-d] Photo Gallery issue

2007-10-31 Thread bill scheider
Hi, I'm trying to use a variation of Stu Nicholls' css photo gallery (http://www.cssplay.co.uk/articles/gallery/), which can be seen here: http://www.temescalstation.com/properties/40th_Shafter2.asp In Opera, it's fine. In Firefox, it's working fine, aside from the unwanted black border on the

Re: [css-d] Image forcing div down (+ text question)

2007-10-22 Thread bill scheider
it as a paragraph, assign an id or class if necessary, and style that to play with the space between it and the as need be. Hth Bill Scheider __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Float problem in IE

2007-08-01 Thread bill scheider
bill scheider wrote: > In IE, the box floats to the right but the text doesn't flow around > it. > http://tinyurl.com/3anvnc Delete the width on those paragraphs - at least for IE, as the width acts as a 'hasLayout' trigger, making each paragraph a rigid block in I

[css-d] Float problem in IE

2007-08-01 Thread bill scheider
to do with all those floats, but I'd like to be wrong! The html and css validate. The page can be found here: http://tinyurl.com/3anvnc Thanks in advance for any help, Bill Scheider __ css-discuss [EMAIL PROTECTED] h

Re: [css-d] Can't figure out this positioning...

2007-04-04 Thread bill scheider
Hi Robert >The example is here: http://tinyurl.com/3a4h6c >I have some simple divs - I just want the wrapper div to "float" >centered horizontally in the browser window with some background color >nd either side and the top and bottom. I was looking for 20px for the >top background and the sa

Re: [css-d] site check: 24-10reading.nl A PostScript

2007-03-12 Thread bill scheider
A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css

Re: [css-d] site check: 24-10reading.nl

2007-03-12 Thread bill scheider
A site check please for anoter site i recently finished: http://24-10reading.nl/ http://24-10reading.nl/css/style.css http://24-10reading.nl/css/makeup.css http://24-10reading.nl/css/menu.css

Re: [css-d] just for laughs

2007-03-04 Thread bill scheider
No comment. B Hi Branko-- It would much more helpful to me, at least, if you HAD made a comment other than 'no comment.' If I'm showing my ignorance, it's only because -- in this case -- I'm ignorant! :-() What&#x

[css-d] Safari not loading stylesheet?

2007-02-12 Thread bill scheider
Hi, On this site: http://www.syntonicmicrowave.com different pages are calling different stylesheets. All browsers on all platforms are calling them except Safari! The non-called stylesheet is mainleft.css and appears on http://syntonicmicrowave.com/products.h

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread bill scheider
>http://first-encounter-design.dreamhosters.com/fed >the four images in >the bottom right column are one single line rather than a grid. >I've tried everything I know how to do >http://first-encounter-design.dreamhosters.com/fed/css/main.css :Bill, :I realize that you had another suggestio

Re: [css-d] help with ie.everything / at my wit's end!

2007-02-11 Thread bill scheider
Hi Tim, > > Besides test browsers on my win xp box, I've checked it in browsercam. In > internet explorer on most setups (ie5.2 on mac seems ok), the four images in > the bottom right column are one single line rather than a grid.( > http://first-encounter-design.dreamhosters.com/fed/ss/fed_ie

[css-d] help with ie.everything / at my wit's end!

2007-02-10 Thread bill scheider
s/main.css I haven't been doing this especially long, but this is making me feel like a rank beginner again! Thanks for any help you can offer. Totally baffled in Portland, Bill Scheider __ css-discuss [EMAIL PROTECTED] http://

Re: [css-d] floated div expanding in Safari and IE5.2

2007-02-05 Thread bill scheider
On Feb 6, 2007, at 9:06 AM, bill scheider wrote: > On this page there's a floated div containing an image and a caption. > Displays as wanted in most browsers on Windows. On macs though, in all > versions of Safari, the div is floated right but the div is roughly > twice as

[css-d] floated div expanding in Safari and IE5.2

2007-02-05 Thread bill scheider
and 5.5 on Win2000 professional for extra points :-) Any help is much appreciated. Bill Scheider __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.

Re: [css-d] Web page centres in middle of browser window

2007-01-10 Thread bill scheider
... ... ... Hi carm, Welcome to the list; there's great help to be got here! But Yikes, carm, that's a lot of words in your questions :-). I'm a visual guy and -- like most on this list -- can be much more helpful if I have a link to the page and the stylesheet. Then I can see what you're tr

Re: [css-d] IE: extra scroll bar

2007-01-08 Thread bill scheider
rrect answer, but I'll take a stab at it:) ), but with overflow set to auto, when the page exceeds the height you've set for it, the 'other' scroll bar will appear. I can't account for this happening only in IE though. This amy get

Re: [css-d] CSS Positioning problems

2006-12-08 Thread bill scheider
I m having some major problems for example the date text should be 10 pixels down but it stays in the same place so it seems if it ignoring the margin-top: 10px; part? } .date { margin-top: 10px; margin: 0px; padding: 0px; font-weight:bold; } Hi Ian, In your date class, the second 'marg

Re: [css-d] Newbie-ish question

2006-09-25 Thread bill scheider
used the form found on Stu Nichols site with good results. It can be found here: http://www.cssplay.co.uk/menu/form.html HTH, Bill Scheider __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 t

Re: [css-d] Keep image at bottom of div

2006-03-25 Thread bill scheider
francky: What happens if you place the #footer inside the #wrapper, you place the shoes in the #footer with a separate (with the position-properties of the #nav), and make a #footer p { text-align: center; background: black; padding: ... }, without the 80% width? Thanks again francky, I move

Re: [css-d] Keep image at bottom of div

2006-03-24 Thread bill scheider
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of francky Sent: Friday, March 24, 2006 6:04 PM To: bill scheider Cc: 'CSS Discuss' Subject: Re: [css-d] Keep image at bottom of div bill scheider wrote: >I'd like to have an image that sits close to the bottom

[css-d] Keep image at bottom of div

2006-03-24 Thread bill scheider
I'd like to have an image that sits close to the bottom of the left column on this page. http://www.first-encounter-design.com/biped/ I've got it there in FF and IE6 on windows but I'm uneasy about the way I achieved it. Is there a different, better way? Style sheet is here: http://www.first-

Re: [css-d] Help with alternate rule

2006-01-01 Thread bill scheider
Hi Christine, Do you have a link for us to take a look at? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christine Robinson Sent: Sunday, January 01, 2006 8:03 PM To: css-d@lists.css-discuss.org Subject: [css-d] Help with alternate rule I spent al

Re: [css-d] Peekaboo bug?

2005-12-22 Thread bill scheider
Hi Jonathan, What I get here when I reload the page in IE6 is a crash. Once the initial load crashed the browser. The second time, the page loaded ok (probably from the cache) but when re-loaded the browser hung up after loading the header. In Firefox, I get a flicker when the page loads. In the

Re: [css-d] Box Model

2005-12-21 Thread bill scheider
At the risk of sounding as ignorant as I often feel when trying to figure this stuff out: the box model responses have addressed rendering in IE6 very well. What I'm confused about beyond that, is -- after the correct and complete doctype AND removal of any XML declaration -- are there strategies t

RE: [css-d] Newcomer to CSS

2005-09-21 Thread Bill Scheider
Hi there, I just did a cursory glance at your style sheet. First thing I noticed was your id 'button' is listed in the style sheet only as button rather than #button. When I'm working on this stuff, I sometimes look at it so much, I can no longer see it. Most of us have probably learned the hard w