Re: [css-d] Disappearing page in IE6

2007-12-08 Thread scott . swabey
Tammy Grossbauer wrote: > > > In Explorer 6, nothing shows up on this page, but the background tiling. I've > never seen this happen. Has anyone else? > > http://www.webdesigntg.com/tmpeleven.html > Hi Tammy It looks like your style block in the head has become incorrectly nested. Try:

Re: [css-d] Navlist Problems

2007-08-16 Thread Scott Swabey
shed off the sides. Try reducing the size of the image and trimming the surrounding white background. Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css

Re: [css-d] Problem with h2 in Sidebars

2007-06-23 Thread Scott Swabey
pixel values first[1], then step up the values in the directions required. [1] background:transparent url(images/img14.gif) no-repeat scroll 2px 2px; Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com

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

2007-02-17 Thread Scott Swabey
pears to be with the lighbox.js include. Removing this displays the page in IE. Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css-discuss [EMAIL P

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

2007-02-17 Thread 'Scott Swabey'
as XHTML 1.0 Strict. There isn't any > unclosed 's that I can find, I'm pretty much stumped. > > http://evang.eli.st:8200 (dev url) Hi BJ The problem seems to be caused by the inclusion of the lightbox.js file. Remove that and the page displays. Regards -- Scott Swa

[css-d] Site Check - amplify.com.au

2007-02-11 Thread Scott Swabey
Hi all We have just completed a redesign/redevelopment of the www.amplify.com.auwebsite, and would appreciate any feedback, especially from Mac users. Many thanks -- Scott Swabey www.lafinboy.com www.thought-after.com __ css

Re: [css-d] looks good in IE but not netscape/firefox

2006-12-17 Thread Scott Swabey
On 18/12/06, mindy <[EMAIL PROTECTED]> wrote: > > Hopefully you all can point out the something simple I'm missing. It's the > same old song- the site is [LINK: http://www.reelief.com/test] > http://www.reelief.com/test It looks fine in IE but in netscape/firefox > ect. the "main" box is dropped to

Re: [css-d] Mysterious :hover height?

2006-11-30 Thread Scott Swabey
Linden Try removing the height declaration from #nav, and then zero out the top/bottom padding from the #nav li a elements, ie padding: 0 15px; -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.t

Re: [css-d] Div 'box' Aligns Differently in FF & IE6

2006-08-30 Thread Scott Swabey
1.5 and IS centered in IE 6. (Knew it was too easy.) You'll need to apply auto margins to the left and right sides: #apply { ...snip... margin-left:auto; margin-right:auto; ...snip... } -- Scott Swabey Design & Development Director - Lafinboy Productions www

Re: [css-d] Layout (in FF) Driving me Nuts

2006-08-27 Thread scott . swabey
. As FF will not increase the size of the container you will have a gap to the left side of the #main_body container. First, and most important fix, is to get the width calculations correct, or get rid of them altogether on these containers. Regards -- Scott Swabey Design & Developmen

Re: [css-d] Background graphic not showing in Mozilla

2006-08-27 Thread Scott Swabey
t and all should be well. background: #FFF url(../graphics/background.gif) no-repeat right bottom; Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css-di

Re: [css-d] Where CSS, XHTML and Javascript meet

2006-08-21 Thread scott . swabey
find the write up and sample code at <http://www.thought-after.com/2006/05/26/css-random-background-image-rotation/> Hope it helps Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com ___

[css-d] Site check: mayancoffee.com.au

2006-07-23 Thread Scott Swabey
aspx?proj_id=270690> Regards Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Problems with centering menu items when browser is minimised

2006-07-14 Thread Scott Swabey
disregard for standards compliance and separation of presentation and content! position: aboslute on div #layer1 is your culprit. It is taking the div out of the normal flow of the page and positioning the div at a specific location in the viewport. Regards Scott Swabey Design & Deve

Re: [css-d] newbie question re: having two different link colors

2006-07-05 Thread Scott Swabey
nd-color: #000; } /* links */ #lightback a { color: #000; } #darkback a { color: #fff; } Regards Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css-discuss [E

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread Scott Swabey
alidate your code prior to posting a question. Validation can indicate the root cause of a problem many times. It will also show when you are incorrectly nesting elements. In your case, using inline span elements to try and encase block level p elements. Regards Scott Swabey Design & Deve

Re: [css-d] Wraooed div not expanding to height

2006-06-06 Thread Scott Swabey
ng one and choosing which element to apply it to could be a headache. Good luck! Regards Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com __ css-discuss [EMAIL PROTEC