Re: [WSG] Suckerfish nav moving page background image

2005-08-31 Thread Craig Stump
You got it Damian! Have added another DIV as #container was being used
with the style switchers.
That was an interesting bug - my guess is that the bkg image on the
body was trying to stay centered, but when a suckerfish node broke out
of the page content, the canvas tried to readjust. Interesting

Cheers,
Craig

On 8/31/05, Damian Sweeney [EMAIL PROTECTED] wrote:
 
 There's a js style switcher on the page at the top right for those
 with better ideas than mine:
 
 How about moving the background image info from the body to the
 #container in layout-centre.css?
 
 Damian
 
 G'day
 
 Here's a screenshot of what I'm experiencing
 http://media.compliance.org.au/data/jumpy_bkg.gif
 Note that you also need to have the page set to the centered layout
 for it to happen.
 
 Uhmmm.  What do you mean with have the page set to the centered
 layout?  Is this some obscure browser option or plug-in?
 I do get the jumping horizontal scrollbar, which is a direct effect
 of the content expanding with the long text on submenu items.
 
 Regards --
 Bert Doorn, Better Web Design
 http://www.betterwebdesign.com.au/
 Fast-loading, user-friendly websites
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **
 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 
Craig Stump

Bluesix

M: 0403 290 430
E: [EMAIL PROTECTED]
W: http://bluesix.com.au

This email (including any attachments) is intended only to be read or
used by the addressee. It contains information that may be
confidential and legally privileged. If you are not the addressee, or
you have received this email by mistake, you must not disclose, copy
or distribute it or use the information contained in it (or any
attachments) in any way.
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



RE: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Buddy Quaid
I can't seem to duplicate your problem in either FF or IE

Works fine for me.

Buddy

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Craig Stump
 Sent: Tuesday, August 30, 2005 8:10 PM
 To: WSG Group
 Subject: [WSG] Suckerfish nav moving page background image
 
 
 Hi all,
 
 I have an odd problem with my page background image 
 jumping, when certain nodes on the suckerfish nav are 
 hovered over. The site is
 here:
 http://media.compliance.org.au/home.asp
 
 If you hover over the last 2 nodes (specifically, Resources  Shop,
 FAQ) with your browser width set to just bit wider than the 
 actual site (with the CENTERED layout style set) you'll 
 notice the whole page background image jump. It looks like 
 it's trying to stay centered with the content of the page, 
 which is logical I suppose, but unfortunate. Happens in IE and FF.
 
 The only fix I've come up with is to set the last 2 nodes to 
 fly left, but I'd rather make the page background stay put 
 without altering my nav.
 
 Cheers,
 Craig
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 
 

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



RE: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Andreas Boehmer [Addictive Media]

 -Original Message-
 From: Craig Stump [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 31 August 2005 11:10 AM
 To: WSG Group
 Subject: [WSG] Suckerfish nav moving page background image
 
 Hi all,
 
 I have an odd problem with my page background image jumping, when
 certain nodes on the suckerfish nav are hovered over. The site is
 here:
 http://media.compliance.org.au/home.asp
 
 If you hover over the last 2 nodes (specifically, Resources  Shop,
 FAQ) with your browser width set to just bit wider than the actual
 site (with the CENTERED layout style set) you'll notice the whole page
 background image jump. It looks like it's trying to stay centered with
 the content of the page, which is logical I suppose, but unfortunate.
 Happens in IE and FF.
 

I am actually not sure which background image you mean, but it sounds to me
that if the image tries to remain centered, a simple 

background-position:top left;

Should fix it?


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Craig Stump
Make sure you shrink the browser width down so that the flyouts would
cause vertical scrollbars.

On 8/31/05, Buddy Quaid [EMAIL PROTECTED] wrote:
 I can't seem to duplicate your problem in either FF or IE
 
 Works fine for me.
 
 Buddy
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Craig Stump
  Sent: Tuesday, August 30, 2005 8:10 PM
  To: WSG Group
  Subject: [WSG] Suckerfish nav moving page background image
 
 
  Hi all,
 
  I have an odd problem with my page background image
  jumping, when certain nodes on the suckerfish nav are
  hovered over. The site is
  here:
  http://media.compliance.org.au/home.asp
 
  If you hover over the last 2 nodes (specifically, Resources  Shop,
  FAQ) with your browser width set to just bit wider than the
  actual site (with the CENTERED layout style set) you'll
  notice the whole page background image jump. It looks like
  it's trying to stay centered with the content of the page,
  which is logical I suppose, but unfortunate. Happens in IE and FF.
 
  The only fix I've come up with is to set the last 2 nodes to
  fly left, but I'd rather make the page background stay put
  without altering my nav.
 
  Cheers,
  Craig
  **
  The discussion list for  http://webstandardsgroup.org/
 
   See http://webstandardsgroup.org/mail/guidelines.cfm
   for some hints on posting to the list  getting help
  **
 
 
 
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 
Craig Stump

Bluesix

M: 0403 290 430
E: [EMAIL PROTECTED]
W: http://bluesix.com.au

This email (including any attachments) is intended only to be read or
used by the addressee. It contains information that may be
confidential and legally privileged. If you are not the addressee, or
you have received this email by mistake, you must not disclose, copy
or distribute it or use the information contained in it (or any
attachments) in any way.
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Damian Sweeney
Seems fine here in FF on Mac. The flyouts cause a horizontal toolbar 
to appear which makes the vertical one increase, but no jumping 
backgrounds.


Damian


Make sure you shrink the browser width down so that the flyouts would
cause vertical scrollbars.

  

  I have an odd problem with my page background image
  jumping, when certain nodes on the suckerfish nav are
  hovered over. The site is
  here:
  http://media.compliance.org.au/home.asp
 
  If you hover over the last 2 nodes (specifically, Resources  Shop,
  FAQ) with your browser width set to just bit wider than the
  actual site (with the CENTERED layout style set) you'll
  notice the whole page background image jump. It looks like
  it's trying to stay centered with the content of the page,
  which is logical I suppose, but unfortunate. Happens in IE and FF.
 
  The only fix I've come up with is to set the last 2 nodes to
  fly left, but I'd rather make the page background stay put

   without altering my nav.


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Craig Stump
Here's a screenshot of what I'm experiencing
http://media.compliance.org.au/data/jumpy_bkg.gif
Note that you also need to have the page set to the centered layout
for it to happen.

On 8/31/05, Damian Sweeney [EMAIL PROTECTED] wrote:
 Seems fine here in FF on Mac. The flyouts cause a horizontal toolbar
 to appear which makes the vertical one increase, but no jumping
 backgrounds.
 
 Damian
 
 Make sure you shrink the browser width down so that the flyouts would
 cause vertical scrollbars.
 

I have an odd problem with my page background image
jumping, when certain nodes on the suckerfish nav are
hovered over. The site is
here:
http://media.compliance.org.au/home.asp
   
If you hover over the last 2 nodes (specifically, Resources  Shop,
FAQ) with your browser width set to just bit wider than the
actual site (with the CENTERED layout style set) you'll
notice the whole page background image jump. It looks like
it's trying to stay centered with the content of the page,
which is logical I suppose, but unfortunate. Happens in IE and FF.
   
The only fix I've come up with is to set the last 2 nodes to
fly left, but I'd rather make the page background stay put
 without altering my nav.
 
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 
Craig Stump

Bluesix

M: 0403 290 430
E: [EMAIL PROTECTED]
W: http://bluesix.com.au

This email (including any attachments) is intended only to be read or
used by the addressee. It contains information that may be
confidential and legally privileged. If you are not the addressee, or
you have received this email by mistake, you must not disclose, copy
or distribute it or use the information contained in it (or any
attachments) in any way.
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Bert Doorn

G'day


Here's a screenshot of what I'm experiencing
http://media.compliance.org.au/data/jumpy_bkg.gif
Note that you also need to have the page set to the centered layout
for it to happen.
 

Uhmmm.  What do you mean with have the page set to the centered layout?  Is this some obscure browser option or plug-in?  


I do get the jumping horizontal scrollbar, which is a direct effect of the 
content expanding with the long text on submenu items.

Regards 
--

Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites 



**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] Suckerfish nav moving page background image

2005-08-30 Thread Damian Sweeney


There's a js style switcher on the page at the top right for those 
with better ideas than mine:


How about moving the background image info from the body to the 
#container in layout-centre.css?


Damian


G'day


Here's a screenshot of what I'm experiencing
http://media.compliance.org.au/data/jumpy_bkg.gif
Note that you also need to have the page set to the centered layout
for it to happen.

Uhmmm.  What do you mean with have the page set to the centered 
layout?  Is this some obscure browser option or plug-in? 
I do get the jumping horizontal scrollbar, which is a direct effect 
of the content expanding with the long text on submenu items.


Regards --
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**