HighDots Forums  

What the heck have I done to my index page?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss What the heck have I done to my index page? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gene Stevo
 
Posts: n/a

Default What the heck have I done to my index page? - 11-19-2004 , 07:10 PM






Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what I've
accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out what
I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.



Reply With Quote
  #2  
Old   
Josh Johnson
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-19-2004 , 07:12 PM






The table with the nav has a width of 100%. The table with the picture
has a width of 740. Dump the 740 from the second table, and you'll see
better results.

- Josh

Gene Stevo wrote:
Quote:
Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what I've
accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out what
I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.



Reply With Quote
  #3  
Old   
Josh Johnson
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-19-2004 , 07:16 PM



Also, your links at the bottom for "the ultimate collection" and
"ArtiCAD" are triggering events in the browser that cause popup blockers
to stop them. Move the javascript to the A tag, and use an OnClick
event, instead of an OnMouseDown.

- Josh

Gene Stevo wrote:

Quote:
Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what I've
accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out what
I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.



Reply With Quote
  #4  
Old   
Gene Stevo
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-19-2004 , 07:30 PM



Thanks Josh,
That did it. Although I don't know how. The 740px used to be 755px, I only
changed it the other day to get rid of a hoz scroll bar.
All I've got to do now is sort out the rest of the mess I've made of the
tables to straighted the now misaligned links you mention in second post.
Thanks for that as well, I sort that when I've had a kip.
Cheers muchly,
Gene Stevo.

"Josh Johnson" <josh.johnson (AT) nospam (DOT) sun.com> wrote

Quote:
The table with the nav has a width of 100%. The table with the picture
has a width of 740. Dump the 740 from the second table, and you'll see
better results.

- Josh

Gene Stevo wrote:
Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what
I've accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out
what I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.



Reply With Quote
  #5  
Old   
Gene Stevo
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-19-2004 , 07:39 PM



Hi Josh,
Sorry about this but...
I've just re-read that bit about moving the js to the A tag, went to do it
and realised I can recognise js but can't really read it Any chance you
could post what the relevent line should look like for one of the links. I
think even I could work the rest out.
Sorry to be so thick.
Gene Stevo.
"Josh Johnson" <josh.johnson (AT) nospam (DOT) sun.com> wrote

Quote:
Also, your links at the bottom for "the ultimate collection" and "ArtiCAD"
are triggering events in the browser that cause popup blockers to stop
them. Move the javascript to the A tag, and use an OnClick event, instead
of an OnMouseDown.

- Josh

Gene Stevo wrote:

Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what
I've accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out
what I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.



Reply With Quote
  #6  
Old   
Josh Johnson
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-22-2004 , 04:24 PM



Hi Gene, here's an example...

You have:

<a href="javascript:;"><img src="images/articad.gif" alt="ArtiCAD users
page" width="46" height="50" border="0" align="left"
onMouseDown="MM_openBrWindow('/caduser.htm','ArtiCADUser','scrollbars=yes,resizab le=yes,width=800,height=600')"></a>

You want:
<a
href="javascript:MM_openBrWindow('/caduser.htm','ArtiCADUser','scrollbars=yes,resizab le=yes,width=800,height=600');"><img
src="images/articad.gif" alt="ArtiCAD users page" width="46" height="50"
border="0" align="left"></a>

This would at least get you past the popup blockers. The better
solution would be:

<a href="/caduser.htm"
onclick="MM_openBrWindow(this,'ArtiCADUser','scrol lbars=yes,resizable=yes,width=800,height=600')"><i mg
src="images/articad.gif" alt="ArtiCAD users page" width="46" height="50"
border="0" align="left"></a>

which would not only get past the popup blockers, but would still make
the link usable for those with javascript turned off.

- Josh

Gene Stevo wrote:
Quote:
Hi Josh,
Sorry about this but...
I've just re-read that bit about moving the js to the A tag, went to do it
and realised I can recognise js but can't really read it Any chance you
could post what the relevent line should look like for one of the links. I
think even I could work the rest out.
Sorry to be so thick.
Gene Stevo.
"Josh Johnson" <josh.johnson (AT) nospam (DOT) sun.com> wrote in message
news:cnm2jh$hs0$1 (AT) forums (DOT) macromedia.com...

Also, your links at the bottom for "the ultimate collection" and "ArtiCAD"
are triggering events in the browser that cause popup blockers to stop
them. Move the javascript to the A tag, and use an OnClick event, instead
of an OnMouseDown.

- Josh

Gene Stevo wrote:


Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav bar
shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what
I've accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out
what I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.




Reply With Quote
  #7  
Old   
Gene Stevo
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-23-2004 , 06:45 AM



Hi Josh,
Thanks a lot. All seams clearer now. I'll implement your suggestions next
time I get stuck into trying to finish this flippin site .
Why does work always come in just when you plan to do something fun?
Thanks again, much appreciated.
Gene Stevo.
"Josh Johnson" <josh.johnson (AT) nospam (DOT) sun.com> wrote

Quote:
Hi Gene, here's an example...

You have:

a href="javascript:;"><img src="images/articad.gif" alt="ArtiCAD users
page" width="46" height="50" border="0" align="left"
onMouseDown="MM_openBrWindow('/caduser.htm','ArtiCADUser','scrollbars=yes,resizab le=yes,width=800,height=600')"></a

You want:
a
href="javascript:MM_openBrWindow('/caduser.htm','ArtiCADUser','scrollbars=yes,resizab le=yes,width=800,height=600');"><img
src="images/articad.gif" alt="ArtiCAD users page" width="46" height="50"
border="0" align="left"></a

This would at least get you past the popup blockers. The better solution
would be:

a href="/caduser.htm"
onclick="MM_openBrWindow(this,'ArtiCADUser','scrol lbars=yes,resizable=yes,width=800,height=600')"><i mg
src="images/articad.gif" alt="ArtiCAD users page" width="46" height="50"
border="0" align="left"></a

which would not only get past the popup blockers, but would still make the
link usable for those with javascript turned off.

- Josh

Gene Stevo wrote:
Hi Josh,
Sorry about this but...
I've just re-read that bit about moving the js to the A tag, went to do
it and realised I can recognise js but can't really read it Any chance
you could post what the relevent line should look like for one of the
links. I think even I could work the rest out.
Sorry to be so thick.
Gene Stevo.
"Josh Johnson" <josh.johnson (AT) nospam (DOT) sun.com> wrote in message
news:cnm2jh$hs0$1 (AT) forums (DOT) macromedia.com...

Also, your links at the bottom for "the ultimate collection" and
"ArtiCAD" are triggering events in the browser that cause popup blockers
to stop them. Move the javascript to the A tag, and use an OnClick
event, instead of an OnMouseDown.

- Josh

Gene Stevo wrote:


Hi Guys,
No I'm not back for another mauling/site review (had no time to start
"fixing" things yet).
However, I have been tweaking a thing or two (text stuff) and tonight I
notice in Firefox & NS that on my index page everything below the nav
bar shunts to the left, big style. OK in IE6 & Opera.
I've checked my code till I'm dizzy looking for an incorrect alignment
setting but can't find it.
(I've only had a few, honest).
I swear everything was OK last time I looked but I just can't find what
I've accidently done to stuff up the content (such as it is) alignment.
A zillion thanks to whoever makes me look really dumb by pointing out
what I'm sure (to you) is a blindingly obvious error.
Oh yeh, it's www.kitchenplans.biz
Looking forward to putting what little hair I have left back in
Gene Stevo.




Reply With Quote
  #8  
Old   
Josh Johnson
 
Posts: n/a

Default Re: What the heck have I done to my index page? - 11-23-2004 , 06:58 PM



no problem. Fun is always more important!

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.