Hi Everyone,

Well here is my problem I am a newbie with CSS and web standards and my first take end up look crap in Firefox but "great" in IE?
Also my _javascript_ Moo-FX effects not are working anywhere. I trying all day not and it drive me crazy I do not understand what is wrong with it.

Here is the Temp URL:
http://www.estudiomcarmona.com.ar/test/

Please help me out.
 
Thanks
Jack


Geoff Pack wrote:
I agree with Bert - use the start attribute and a transitional dtd. It's cleaner, more concise, and captures exactly the semantics of what you are doing. You don't need the div around the text info though.

Of course you could always write out the first 39 empty list-items and hide them :)

Geoff Pack




Somaya Langley wrote:
  
Hi All - 

I'm putting together a template for a contents list page for the
National Library of Australia's online pictures delivery system.  We
need to start an ordered list on a page from a number other than 1, as
the lists could be quite long and so will be chunked into a set per
page.

There are two solutions...
the first, for example: 
<ol start="40">
<li> 
<div>text info in here</div>
</li>
...

or, the second:
<ol>
<li>
<div>number inserted in here from our digital content management
system</div>
<div>text info in here</div>
</li>
...

While the first would be more elegant, start is now a depricated
attribute.

What do people suggest?

Thanks
Somaya

    
******************************************************
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 ******************************************************

Reply via email to