Re: [css-d] Redefine All Images

2012-05-11 Thread Dennis Bixler
Remove the period so the call is: Img { ... } Dennis Bixler Lashen Electronics, Inc. 21 Broadway Denville, NJ 07834 (973) 627-3783 FAX: (973) 625-9501 -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of D Mark Weiss

Re: [css-d] webiste not rendering in ie9

2011-02-07 Thread Dennis Bixler
It renders fine on my side. Win7 IE9 and FF 4.0b10. Dennis Bixler - Lashen Electronics, Inc 21 Broadway - Denville, NJ 07834 For fastest response send e-mails to sa...@lashen.com Visit our websites: Original site: http://www.lashen.com New Online Ordering Site: http://www.lashenelectronics.com

Re: [css-d] div not floating in FF

2010-03-22 Thread Dennis Bixler
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of nancy Sent: Monday, March 22, 2010 1:11 PM To: 'Climis, Tim'; css-d@lists.css-discuss.org Subject: Re: [css-d] div not floating in FF Was using the tag attribute clear, n

Re: [css-d] Photo Gallery list

2008-09-22 Thread Dennis Bixler
onal project photos are 5 then one just below the 5th image, and then the next row. This has to do with the fact that the vertical height scaling is 1 pixel less than the previous images on that 5th image so the next row can't float all the way to the right but just hits that

Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Dennis Bixler
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stan McCoy Sent: Wednesday, August 27, 2008 11:20 AM To: css-d@lists.css-discuss.org Subject: [css-d] Conditional CSS Comment Not Working Greetings - Can you tell me what is wrong with the following condition

Re: [css-d] Weird h2-in-a-dt-element behaviour...

2008-07-23 Thread Dennis Bixler
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Brown Sent: Wednesday, July 23, 2008 9:26 AM To: Philippe Wittenbergh Cc: CSS-D; Sharon Go Subject: Re: [css-d] Weird h2-in-a-dt-element behaviour... Philippe Wittenbergh wrote: > On Jul 23, 2008, at 9:5

Re: [css-d] IE6 and IE7 on the same machine

2008-04-04 Thread Dennis Bixler
> Subject: Re: [css-d] IE6 and IE7 on the same machine > Don't think so. When I tried to use both on my desktop the machine > developed something like an allergic reaction to IE six. If anybody wants > details I'll do my best to explain, but in answer to Cristain's question: > nope, can't be done

Re: [css-d] IE8 breaks layout

2008-03-18 Thread Dennis Bixler
> Tony Crockford wrote: > http://www.hyperhappen.com/ > is it worth trying to fix it up? Or should I wait for a newer IE8 > release... As David said you should wait before correcting what may not be broke when the final release of IE8 is out. If it truly is buggy in this beta you should first c

Re: [css-d] Differing font-sizes between operating systems

2007-08-22 Thread Dennis Bixler
On 22/8/07 (17:54) Thorsten said: >The containing element's width is fixed, that didn't help any, alas. I >checked on Firefox/Win and Safari/Win and had to add in a few >line-breaks for Safari where Firefox's text flow already worked >normally. That sucks for longer texts of course and is at be

Re: [css-d] Hover [reformulated]

2007-08-16 Thread Dennis Bixler
On Aug 16, 2007, at 8:38 AM, Zoe M. Gillenwater wrote: > > a.imglink:hover { > background: none; > border: none; > } > > Zoe > Here is the link where I tried that: > http://www.ombredor.com/testing/bp333.html > The problem remains in Firefox, Opera. Working in Safari and Netscape. Change the

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-06 Thread Dennis Bixler
out IE not handling the min-width (I think IE7 does). Not completely tested but should give you a centered div. Dennis Bixler __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] No bottom margin

2006-10-13 Thread Dennis Bixler
Sorry about the earlier response. Not awake yet. Adding Overflow:hidden; To the #container should solve the problem. Only tested in IE6 and FF1.5 Dennis Bixler -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hammond Sent: Friday, October 13

Re: [css-d] Why doesn't this padding-left work?

2006-09-21 Thread Dennis Bixler
Also remember that he has an id defined on the div. What properties does that have and what cascades into the h2 element? Dennis Bixler __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] CSS: Background img

2006-04-13 Thread Dennis Bixler
Actually the definitions are ../img = Go up the directory tree one level and then down to the img directory And ./img = start in the level where you are at and go down one level to the img directory. If your css file is in the root it could be translated the same if parent directory is disabl

Re: [css-d] Rounded Corners - IE

2006-01-18 Thread Dennis Bixler
The first site works in FF1.5 and IE6. I didn't check it in anything else. The second site doesn't work. Dennis Bixler -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Brown Sent: Wednesday, January 18, 2006 2:08 AM To: CSS List Subje

RE: [css-d] background-image doesn't show

2005-10-10 Thread Dennis Bixler
Try it with background-position: right bottom;} at least it worked in a local test Dennis Bixler -Original Message- From: Marian [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 11:04 AM To: css-d@lists.css-discuss.org Subject: [css-d] background-image doesn't sho

RE: [css-d] IE6/Win table box model padding issue

2005-09-19 Thread Dennis Bixler
Is your XHTML Doctype the very first thing in your document? IE is picky on not having anything else before it. Dennis Bixler -Original Message- From: Jason Kohls [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 2:08 PM To: css-d@lists.css-discuss.org Subject: re: [css-d] IE6

RE: [css-d] Border on inline element in last block in IEWin 6

2005-09-02 Thread Dennis Bixler
s normally have padding below so it doesn't show up under normal conditions. I guess your solution of the padding is probably the only one, either that or don't use any of the offending letters :). Perhaps someone has a better solution. Dennis Bixler -Original Message- From: Elle

RE: [css-d] SOLVED - Problem with floats and IE6

2005-08-29 Thread Dennis Bixler
really low resolutions (like what might be found on some portable devices) the dropping float reappears. Speaking from experience on this one. :) Dennis Bixler -Original Message- From: Jason W. [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 9:21 PM To: css-d@lists.css-discuss.org

RE: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Dennis Bixler
e scrolls. > That should be fixed. And so it is. Dennis Bixler __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

RE: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Dennis Bixler
The page displays fine for me running FF1.0.6 with a refresh and all. However in IE6win has the very strange problem of the dates being fixed on the page when everything else scrolls. The backgrounds are fine even after refresh. Dennis Bixler -Original Message- From: Valette Ragland

RE: offlist Re: [css-d] Who is wrong? I would say: Firefox!? < - - Extended - - >

2005-07-06 Thread Dennis Bixler
Other than differences in the base font sizes I don't see any differences between IE6win and Firefox 1.0.4. Dennis -Original Message- From: Daniel Doesburg [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 3:30 PM To: Ingo Chao; css-d@lists.css-discuss.org Subject: Re: offlist Re:

RE: [css-d] Float pushing content down

2005-06-30 Thread Dennis Bixler
Normally this happens because you either have a container that isn't wide enough for the two divs PLUS borders and scrollbar. That container can be the overall html container if there isn't one defined. You can normally spot this by the telltale dropping of a div. Try reducing the width of you #m

RE: [css-d] li:hover does not work in IE

2005-06-22 Thread Dennis Bixler
You are going to hear this from a lot of people. The :hover pseudo class only work with the a tags in IE. You can achieve the same results using the :hover on the anchor instead of the list. List-o-matic will generate the code, don't have think right off hand but it is in the wiki. D

RE: [css-d] auto width td's

2005-05-17 Thread Dennis Bixler
Also make sure you set border-collapse:collapse; on the table tag to get the table cells to butt together with no spaces in between. Dennis Bixler -Original Message- From: Scott Haneda [mailto:[EMAIL PROTECTED] Sent: Saturday, May 14, 2005 12:41 AM To: CSS Subject: [css-d] auto width

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
As already posted it still doesn't work. Dennis -Original Message- From: Barbara Dozetos [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 11:49 AM To: 'CSS Discussion Group' Subject: Re: [css-d] something weird in Linux Great hint, Paul. Could those of you who saw the problem befor

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
Oh, and also note that in IE6-WinXP at 800x600 the header text to the right of your header image is pushed below the image. Also the search box on you navigation line is pushed below the rest of the navigation. Dennis -Original Message- From: Barbara Dozetos [mailto:[EMAIL PROTECTED] Sen

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
FWIW, it does it in Firefox 1.0.4 on WinXP but only on the first load of the page, or if you clear the cache and the load the page. Not sure what's causing it but it could be that something is slow in loading above and the position on the page has no viable reference yet. I normally notice this ki

RE: [css-d] Disappearing Format

2005-05-06 Thread Dennis Bixler
f all you are going to do is set the border width at that point. Dennis Bixler -Original Message- From: Ian & Anna-Ruth Rutgers [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 2:12 PM To: css-d@lists.css-discuss.org Subject: [css-d] Disappearing Format Would someone please take