HighDots Forums  

Template & Netscape Woes

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Template & Netscape Woes in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kelley Rao
 
Posts: n/a

Default Template & Netscape Woes - 08-09-2003 , 07:54 PM






Greetings --

Thought I'd use DWTs when I redid my site today...(note to self, test
template in all browsers before building site out -- but then again, perhaps
that's the beauty of using templates!). Am stumped on why in Netscape 7 the
content expands the entire width of the browser (and beyond)? Also, why is
there a larger gap (compared to IE) between the menu triggers and the H1
heading? I can live with it, but was curious.

Appreciate a second pair of eyes: http://www.web-eze.com/

Kindest,
Kelley Rao, Webeze



Reply With Quote
  #2  
Old   
Bonnie In Sacramento
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-09-2003 , 08:12 PM






The text scrolls right off the page for me in Moz 1.5a. To the right. I
have the favorite places panel on the left, about 2 inches wide -- screen
res 1024x768.
HTH

--
Bonnie in Sacramento
kroko
at
sbcglobal.net
"Kelley Rao" <krao (AT) lightsoffweb-eze (DOT) com> wrote

Quote:
Greetings --

Thought I'd use DWTs when I redid my site today...(note to self, test
template in all browsers before building site out -- but then again,
perhaps
that's the beauty of using templates!). Am stumped on why in Netscape 7
the
content expands the entire width of the browser (and beyond)? Also, why
is
there a larger gap (compared to IE) between the menu triggers and the H1
heading? I can live with it, but was curious.

Appreciate a second pair of eyes: http://www.web-eze.com/

Kindest,
Kelley Rao, Webeze





Reply With Quote
  #3  
Old   
Kelley Rao
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-09-2003 , 08:17 PM



Thanks Bonnie -- that's what I'm stumped with? Probably time to take a
break from the computer and come back to it in a bit. I'm sure it's
something simple (always is)!

Kelley

"Bonnie In Sacramento" <bonnie (AT) cssstudent (DOT) com> wrote

Quote:
The text scrolls right off the page for me in Moz 1.5a. To the right. I
have the favorite places panel on the left, about 2 inches wide -- screen
res 1024x768.
HTH

--
Bonnie in Sacramento
kroko
at
sbcglobal.net
"Kelley Rao" <krao (AT) lightsoffweb-eze (DOT) com> wrote in message
news:bh41lb$aoi$1 (AT) forums (DOT) macromedia.com...
Greetings --

Thought I'd use DWTs when I redid my site today...(note to self, test
template in all browsers before building site out -- but then again,
perhaps
that's the beauty of using templates!). Am stumped on why in Netscape 7
the
content expands the entire width of the browser (and beyond)? Also, why
is
there a larger gap (compared to IE) between the menu triggers and the H1
heading? I can live with it, but was curious.

Appreciate a second pair of eyes: http://www.web-eze.com/

Kindest,
Kelley Rao, Webeze







Reply With Quote
  #4  
Old   
trx
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-10-2003 , 12:28 AM



Kelley Rao wrote:
Quote:
BTW -- If I remove the DOCTYPE, it works fine...but why?
One reason may be line 134 in your code:

<td valign="top" nowrap><table width="100%" border="0" cellspacing="0"
cellpadding="0">

That td set to nowrap contains, I think, everything on the page down to
line 219. In a standards mode, transitional doctype you are getting the
depreciated nowrap in earnest, and all of those paragraphs in the main text
are stretching out to one line. Select that td in the properties
inspector, and I think you will see it.


--
trx


Reply With Quote
  #5  
Old   
sxtnlyd
 
Posts: n/a

Default Re:Template & Netscape Woes - 08-10-2003 , 03:10 AM



I viewed your site in both IE and Netscape 7.1 and couldn't find any appreciable difference in contents and browser width. They looked identical to me and the contents did not go beyond the screen.

I do see the difference in spacing between the navbar elements and the H1 but it's not significant. (It does look a bit better with the narrower width in IE, though) Maybe the 7.1 software solved a problem associated with 7.0???

Lydia






Reply With Quote
  #6  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-10-2003 , 08:21 AM



Excellent catch. I figured it had something to do with doctypes and nothing
to do with Templates, but I'm not sure I would have caught this one....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"trx" <jimpm (AT) rmthscfw (DOT) com> wrote

Quote:
Kelley Rao wrote:
BTW -- If I remove the DOCTYPE, it works fine...but why?

One reason may be line 134 in your code:

td valign="top" nowrap><table width="100%" border="0" cellspacing="0"
cellpadding="0"

That td set to nowrap contains, I think, everything on the page down to
line 219. In a standards mode, transitional doctype you are getting the
depreciated nowrap in earnest, and all of those paragraphs in the main
text
are stretching out to one line. Select that td in the properties
inspector, and I think you will see it.


--
trx



Reply With Quote
  #7  
Old   
Kelley Rao
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-10-2003 , 10:17 AM



Genius! I thought I'd applied that to the navigation bar, but apparently
not! Thanks so much -- that did the trick!

My sincerest thanks to you and all who posted a reply.

Kelley Rao, Webeze
www.web-eze.com


"trx" <jimpm (AT) rmthscfw (DOT) com> wrote

Quote:
Kelley Rao wrote:
BTW -- If I remove the DOCTYPE, it works fine...but why?

One reason may be line 134 in your code:

td valign="top" nowrap><table width="100%" border="0" cellspacing="0"
cellpadding="0"

That td set to nowrap contains, I think, everything on the page down to
line 219. In a standards mode, transitional doctype you are getting the
depreciated nowrap in earnest, and all of those paragraphs in the main
text
are stretching out to one line. Select that td in the properties
inspector, and I think you will see it.


--
trx



Reply With Quote
  #8  
Old   
trx
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-10-2003 , 10:35 AM



Murray *TMM* wrote:
Quote:
Excellent catch. I figured it had something to do with doctypes and nothing
to do with Templates, but I'm not sure I would have caught this one....
Thanks, Murray. It's ironic that standards mode applies a depreciated tag
strictly. Perhaps it's the revenge of the W3C


--
trx


Reply With Quote
  #9  
Old   
trx
 
Posts: n/a

Default Re: Template & Netscape Woes - 08-10-2003 , 10:37 AM



Kelley Rao wrote:
Quote:
Thanks so much -- that did the trick!
You are very welcome. Glad I happened to spot it.


--
trx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.