HighDots Forums  

PLEASE HELP! Why is this web page not centering ininternet explorer 6?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss PLEASE HELP! Why is this web page not centering ininternet explorer 6? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 07:31 AM






Actually, that technique is more often called 'CSS sprites', and there is a
detailed description on the Zeldman site - http://www.alistapart.com It's
really my preferred method for doing rollovers.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Miguel" <nose (AT) aunmenos (DOT) com> wrote

Quote:
Hi.

Excuse my intrusion. There is a technic called "Sliding Doors" in which
you use only one image for the diferents menus states. Itīs a little
tricky to learn but worth the time. I discovered the technic precisely in
oneīs of Murray portfolio sites, specifically this:
http://www.comparemyagent.com/

As you can see the menu is very fast and donīt need preload.

Investigate in google, as i did, and you will learn to do it for your
self.

Miguel.



Second, since CSS does not have pre-loader for link images like Java
Script,
is it safe to use images when creating CSS nav bars? Do you recommend
flash or
Javascript?

Thanks, Patrick



Reply With Quote
  #22  
Old   
Hunter Elliott
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 09:33 AM







"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Actually, that technique is more often called 'CSS sprites', and there is
a detailed description on the Zeldman site - http://www.alistapart.com
It's really my preferred method for doing rollovers.

One of the presenters at TODCON was showing that technique, Murray. It was
rather interesting. I'd seen it in one of the PVII templates, but didn't
really "get" its usefullness till I saw it in action.




Reply With Quote
  #23  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 09:47 AM



It's a great method. I use it frequently, especially on menus. Here's
another site where I have done so -

http://www.madisonconcrete.com

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Hunter Elliott" <nospam (AT) gatewaycity (DOT) com> wrote

Quote:
"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:g5km7k$ctc$1 (AT) forums (DOT) macromedia.com...
Actually, that technique is more often called 'CSS sprites', and there is
a detailed description on the Zeldman site - http://www.alistapart.com
It's really my preferred method for doing rollovers.


One of the presenters at TODCON was showing that technique, Murray. It was
rather interesting. I'd seen it in one of the PVII templates, but didn't
really "get" its usefullness till I saw it in action.



Reply With Quote
  #24  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 10:58 AM



Silly me. Two crummy link tags account for all of those errors. <sigh>

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom (AT) mon (DOT) org> wrote

Quote:
On Wed, 16 Jul 2008 09:47:40 -0400, "Murray *ACE*"
forums (AT) HAHAgreat-web-sights (DOT) com> wrote:

It's a great method. I use it frequently, especially on menus. Here's
another site where I have done so -

http://www.madisonconcrete.com

??? :-)))

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.madisonconcrete.com%2F& charset=(detect+automatically)&doctype=Inline&ss=1 &group=0&verbose=1
--

~Malcolm~*...
~*


Reply With Quote
  #25  
Old   
Webethics
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering ininternet explorer 6? - 07-16-2008 , 12:05 PM



[q]Originally posted by: Newsgroup User
html, body { min-height:100%; margin-bottom:1px; }

Put this below any body rule that sets margins. It will force all pages to
have a vertical scrollbar, even if they don't need it. That's the shift you
are seeing.

Murray
[/q]

Hey Murray, where in the code do I specifically applied the tag you mentioned
above.
Did you check out he pages.?

Thanks - Patrick




Reply With Quote
  #26  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 12:41 PM



Fixed now, by the way.... 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom (AT) mon (DOT) org> wrote

Quote:
On Wed, 16 Jul 2008 10:58:49 -0400, "Murray *ACE*"
forums (AT) HAHAgreat-web-sights (DOT) com> wrote:

Silly me. Two crummy link tags account for all of those errors. <sigh


Don't you just love it - two hangovers from html but with a xhtml
doctype :-))

strange how it gets the number of errors wrong

I see you added the two / 's

:-)
--

~Malcolm~*...
~*


Reply With Quote
  #27  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: PLEASE HELP! Why is this web page not centering in internet explorer 6? - 07-16-2008 , 01:22 PM



Quote:
Did you check out he pages.?
Yes, and I note you have not yet added the suggested code. However, it
looks fine in IE6.

Change this -

body {
background-color: #99FE02;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
padding: 0;
text-align: center;
margin: 0;
background-repeat: repeat-x;
background-image: url(web_images/lemon_bgimg1b.jpg);
background-position: center top;
}

#wrapper{

to this -

body {
background-color: #99FE02;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
padding: 0;
text-align: center;
margin: 0;
background-repeat: repeat-x;
background-image: url(web_images/lemon_bgimg1b.jpg);
background-position: center top;
}

html, body { min-height:100%;margin-bottom:1px; }

#wrapper{

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Webethics" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
[q]Originally posted by: Newsgroup User
html, body { min-height:100%; margin-bottom:1px; }

Put this below any body rule that sets margins. It will force all pages
to
have a vertical scrollbar, even if they don't need it. That's the shift
you
are seeing.

Murray
[/q]

Hey Murray, where in the code do I specifically applied the tag you
mentioned
above.
Did you check out he pages.?

Thanks - Patrick





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.