Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Rees, Mark
Christopher R wrote:
 On Mon, Mar 23, 2009 at 10:36 PM David Laakso 
 da...@chelseacreekstudio.com wrote:
 Christopher R wrote:
 http://www.thecreativesheep.ca/site/imagepage5.html

 Here is the link, hopefully it can get figured out in case I run into the 
 same problem on my other pages.

 Please bottom post in reply. What OS/browser does not load all the images?
 
 FireFox, and the links don't work either in any browser I find it odd.

Here's a report from the Firebug net panel, hope it helps. Seems like a few of 
the images aren't where you think they are. 

Now that we seem to have established that there isn't a syntax problem in the 
CSS can I suggest this thread is closed?

thecreativesheep.ca

106 KB

 
1.31s
GET navgraphic.png
http://www.thecreativesheep.ca/site/navgraphic.png

404 Not Found

thecreativesheep.ca

10 KB

 
2.47s
GET gallerybottonbw.png
http://www.thecreativesheep.ca/site/gallerybottonbw.png

404 Not Found

thecreativesheep.ca

10 KB

 
2.99s
GET animationbottonbw.png
http://www.thecreativesheep.ca/site/animationbottonbw.png

404 Not Found

thecreativesheep.ca

10 KB

 
2.66s
GET blogbw.gif
http://www.thecreativesheep.ca/site/blogbw.gif

404 Not Found

thecreativesheep.ca

10 KB

 
2.97s
GET imagegallery.swf
http://www.thecreativesheep.ca/site/imagegallery.swf

404 Not Found

thecreativesheep.ca

10 KB

 
2.37s
GET contactimage.gif
http://www.thecreativesheep.ca/site/contactimage.gif

404 Not Found


--
AstraZeneca UK Limited is a company incorporated in England and Wales with 
registered number: 03674842 and a registered office at 15 Stanhope Gate, London 
W1K 1LN.
Confidentiality Notice: This message is private and may contain confidential, 
proprietary and legally privileged information. If you have received this 
message in error, please notify us and remove it from your system and note that 
you must not copy, distribute or take any action in reliance on it. Any 
unauthorised use or disclosure of the contents of this message is not permitted 
and may be unlawful.
Disclaimer: Email messages may be subject to delays, interception, non-delivery 
and unauthorised alterations. Therefore, information expressed in this message 
is not given or endorsed by AstraZeneca UK Limited unless otherwise notified by 
an authorised representative independent of this message. No contractual 
relationship is created by this message by any person unless specifically 
indicated by agreement in writing other than email.
Monitoring: AstraZeneca UK Limited may monitor email traffic data and content 
for the purposes of the prevention and detection of crime, ensuring the 
security of our computer systems and checking Compliance with our Code of 
Conduct and Policies.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread David Laakso
Christopher R wrote:
 On Mon, Mar 23, 2009 at 10:36 PM David Laakso 
 da...@chelseacreekstudio.com wrote:
   
 Christopher R wrote:
 
 http://www.thecreativesheep.ca/site/imagepage5.html

  
   

 
 FireFox, and the links don't work either in any browser I find it odd.
   


Firefox and Opera load all the images being called for the page.
In Firefox, right click on the links and click view background-image.


__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Alan Gresley
Christopher R wrote:

 FireFox, and the links don't work either in any browser I find it odd.


Hello Chris, place this CSS below the rest of the embedded CSS.

#logo {
z-index: auto;
}
#navigationpanel  {
position: relative;
}
#topbar {
position: relative;
}
.wr {
   background: transparent;
}


The background that you are seeking for div.wr can not be achieved by 
positioning and layering methods you are currently using. I can see what 
you want but the white background and *creative sheep header image* must 
be in a lower layer (parent div). At first thoughts, I would wrap both 
div#logo and div#topbar in a wrapper div with the background of the 
*creative sheep header image* but seeing those other images surrounding 
may make this option not work as desired.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
I want to update the background white box is gone now using that code below the 
rest of the embedded CSS.


On Tue, Mar 24, 2009 at 9:39 AM Alan Gresley a...@css-class.com wrote:
Christopher R wrote:
 
  FireFox, and the links don't work either in any browser I find it odd.
 
 
 Hello Chris, place this CSS below the rest of the embedded CSS.
 
 #logo {
   z-index: auto;
 }
 #navigationpanel  {
   position: relative;
 }
 #topbar {
   position: relative;
 }
 .wr {
background: transparent;
 }
 
 
 The background that you are seeking for div.wr can not be achieved by 
 positioning and layering methods you are currently using. I can see what 
 you want but the white background and *creative sheep header image* must 
 be in a lower layer (parent div). At first thoughts, I would wrap both 
 div#logo and div#topbar in a wrapper div with the background of the 
 *creative sheep header image* but seeing those other images surrounding 
 may make this option not work as desired.
 
 
 -- 
 Alan http://css-class.com/
 
 Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 5:24 AM David Laakso da...@chelseacreekstudio.com 
wrote:
Christopher R wrote:
  On Mon, Mar 23, 2009 at 10:36 PM David Laakso 
  da...@chelseacreekstudio.com wrote:

  Christopher R wrote:
  
  http://www.thecreativesheep.ca/site/imagepage5.html
 
   

 
  
  FireFox, and the links don't work either in any browser I find it odd.

 
 
 Firefox and Opera load all the images being called for the page.
 In Firefox, right click on the links and click view background-image.
 
 
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

I have tried that, same thing.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM Alan Gresley a...@css-class.com wrote:
Christopher R wrote:
 
  FireFox, and the links don't work either in any browser I find it odd.
 
 
 Hello Chris, place this CSS below the rest of the embedded CSS.
 
 #logo {
   z-index: auto;
 }
 #navigationpanel  {
   position: relative;
 }
 #topbar {
   position: relative;
 }
 .wr {
background: transparent;
 }
 
 
 The background that you are seeking for div.wr can not be achieved by 
 positioning and layering methods you are currently using. I can see what 
 you want but the white background and *creative sheep header image* must 
 be in a lower layer (parent div). At first thoughts, I would wrap both 
 div#logo and div#topbar in a wrapper div with the background of the 
 *creative sheep header image* but seeing those other images surrounding 
 may make this option not work as desired.
 
 
 -- 
 Alan http://css-class.com/
 
 Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

Embedding those styles removes the white box altogether !!!
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R




On Tue, Mar 24, 2009 at 9:39 AM Alan Gresley a...@css-class.com wrote:
Christopher R wrote:
 
  FireFox, and the links don't work either in any browser I find it odd.
 
 
 Hello Chris, place this CSS below the rest of the embedded CSS.
 
 #logo {
   z-index: auto;
 }
 #navigationpanel  {
   position: relative;
 }
 #topbar {
   position: relative;
 }
 .wr {
background: transparent;
 }
 
 
 The background that you are seeking for div.wr can not be achieved by 
 positioning and layering methods you are currently using. I can see what 
 you want but the white background and *creative sheep header image* must 
 be in a lower layer (parent div). At first thoughts, I would wrap both 
 div#logo and div#topbar in a wrapper div with the background of the 
 *creative sheep header image* but seeing those other images surrounding 
 may make this option not work as desired.
 
 
 -- 
 Alan http://css-class.com/
 
 Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

Alright, I got it working but the problem is the z-index rule places the logo 
image behind the white box not in front.  I have tried z-index: 1 
which after doing that makes the links not work.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM Alan Gresley a...@css-class.com wrote:
Christopher R wrote:
 
  FireFox, and the links don't work either in any browser I find it odd.
 
 
 Hello Chris, place this CSS below the rest of the embedded CSS.
 
 #logo {
   z-index: auto;
 }
 #navigationpanel  {
   position: relative;
 }
 #topbar {
   position: relative;
 }
 .wr {
background: transparent;
 }
 
 
 The background that you are seeking for div.wr can not be achieved by 
 positioning and layering methods you are currently using. I can see what 
 you want but the white background and *creative sheep header image* must 
 be in a lower layer (parent div). At first thoughts, I would wrap both 
 div#logo and div#topbar in a wrapper div with the background of the 
 *creative sheep header image* but seeing those other images surrounding 
 may make this option not work as desired.
 
 
 -- 
 Alan http://css-class.com/
 
 Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

Update Newest Post
I gave the class .navigationalpanel a z-index of (1) which worked in FireFox 3 
but not in IE7 or IE6 
I'm open to other suggestions or unless someone knows how to get what I got 
working for FF3 to work in
IE7 and IE6 as it appears IE7 and IE6 can't read z-index.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM Alan Gresley a...@css-class.com wrote:
Christopher R wrote:
 
  FireFox, and the links don't work either in any browser I find it odd.
 
 
 Hello Chris, place this CSS below the rest of the embedded CSS.
 
 #logo {
   z-index: auto;
 }
 #navigationpanel  {
   position: relative;
 }
 #topbar {
   position: relative;
 }
 .wr {
background: transparent;
 }
 
 
 The background that you are seeking for div.wr can not be achieved by 
 positioning and layering methods you are currently using. I can see what 
 you want but the white background and *creative sheep header image* must 
 be in a lower layer (parent div). At first thoughts, I would wrap both 
 div#logo and div#topbar in a wrapper div with the background of the 
 *creative sheep header image* but seeing those other images surrounding 
 may make this option not work as desired.
 
 
 -- 
 Alan http://css-class.com/
 
 Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

Alright, I understand about the bottom posting and I will remember to post at 
the bottom.  
I would appreciate if someone could help me solve my problem if on why the 
links don't work
I've applied a z-index of (1) to the navigational panel but the links don't 
work in IE 7 or IE 6 unless someone
knows of another route I can take? 

__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
Alright I still have a few things to check, but some of it is working but my 
a links don't seem to be working, odd.  I'm going to 
check over a few things and know by later on.


On Mon, Mar 23, 2009 at 11:13 AM Ian Young i...@iyesolutions.co.uk wrote:
 To: CSS-D
  Subject: [css-d] Browser doesn't load all images?
  
  Has anyone has this problem whereas the browser does not load all the
  images for the page, and is there
  a way to fix or force it too?
 
 
 In my experience there are a few things to check if images don't load
 There is an html error or more likely, I have forgotten to upload the image
 to the given folder.
 
 More than that is difficult to say without a link.
 
 Cheers
 
 Ian
 
 
 
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Ian Young
 To: CSS-D
 Subject: [css-d] Browser doesn't load all images?
 
 Has anyone has this problem whereas the browser does not load all the
 images for the page, and is there
 a way to fix or force it too?


In my experience there are a few things to check if images don't load
There is an html error or more likely, I have forgotten to upload the image
to the given folder.

More than that is difficult to say without a link.

Cheers

Ian


__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Ian Young




 -Original Message-
 From: polar_anima...@zenbe.com [mailto:polar_anima...@zenbe.com] On
 Behalf Of Christopher R
 Sent: 23 March 2009 15:29
 To: Ian Young
 Cc: 'CSS-D'
 Subject: RE: [css-d] Browser doesn't load all images?
 
 Alright I still have a few things to check, but some of it is working
 but my a links don't seem to be working, odd.  I'm going to
 check over a few things and know by later on.
 

You didn't mention that the images were in links.
IE 7 can have issues here which is why a link can be useful and we can check on 
all the various browsers that we have kicking around.

Ian

__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Kenny Leu
I've had similar issues before, where certain browsers would load certain
images and others wouldn't.  I hope the following helps you out:

e.g. Windows IE7 would understand the following...

background-image: url(root/imageFolder/image.jpg);

But Windows FireFox3 wouldn't!  After some poking around, I ended up adding
quotes around the file location (it SHOULD be a string, after all)

background-image: url(root/imageFolder/image.jpg);

And FireFox3 understood that.  Maybe you're missing some quotes , like I
was.


Best,
Kenny




On Mon, Mar 23, 2009 at 8:54 AM, Ian Young i...@iyesolutions.co.uk wrote:





  -Original Message-
  From: polar_anima...@zenbe.com [mailto:polar_anima...@zenbe.com] On
  Behalf Of Christopher R
  Sent: 23 March 2009 15:29
  To: Ian Young
  Cc: 'CSS-D'
  Subject: RE: [css-d] Browser doesn't load all images?
 
  Alright I still have a few things to check, but some of it is working
  but my a links don't seem to be working, odd.  I'm going to
  check over a few things and know by later on.
 

 You didn't mention that the images were in links.
 IE 7 can have issues here which is why a link can be useful and we can
 check on all the various browsers that we have kicking around.

 Ian

 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
Alright, I have put the quotations within the brackets and it seems to be only 
fetching some parts
of a few 200K images from the server when using FF3.  When I use IE7 / IE6  it 
loads fine so how come FireFox is not getting the full
images from the server?


On Mon, Mar 23, 2009 at 12:51 PM Kenny Leu kenny@gmail.com wrote:
I've had similar issues before, where certain browsers would load certain
 images and others wouldn't.  I hope the following helps you out:
 
 e.g. Windows IE7 would understand the following...
 
 background-image: url(root/imageFolder/image.jpg);
 
 But Windows FireFox3 wouldn't!  After some poking around, I ended up adding
 quotes around the file location (it SHOULD be a string, after all)
 
 background-image: url(root/imageFolder/image.jpg);
 
 And FireFox3 understood that.  Maybe you're missing some quotes , like I
 was.
 
 
 Best,
 Kenny
 
 
 
 
 On Mon, Mar 23, 2009 at 8:54 AM, Ian Young i...@iyesolutions.co.uk wrote:
 
 
 
 
 
   -Original Message-
   From: polar_anima...@zenbe.com [mailto:polar_anima...@zenbe.com] On
   Behalf Of Christopher R
   Sent: 23 March 2009 15:29
   To: Ian Young
   Cc: 'CSS-D'
   Subject: RE: [css-d] Browser doesn't load all images?
  
   Alright I still have a few things to check, but some of it is working
   but my a links don't seem to be working, odd.  I'm going to
   check over a few things and know by later on.
  
 
  You didn't mention that the images were in links.
  IE 7 can have issues here which is why a link can be useful and we can
  check on all the various browsers that we have kicking around.
 
  Ian
 
  __
  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 -- http://css-discuss.org/policies.html
  Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread David Laakso
Christopher R wrote:
 Has anyone has this problem whereas the browser does not load all the images 
 for the page, and is there
 a way to fix or force it too?
   

Validate the CSS and the markup. Put the page on a public server and 
provide a clickable link to it in your post. Bottom post in reply.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
http://www.thecreativesheep.ca/site/imagepage5.html

Here is the link, hopefully it can get figured out in case I run into the same 
problem on my other pages.


On Mon, Mar 23, 2009 at 10:04 PM David Laakso da...@chelseacreekstudio.com 
wrote:
Christopher R wrote:
  Has anyone has this problem whereas the browser does not load all the 
  images for the page, and is there
  a way to fix or force it too?

 
 Validate the CSS and the markup. Put the page on a public server and 
 provide a clickable link to it in your post. Bottom post in reply.
 
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread David Laakso
Christopher R wrote:
 http://www.thecreativesheep.ca/site/imagepage5.html

 Here is the link, hopefully it can get figured out in case I run into the 
 same problem on my other pages.
   


Please bottom post in reply. What OS/browser does not load all the images?
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread david
Kenny Leu wrote:
 I've had similar issues before, where certain browsers would load certain
 images and others wouldn't.  I hope the following helps you out:
 
 e.g. Windows IE7 would understand the following...
 
 background-image: url(root/imageFolder/image.jpg);
 
 But Windows FireFox3 wouldn't!  After some poking around, I ended up adding
 quotes around the file location (it SHOULD be a string, after all)
 
 background-image: url(root/imageFolder/image.jpg);
 
 And FireFox3 understood that.  Maybe you're missing some quotes , like I
 was.

 On Mon, Mar 23, 2009 at 8:54 AM, Ian Young i...@iyesolutions.co.uk wrote:
 
 -Original Message-
 From: polar_anima...@zenbe.com [mailto:polar_anima...@zenbe.com] On
 Behalf Of Christopher R
 Sent: 23 March 2009 15:29
 To: Ian Young
 Cc: 'CSS-D'
 Subject: RE: [css-d] Browser doesn't load all images?

 Alright I still have a few things to check, but some of it is working
 but my a links don't seem to be working, odd.  I'm going to
 check over a few things and know by later on.

 You didn't mention that the images were in links.
 IE 7 can have issues here which is why a link can be useful and we can
 check on all the various browsers that we have kicking around.

Hmmm, IIRC, I thought the standards required using the quotes?

Anyway, this list prefers bottom posting!

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
On Mon, Mar 23, 2009 at 10:36 PM David Laakso da...@chelseacreekstudio.com 
wrote:
Christopher R wrote:
  http://www.thecreativesheep.ca/site/imagepage5.html
 
  Here is the link, hopefully it can get figured out in case I run into the 
  same problem on my other pages.

 
 
 Please bottom post in reply. What OS/browser does not load all the images?
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 

FireFox, and the links don't work either in any browser I find it odd.
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread david
Christopher R wrote:
 http://www.thecreativesheep.ca/site/imagepage5.html
 
 Here is the link, hopefully it can get figured out in case I run into the 
 same problem on my other pages.
 
 
 On Mon, Mar 23, 2009 at 10:04 PM David Laakso 
 da...@chelseacreekstudio.com wrote:
 Christopher R wrote:
 Has anyone has this problem whereas the browser does not load all the 
 images for the page, and is there
 a way to fix or force it too?
   
 Validate the CSS and the markup. Put the page on a public server and 
 provide a clickable link to it in your post. Bottom post in reply.

2 errors in CSS:

http://jigsaw.w3.org/css-validator/validator?profile=css2warning=2uri=http%3A%2F%2Fwww.thecreativesheep.ca%2Fsite%2Fimagepage5.html

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Donald Davis
bottom posting means post after the words of the previous poster, not
before... just to clarify so the people on the list don't get any more
upset.. lol
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread david
Christopher R wrote:
 On Mon, Mar 23, 2009 at 10:36 PM David Laakso 
 da...@chelseacreekstudio.com wrote:
 Christopher R wrote:
 http://www.thecreativesheep.ca/site/imagepage5.html

 Here is the link, hopefully it can get figured out in case I run into the 
 same problem on my other pages.

 Please bottom post in reply. What OS/browser does not load all the images?
 
 FireFox, and the links don't work either in any browser I find it odd.

Your bit about Flash isn't scripted right, or something. I have Flash 
installed in FF here, and before I enabled Javascript on your site, I 
could have clicked on the Flash and seen it. After I enabled Javascript 
on your page, the Flash image was replaced by a silly bit of text 
telling me I didn't have Flash installed ...

I don't see what images are missing, unless there's supposed to be 
images in the white middle section of the page?

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Philippe Wittenbergh

On Mar 24, 2009, at 2:07 PM, david wrote:

 Kenny Leu wrote:
 I've had similar issues before, where certain browsers would load  
 certain
 images and others wouldn't.  I hope the following helps you out:

 e.g. Windows IE7 would understand the following...

 background-image: url(root/imageFolder/image.jpg);

 But Windows FireFox3 wouldn't!  After some poking around, I ended  
 up adding
 quotes around the file location (it SHOULD be a string, after all)

 background-image: url(root/imageFolder/image.jpg);

 And FireFox3 understood that.  Maybe you're missing some quotes ,  
 like I
 was.




 Hmmm, IIRC, I thought the standards required using the quotes?

1. Quotes are not required around a url as value for background-image.
http://www.w3.org/TR/CSS21/syndata.html#uri

Where did you get that idea ?

2. Firefox (and Opera, Safari) has no problems with unquoted urls in  
that case.
I see a bunch of images on the page linked to bythe OP, Christopher R:
 http://www.thecreativesheep.ca/site/imagepage5.html

Not sure if all images are there, though.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/