Re: [WSG] Images not loading...

2005-06-27 Thread ruf fellipe
Hi,

I'm using FF-1.0.4 on Windows and it works fine. My TIDY Extension
don't find any errors on the W3C syntax, good start!

On 6/26/05, Jeff D. Reid [EMAIL PROTECTED] wrote:
 Here is a listing of the image file names I see:  (from top of page to
 bottom)
 
 vinter_header.jpg
 quickmap.gif
 row of 6 horzontal nav bar mouseovers
 aktivitet.gif
 aktivitetsmenu.gif (in right sidebar)
 colum of 4 javascript links w/small preceding graphic
 rightsidetest.jpg
 rightsidetest1.jpg
 top.gif (at bottom of page)
 
 
 HTH,
 Jeff
 
 - Original Message -
 From: Kim Kruse [EMAIL PROTECTED]
 To: wsg@webstandardsgroup.org
 Sent: Sunday, June 26, 2005 4:53 PM
 Subject: Re: [WSG] Images not loading...
 
 
  Hi Jeff,
 
  Thanks for your reply. Perhaps I would a great idea to mention it's the
  images in the navbar below the header image.
 
  Do they still show?
 
  Kim
 
  Jeff D. Reid wrote:
 
  All images load just fine using the following:
  
  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414
  Firefox/1.0.3 and Windows XP Pro
  
  I am located in Cincinnati, Ohio, USA and it is Sunday, June 26, 2005,
 3:12
  pm EST..
  
  HTH,
  Jeff
  
  - Original Message -
  From: Kim Kruse [EMAIL PROTECTED]
  To: wsg@webstandardsgroup.org
  Sent: Sunday, June 26, 2005 2:27 PM
  Subject: [WSG] Images not loading...
  
  
  
  
  Hi,
  
  On this page http://mouseriders.dk/esrum/test.htm I have some sort of
  problem in FF and other Gecko browsers.
  
  The images just don't show up unless I scroll the page, mouseover the
  links or reload the page. Does anybody know why?
  
  I would really appreciate some help as I have no idea what's causing
 this.
  
  Thank you very much
  Kim
  **
  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
  **
  
  
  
  
  
  **
  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
 **
 
 


-- 
Fellipe Cicconi
http://ruf.rockgrafia.com
**
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] 'strong' as class name

2005-06-27 Thread ruf fellipe
Hi tee,

W3C do not recommend the tag b to set bold, but strong. It's
semantic in action, resistance is futile :)

Your class will be fine if you use like this:

.strong {
   font: 1em bold Arial, sans-serif;
   color: #369;
   text-transform: uppercase;
   text-decoration: none;
}

EOF XD

On 6/26/05, Richard Czeiger [EMAIL PROTECTED] wrote:
 Hi tee,
 
 I still think the strong tag is the way to go for you.
 In your example you have inline text that you want to make bold and a diff
 colour and font.
 This *shounds* like you want to strongly emphasis that text. Why not use the
 strong element to do it?
 You can still apply your styles:
 
 pstrongStrong/strong is bold/p
 
 style
 strong {
 font: 1em bold Arial, san-serif;
 text-transform: uppercase;
 text-decoration: none;
 color: #369;
 }
 /style
 
 I'd make the argument that if you still don't want to use the strong tag
 then at least think of a different name for your class as i think it might
 get confusing later on.
 
 Cheers  :o)
 Richard
 
 
 - Original Message -
 From: tee [EMAIL PROTECTED]
 To: wsg@webstandardsgroup.org
 Sent: Sunday, June 26, 2005 9:52 PM
 Subject: Re: [WSG] 'strong' as class name
 
 
 
  Thank you Andy, for the link and reminder.
  Note that the second font family is 'sans-serif' (with an 's' and
  hyphen).
  Should be:
  pspan class=strongStrong/span is bold/p
  They are correct in my files. I should have paid more attention in typing
  when posting question to the list so to prevent confusion.
 
  FURTHER READING
  
  http://www.devarticles.com/c/a/Web-Style-Sheets/CSS-shorthand-at-a-glance/2/
   
 
  Cheers,
  tee
 
  **
  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
 **
 
 


-- 
Fellipe Cicconi
http://ruf.rockgrafia.com
**
The discussion list for  http://webstandardsgroup.org/

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