Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html Editors Enhanced-html > Re: DIFFERENCES...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 28 of 112
Post > Topic >>

Re: DIFFERENCES between NETSCAPE and EXPLORER when programming (HTML)

by Lars Andersen <lerura@[EMAIL PROTECTED] > Feb 2, 2004 at 12:50 AM

Thomas Lindgaard wrote:

> Hello
> 
> 2Bees Internet Solutions <info@[EMAIL PROTECTED]
> wrote in message
> news:39b41cf1$0$7822@[EMAIL PROTECTED]
> 
>>I would like to get some information about programming html the right
way,
>>so its correctly displayed in netscape! There are many differences
between
>>netscape and explorer and don't want that only people with explorer can
>>watch the page.
>>
>>
>>First example: i have a table with a background picture. Inside that
table
> 
> i
> 
>>have some collums or another table. In netscape the background is keeps
>>repeating the background in all the new collums and tables in explorer
> 
> not.
> 
> Use a transparent gif as background for the inner table
> 
> 
>>Second example: in Netscape i can't make exact frames with exactly for
>>example 750 pixels. Then its always i little more or a little less when
i
>>also put a picture on the background with exactly 750 pixels. So thats
> 
> also
> 
>>a problem.
> 
> 
> Netscape only uses % of screen width/height when carving out frames, so
> exact numbers of pixels are converted to best approximation using % :(
> 
> Regards, Thomas
> 
> 
> 
netscape used the exact width if the current
frameset is less than 1000px.
you can use this frameset for a 768*1024 resolution

<frameset border"0" cols="*,100">
  <frameset cols="750,*">       (this frameset is less that 1000px wide)
   <frame name="" src="-your document-">  (this frame is exactly 750px)
   <frame>
  </frameset>
  <frame>
</frameset>




 1 Posts in Topic:
Re: DIFFERENCES between NETSCAPE and EXPLORER when programming (
Lars Andersen <lerura@  2004-02-02 00:50:15 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun May 11 21:03:23 CDT 2008.