My new website - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: My new website (/showthread.php?tid=50861) My new website by Yousef on 09-24-2005 at 08:49 AM
Hey, I just released a new version of my website. RE: My new website by user35870 on 09-24-2005 at 08:52 AM Looks great! Much better than the old one RE: My new website by M73A on 09-24-2005 at 08:57 AM
looks really good!!! RE: My new website by -dt- on 09-24-2005 at 09:02 AM
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.msgweb.nl%2Fen%2F RE: My new website by Yousef on 09-24-2005 at 09:06 AM
I'll make it valid later this day, I developed it with all the standards in my mind. However I won't be able to make the message bar valid... RE: My new website by -dt- on 09-24-2005 at 09:15 AM
quote:code a javascript one that uses a span. (wouldnt be that hard) then it will validate RE: My new website by M73A on 09-24-2005 at 09:34 AM
quote: yea i know how to marquee thats not what i ment i meant ppl leaving a message and it showing in that space.... give me some credit! i take it its php after looking at the site a bit?... oh well i havent got round to trying to learn php yet RE: My new website by Yousef on 09-24-2005 at 02:06 PM Sure it's php, just a small script I created RE: My new website by hmaster on 09-24-2005 at 02:12 PM
Really nice site RE: My new website by Yousef on 09-24-2005 at 02:35 PM
Hmm I could do document.write, I'll think about it, thanks. RE: My new website by tony on 09-24-2005 at 02:42 PM nice forum theme the colors are really great RE: My new website by ShawnZ on 09-24-2005 at 02:57 PM
quote: No, that will show a scrollbar. Instead you need overflow:hidden to disable scrollbars. RE: My new website by Yousef on 09-24-2005 at 03:01 PM It should be fixed now, I changed overflow-y:hidden to overflow:hidden RE: My new website by hmaster on 09-24-2005 at 03:04 PM
quote:True, but using auto should work too. quote:I used: code:And then in the webpage I used code: RE: My new website by Yousef on 09-24-2005 at 03:23 PM Yes I've seen what you did. Anyway, your page validates now, but officially it isn't 'valid'. But thanks, I'll probably use your method, back ontopic RE: My new website by _Humphreys on 09-24-2005 at 03:35 PM I remember your site...someone fake emailed me from it. ¬_¬ I saw the new design and I really like it. Keep up the good work. RE: My new website by -dt- on 09-24-2005 at 03:38 PM
quote:OH GOD!!!!!!!!!!!!!!!!!!!!!!!!!! document.write = evil! it should never be used in xhtml docs since it can presume it needs to write to a new document and clear your page then start writing. use something like code: to insert the maquee into the div. RE: My new website by hmaster on 09-24-2005 at 03:45 PM
quote:Why, the other way works fine, its not document.write its basically like include() RE: My new website by -dt- on 09-24-2005 at 03:59 PM
quote:IT IS DOCUMENT.WRITE LOOK AT YOUR CODE!!!!!!!!!!!!!! innerHTML is alot better way then document.write , document.write is stupid we have a DOM for a reson people , by using document.write your basicly saying "hey i sure as hell dont care for the DOM so lets write random crap to it and hope it parses it right" another better way (a WAY better way) would be a full DOM approch with code: also YOUR DOCUMENT ISNT XHTML VALID if you cheat like this (thats what your doing is cheating the checker) http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite http://ln.hixie.ch/?start=1091626816&count=1 http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html RE: My new website by Yousef on 09-24-2005 at 04:03 PM
quote:That's what I said. But ehm, can someone split this thread ? |