Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Netscape and xhtml/css

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Related Topics:
netscape 7.1 and Mozilla 4 - Hi, Can comeone please tell me if I have Netscape 7.1, and Mozilla 1.4, if these are in fact the same browser? Thanks

Nasty in Netscape? - Hello, the front page of my site looks hideous in netscape (I know it's not the most beautiful example of modern site design anyway, but I'd like to get this fixed!). I was hoping someone could give me a few pointers as to why this is? Kind..

Netscape 7 slower than IE6 under Win XP ? - Is it possible that under Windows XP Pro IE 6 loads pages faster than Netscape 7 ? That's the I get. Did perhaps Microsoft build some code into XP Pro which purposely slows down Netscape 7 and if so what can one do to speed up Netscape 7 ?..

Netscape 7 default folders - Anybody know a way to make the netscape Save File dialog default to a specific instead of just pointing at where it's installed on the hard drive? Browser setting I haven't found? Registry hack? Hammer? -- - Steve I am Jack's raging bile..

older netscape versions. - Hi, Can anyone point me in the direction where I can get a list of Netscape versions, and the date that these versions where released? Thanks.
Next:  Webmaster: Ping - Charles Sweeny - OT  
Author Message
kimandre1

External


Since: Jan 23, 2004
Posts: 85



(Msg. 1) Posted: Thu Jan 15, 2004 10:12 pm
Post subject: Netscape and xhtml/css
Archived from groups: alt>www>webmaster (more info?)

I tried this one on alt.html earlier today, but without any helpful
responses. Maybe I'll be more lucky around here....

I'm in the process of designing a new website, and there seems to be some
sort of rendering problem when I opened it in Netscape 7.1; the images on
the top row seems to be hovering about 1pt over the rest. It looks just fine
in Opera and IE, and I've been told Mozilla handles it nicely as well.

http://www.betadome.com/main/

Don't bother clicking any of the links, they'll only point to the old
website.

Also: does anyone know why Opera and Netscape shows an extra space between
the top row and the rest of the content (about 2-3pt)? IE shows about 1pt,
which is what I intended.

On the lighter side, I've finally designed a (major) website that's valid
XHTML 1.0 Strict. I know, I'm way behind the rest, but I guess I had to be
sure all (or even most) browsers could handle it properly.

--
Kim André Akerĝ
- kimandre DeleteThis @NOSPAMbetadome.com
(remove NOSPAM to contact me directly)

 >> Stay informed about: Netscape and xhtml/css 
Back to top
Login to vote
sp_bhuisman

External


Since: Jun 27, 2003
Posts: 571



(Msg. 2) Posted: Thu Jan 15, 2004 10:12 pm
Post subject: Re: Netscape and xhtml/css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 15 Jan 2004 19:12:05 GMT, Kim André Akerĝ
<kimandre.TakeThisOut@NOSPAMbetadome.com> wrote:

 > I tried this one on alt.html earlier today, but without any helpful
 > responses. Maybe I'll be more lucky around here....
 >
 > I'm in the process of designing a new website, and there seems to be some
 > sort of rendering problem when I opened it in Netscape 7.1; the images on
 > the top row seems to be hovering about 1pt over the rest. It looks just
 > fine
 > in Opera and IE, and I've been told Mozilla handles it nicely as well.

Mozilla handles inline elements strictly as inline. This means it adds
descender space below any inline element, even images. To fix it, you can
either set your images to display:block; and position them that way, or
give them all vertical-align:top;

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca RingMaker: PHP web ring creation and
management<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Netscape and xhtml/css 
Back to top
Login to vote
kimandre1

External


Since: Jan 23, 2004
Posts: 85



(Msg. 3) Posted: Thu Jan 15, 2004 11:54 pm
Post subject: Re: Netscape and xhtml/css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"GreyWyvern" <SP_bhuisman.RemoveThis@greywyvern.com_AM> skrev i melding
news:opr1t0r8p7v0in9v@news.nas.net...
 > On Thu, 15 Jan 2004 19:12:05 GMT, Kim André Akerĝ
 > <kimandre.RemoveThis@NOSPAMbetadome.com> wrote:
 >
  > > I tried this one on alt.html earlier today, but without any helpful
  > > responses. Maybe I'll be more lucky around here....
  > >
  > > I'm in the process of designing a new website, and there seems to be
some
  > > sort of rendering problem when I opened it in Netscape 7.1; the images
on
  > > the top row seems to be hovering about 1pt over the rest. It looks just
  > > fine
  > > in Opera and IE, and I've been told Mozilla handles it nicely as well.
 >
 > Mozilla handles inline elements strictly as inline. This means it adds
 > descender space below any inline element, even images. To fix it, you can
 > either set your images to display:block; and position them that way, or
 > give them all vertical-align:top;

Well, I know vertical-align:top was out of the question, since the images
had to line up with the bottom of the logo on the right. So, I did a
display:block and an extra vertical-align:bottom on the images themselves,
and that worked like a charm.

I can finally concentrate on the PHP code that's behind the website content
now. Asking others for help when you're stuck truly pays off.

Thank you!

--
Kim André Akerĝ
- kimandre.RemoveThis@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Netscape and xhtml/css 
Back to top
Login to vote
sp_bhuisman

External


Since: Jun 27, 2003
Posts: 571



(Msg. 4) Posted: Thu Jan 15, 2004 11:54 pm
Post subject: Re: Netscape and xhtml/css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 15 Jan 2004 20:54:44 GMT, Kim André Akerĝ
<kimandre.RemoveThis@NOSPAMbetadome.com> wrote:

  >> Mozilla handles inline elements strictly as inline. This means it adds
  >> descender space below any inline element, even images. To fix it, you
  >> can
  >> either set your images to display:block; and position them that way, or
  >> give them all vertical-align:top;
 >
 > Well, I know vertical-align:top was out of the question, since the images
 > had to line up with the bottom of the logo on the right. So, I did a
 > display:block and an extra vertical-align:bottom on the images
 > themselves,
 > and that worked like a charm.
 >
 > I can finally concentrate on the PHP code that's behind the website
 > content
 > now. Asking others for help when you're stuck truly pays off.
 >
 > Thank you!

No problem, and nice to see you back.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca RingMaker: PHP web ring creation and
management<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Netscape and xhtml/css 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]