Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Posts posted by PrateekSaxena

  1. Hi,I am trying to get the innerHTML of an iFrame. But when I alert the iFrameId.innerHTML then I am able to see the result on IE 6.0 but not on FF 2.0.0.3. do you have any idea why this is happening?

  2. Hi,Can anyone please point me towards a tutorial which teaches me how to make my on vBulletin theme? I mean, I want to fully customize it. Is there a way to do that? Please give a link :)

  3. Hmmm...I was thinking of doing that, this is just an initial quick release. I will definitely make that change. Thanks for pointing that out Mr.Adam!

  4. Hi,I have a DIV called "container", this DIV is absolutely positioned as top:10px;left:10px;. There is another DIV inside it called" contained" as this too is absolutely positioned as top:10px;left:10px;. But it is positioning itself with respect to the whole document and not the DIV that it is contained in. How do I make it position absolutely with respect to the "container" div??

  5. that is right

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by: * incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead). * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
    Is there a reason why you need to maintain XHTML. Do one thing write a function onload that would make the ifram at runtime!!
×
×
  • Create New...