iframe in netscape?

liunx

Guest
does netscape support iframes? <br />
I finally got around to Download <!--more-->ing a netscape browser and i checked all my pages using it, and they are all forked up. <br />
<br />
Is there a netscape code validator?<br />
<br />
Thanks<!--content-->i think the very latest version supports iframes, but IMHO, it's prolly best to avoid using them too much, since older NS browsers don't support them at all, and practically every other browser won't either. done well, you can use just a few regular frames to get the same effect, although it may be tricky, depending on the layout you're trying to achieve.<!--content-->Just run the code through: <!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --> and make sure that you have no typos, wrongly nested or unclosed tags, and other similar errors. Ignore any browser-specific tags in your initial analysis.<!--content-->NS 6 and NS 7 support it. NS 4 will not.<!--content-->ok maybe you guys can help me with another problem (if not i will post it in a different spot) <br />
<br />
On a few of my pages i'm using iframes for content. I like to mess with the scrollbar colors but knowing about iframes in netscape 4.xx makes me weary. The page looks terrible just some random graphics and no content. My questions are these: <br />
<br />
Can i mess with the scrollbar props in a scrolling div?<br />
<br />
or is there another option (maybe with a doctype declaration because i took out the doctype dec. and the scrollbars did as i told them to. you will see on the pages i have changed this to validate correctly. Can i leave out the doctype or is that a big NO?)<br />
<br />
thanks<!--content-->you should keep the doctype in there.<br />
<br />
you could change the scrollbar on a div, but a little more difficult as the regular scrollbars.<br />
<br />
what is you code or do you have a link?<!--content-->oops.<br />
<br />
<!-- m --><a class="postlink" href="http://thefedsrock.com">http://thefedsrock.com</a><!-- m --><!--content-->"http://www.w3.org/TR/REC-html40/loose.dtd"<br />
<br />
take that out of both pages.<!--content-->
 
Back
Top