Jump to content

playmenow

Members
  • Posts

    25
  • Joined

  • Last visited

playmenow's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I never heard of 'bottom' (alone) & 'min-height'
  2. Tthat can only be done using PHP, ASP, etc. No other way, sorry.
  3. playmenow

    WARNING!

    Warning!!!If you use XHTML, then it's OK to use the .xhtml extension. BUT: JavaScript will NOT work. Trust me, I found this 2 minutes ago. A good fix is to use .html or even .php, .asp without any server-scripting. I hope this will help you.
  4. put this in CSS:#footer{width:1002px;background-color: #003399;border-top-color: 003399;vertical-align: bottom;...}if that's still not working, use this:valign="bottom"
  5. This won't happen in FF. Use the title attributte on the "a" tag.
  6. Do you have a web site coded in xhtml 1.1 and it looks so bad in IE? There are many tricks to do this. I'll show 3 (4th is the worst) of them:1. Send your XHTML 1.1 web site as application/xml.2. Add <?xml version="1.0" encoding="iso-8859-1"?> above the doctype.3. Use PHP/ASP/whatever to see if browser supports application/xhtml+xml and send the doctype and meta tag: if YES, XHTMl 1.1 as application/xhtml+xml if NO, XHTML 1.0 Strict as text/html.4. NOT RECOMMENDED: Send XHTML as text/xml...if still not working, as text/html.
  7. erm...update feature for a media player... http://www.playmeno.org ...it will download a file called 'update.xml' in C:\\ & will comparei t to what i set in the prog. and tell us if there's a new update available
  8. http://www.roxr.comHmmm..I'm hosted there, very good host...but...hmmm....they have problems with an account creation script.
  9. Hi. I think you all know that MS ('s' is not soft, is a non-polite 's' word ) 'invented' <marquee> just to take the web. Well, on my site I use XHTML 1.1 (and even on HTML it's not valid) and I wish to use some marquee text. The reason I opened this topic is because I don't know much JS, so I don't know how to make it work. Erm...keep in mind that the script MUST work as <marquee> on Firefox and must be valuid XHTML 1.1. Erm...no more examples as Dan the Proof posted somewhere in these forums...I learn a lot better from the final code . If you wish to see where the text will be, go to http://www.playmenow.org and look right at the top (above the heading, where's a blue bar). Thank you very much.
  10. <object data="mamadont.mid" type="audio/midi"><param name="audio" value="mamadont.mid" /></object> This might not work on IE, but as it's not a priority...
  11. <html><head><style type="text/css">.spanLeft{width : auto;float : left;text-align : left;font-size: 10pt;padding: 4px;}.table1 {border: 1px;width: 100%;padding: 0px;border-spacing: 0px;}.td1 {text-align: right;}.table2 {border: 1px;width: 40%;vertical-align: top;}.td2 {vertical-align: top;text-align: right;}input {width: 50px;}.nobr {word-wrapping: nowrap}</style></head><body><table class="table1" ><tr><td class="td1"><span class="spanleft"><p>Deduction for foreign experts operating a stock exchange business or a securities clearing-house business</p></span></td></tr></table><table class="table2"><tr><td><input type="text"></td></tr></table></body></html> It was because the NOBR tag, which does NOT really exist, just browsers know what it means...yoiu shoud use.....look in the css.
  12. Maybe a _ (underscore) will do the job in IE. It's crap, it sucks. I simply ignore it, because Firefox is the best. I don't really understand why Microsh** are loooooooosing time to develop IE, to make it better (i mean worse), when they can simply include Firefox. So, my choice is to ignore IE.
  13. Yeah, ROXR is the best. My site is hosted there.....it's better than paid hosting.
  14. look: <object data="file.swf" type="x-application-shockwave"><param name="movie" value="file.swf"></object> I'm not sure if the type is correct. Hope this works.
×
×
  • Create New...