Re: [WSG] list-image cross browser position

2006-10-16 Thread Olly Hodgson

On 17/10/06, Gaspar <[EMAIL PROTECTED]> wrote:


And for the Flickering background image in IE...


A proper fix for that one was found recently:
http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker

Cheers,

--
Olly Hodgson
http://thinkdrastic.net/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] list-image cross browser position

2006-10-16 Thread Gaspar

To the UL have u try it :


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

And for the Flickering background image in IE is because u have in
"tools" >" Internet Options" > "Temporary Internet Files" > "Settings"
chose "Every visit to page", sow everytime u r need the image a make a
request sow the time that is needed to load the image is the time you
dont see it.

U can see some examples here:
http://www.artideias.com/artigo/blog/usando-background-image-no-internet-explorer
or http://www.fivesevensix.com/studies/ie6flicker/

I think u with this 2 solutions u solve ur problems

Cheers,
Gaspar

Make it simple for the people
--
http://www.artideias.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] list-image cross browser position

2006-10-13 Thread Taco Fleur
Even after removing the negative margin it acts weird.

ol.styled li {
list-style-type: none;
background-position: left top;
background-repeat: no-repeat;
padding-left: 30px;

}

This looks like it's never ending ;-)

Kind regards,
Taco Fleur 

free call 1800 032 982 - fax 07 3414 6464, international +61 7 3325 5103
www.pacificfox.com.au an industry leader with commercial experience since
1994 . 

our services: 
- online, print, marketing & information technology
- website, branding, logo, business cards, letterheads
- accept online credit card payments www.commerceengine.com.au
- domain registrations, .com for as low as fifteen dollars a year, .com.au
for fifty dollars two years!



-Original Message-
From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of John Faulds
Sent: Friday, 13 October 2006 11:21 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] list-image cross browser position

It could be cos you need to specify both horizontal and vertical values for
bg-position.
Although the negative left margin may have something to do with it.

On Fri, 13 Oct 2006 22:54:19 +1000, Taco Fleur <[EMAIL PROTECTED]>
wrote:

> That is however giving me a weird result on http:// 
> <http://clickfind.com.au/why-clickfind.cfm>
> clickfind.com.au/why-clickfind.cfm
> The background images are dissappearing in IE.
>
> Kind regards,
> Taco Fleur - watch our  <http://pacificfox.tv/> new video online!
>
>   _
>
> Pacific FoxT
> free call 1800 032 982 or mobile 0421 851 786 - fax 07 3414 6464, 
> international +61 7 3325 5103 www.pacificfox.com.au 
> <http://www.pacificfox.com.au/?source=email>  an industry leader with 
> commercial experience since 1994 .
>
> our services:
>
> * 
> online, print, marketing & information technology
>
> * 
> website, branding, logo, business cards, letterheads
>
> * 
> hosting, e-commerce, domain names, sms solutions, streaming video and 
> complete web strategies
>
>
>   _
>
> From: listdad@webstandardsgroup.org
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Frances Berriman
> Sent: Friday, 13 October 2006 9:52 PM
> To: wsg@webstandardsgroup.org
> Subject: RE: [WSG] list-image cross browser position
>
>
>
> Using list image is notoriously annoying to get lined up right.  Ditch it
> and apply background images to your list items and position your text
> accordingly with margins. You'll find it a lot easier to get it the same
> across browsers.
>
>
> (btw the pacific fox logo that applies itself to the top of my reply is
> wonderful. :/  )
>
>
>
> FRANCES BERRIMAN
>
> http:// <http://fberriman.com> fberriman.com
>
>
>   _
>
> From: listdad@webstandardsgroup.org  
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Taco Fleur
> Sent: 13 October 2006 12:24
> To: wsg@webstandardsgroup.org
> Subject: [WSG] list-image cross browser position
>
>
> Hello all,
> is there any way to have a list-image in the same position across  
> Internet
> Explorer and Firefox?
> In IE the image is very close to the text, in Firefox it is just about  
> where
> I would like it to be.
> Thanks in advance.
>
> Kind regards,
> Taco Fleur - watch our  <http://pacificfox.tv/> new video online!
>
>   _
>
> Pacific FoxT
> free call 1800 032 982 or mobile 0421 851 786 - fax 07 3414 6464,
> international +61 7 3325 5103
> www.pacificfox.com.au <http://www.pacificfox.com.au/?source=email>  an
> industry leader with commercial experience since 1994 .
>
> our services:
>
> * 
> online, print, marketing & information technology
>
> * 
> website, branding, logo, business cards, letterheads
>
> * 
> hosting, e-commerce, domain names, sms solutions,
> streaming video and complete web strategies
>
>
> __
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> __
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> ***
> __
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> 

Re: [WSG] list-image cross browser position

2006-10-13 Thread John Faulds
It could be cos you need to specify both horizontal and vertical values  
for bg-position.

Although the negative left margin may have something to do with it.

On Fri, 13 Oct 2006 22:54:19 +1000, Taco Fleur <[EMAIL PROTECTED]>  
wrote:



That is however giving me a weird result on http://
<http://clickfind.com.au/why-clickfind.cfm>
clickfind.com.au/why-clickfind.cfm
The background images are dissappearing in IE.

Kind regards,
Taco Fleur - watch our  <http://pacificfox.tv/> new video online!

  _

Pacific FoxT
free call 1800 032 982 or mobile 0421 851 786 - fax 07 3414 6464,
international +61 7 3325 5103
www.pacificfox.com.au <http://www.pacificfox.com.au/?source=email>  an
industry leader with commercial experience since 1994 .

our services:

*
online, print, marketing & information technology

*
website, branding, logo, business cards, letterheads

*
hosting, e-commerce, domain names, sms solutions,
streaming video and complete web strategies


  _

From: listdad@webstandardsgroup.org  
[mailto:[EMAIL PROTECTED]

On Behalf Of Frances Berriman
Sent: Friday, 13 October 2006 9:52 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] list-image cross browser position



Using list image is notoriously annoying to get lined up right.  Ditch it
and apply background images to your list items and position your text
accordingly with margins. You'll find it a lot easier to get it the same
across browsers.


(btw the pacific fox logo that applies itself to the top of my reply is
wonderful. :/  )



FRANCES BERRIMAN

http:// <http://fberriman.com> fberriman.com


  _

From: listdad@webstandardsgroup.org  
[mailto:[EMAIL PROTECTED]

On Behalf Of Taco Fleur
Sent: 13 October 2006 12:24
To: wsg@webstandardsgroup.org
Subject: [WSG] list-image cross browser position


Hello all,
is there any way to have a list-image in the same position across  
Internet

Explorer and Firefox?
In IE the image is very close to the text, in Firefox it is just about  
where

I would like it to be.
Thanks in advance.

Kind regards,
Taco Fleur - watch our  <http://pacificfox.tv/> new video online!

  _

Pacific FoxT
free call 1800 032 982 or mobile 0421 851 786 - fax 07 3414 6464,
international +61 7 3325 5103
www.pacificfox.com.au <http://www.pacificfox.com.au/?source=email>  an
industry leader with commercial experience since 1994 .

our services:

*
online, print, marketing & information technology

*
website, branding, logo, business cards, letterheads

*
hosting, e-commerce, domain names, sms solutions,
streaming video and complete web strategies


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] list-image cross browser position

2006-10-13 Thread Taco Fleur
Title: Website design - Pacific Fox



That is however giving me a weird result on http://clickfind.com.au/why-clickfind.cfm
The background 
images are dissappearing in IE.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Frances 
BerrimanSent: Friday, 13 October 2006 9:52 PMTo: 
wsg@webstandardsgroup.orgSubject: RE: [WSG] list-image cross browser 
position


Using list image is 
notoriously annoying to get lined up right.  Ditch it and apply background images to 
your list items and position your text accordingly with margins. You'll find it a lot easier to 
get it the same across 
browsers.
 
(btw the pacific fox 
logo that applies itself to the top of my reply is wonderful… :/  )
 
 






FRANCES 
BERRIMAN
http://fberriman.com
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Taco 
FleurSent: 13 October 2006 12:24To: 
wsg@webstandardsgroup.orgSubject: [WSG] list-image cross browser 
position

Hello 
all,
 
is there any way to have a list-image in 
the same position across Internet Explorer and 
Firefox?
In IE the image is 
very close to the text, in Firefox it is just about where I would like it to 
be.
Thanks in 
advance.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 
__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


RE: [WSG] list-image cross browser position

2006-10-13 Thread Taco Fleur
Title: Website design - Pacific Fox



Thanks, sounds like a plan..
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Frances 
BerrimanSent: Friday, 13 October 2006 9:52 PMTo: 
wsg@webstandardsgroup.orgSubject: RE: [WSG] list-image cross browser 
position


Using list image is 
notoriously annoying to get lined up right.  Ditch it and apply background images to 
your list items and position your text accordingly with margins. You'll find it a lot easier to 
get it the same across 
browsers.
 
(btw the pacific fox 
logo that applies itself to the top of my reply is wonderful… :/  )
 
 






FRANCES 
BERRIMAN
http://fberriman.com
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Taco 
FleurSent: 13 October 2006 12:24To: 
wsg@webstandardsgroup.orgSubject: [WSG] list-image cross browser 
position

Hello 
all,
 
is there any way to have a list-image in 
the same position across Internet Explorer and 
Firefox?
In IE the image is 
very close to the text, in Firefox it is just about where I would like it to 
be.
Thanks in 
advance.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 
__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


RE: [WSG] list-image cross browser position

2006-10-13 Thread Taco Fleur
Title: Website design - Pacific Fox



http://clickfind.com.au 
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Taco 
FleurSent: Friday, 13 October 2006 9:24 PMTo: 
wsg@webstandardsgroup.orgSubject: [WSG] list-image cross browser 
position

Hello 
all,
 
is there any way to have a list-image in 
the same position across Internet Explorer and 
Firefox?
In IE the image is 
very close to the text, in Firefox it is just about where I would like it to 
be.
Thanks in 
advance.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


RE: [WSG] list-image cross browser position

2006-10-13 Thread Frances Berriman
Title: Website design - Pacific Fox




Using list image is 
notoriously annoying to get lined up right.  Ditch it and apply background images to 
your list items and position your text accordingly with margins. You'll find it a lot easier to 
get it the same across 
browsers.
 
(btw the pacific fox 
logo that applies itself to the top of my reply is wonderful… :/  )
 
 






FRANCES 
BERRIMAN
http://fberriman.com
 


From: listdad@webstandardsgroup.org 
[mailto:[EMAIL PROTECTED] On Behalf Of Taco 
FleurSent: 13 October 2006 12:24To: 
wsg@webstandardsgroup.orgSubject: [WSG] list-image cross browser 
position

Hello 
all,
 
is there any way to have a list-image in 
the same position across Internet Explorer and 
Firefox?
In IE the image is 
very close to the text, in Firefox it is just about where I would like it to 
be.
Thanks in 
advance.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]*** 


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


[WSG] list-image cross browser position

2006-10-13 Thread Taco Fleur
Title: Website design - Pacific Fox



Hello 
all,
 
is there any way to have a list-image in 
the same position across Internet Explorer and 
Firefox?
In IE the image is 
very close to the text, in Firefox it is just about where I would like it to 
be.
Thanks in 
advance.
 

Kind 
regards,Taco 
Fleur — watch our new 
video online! 


Pacific 
Fox™free call 
1800 032 982 or mobile 0421 851 786 — fax 07 3414 
6464, international +61 7 3325 5103www.pacificfox.com.au an 
industry leader with commercial experience since 1994 … 
our 
services: 

  
  online, 
  print, marketing & information 
  technology
  
  website, 
  branding, logo, business cards, letterheads
  
  hosting, 
  e-commerce, domain names, sms solutions,streaming video and complete web 
  strategies

***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***