Your web page should not shift when you open an IE menu item.

The only thing that shifts is the "IE 3 Pixel Shift". This is
documented through-out the web. This effect is when the page renders
correctly in a standards-compliant browser (Mozilla Firefox) but is
slightly off when viewed in IE. I am presuming this is the case. Do a
google search for IE 3 Pixel Shift and you will have the technical
answer to resolve this problem.


On 12/28/05, Iorhael <[EMAIL PROTECTED]> wrote:
> Is there any way, other tnan using absolute positioning, to keep content from 
> shifting downward in IE when the Favorites menu bar is displayed? If not, 
> I'll go with the absolute positioning....but I've got this positioned just 
> how I want it so I hate to change it to absolute unless I have to.
>
> www.drk-writing.com
>
> Here's the imported stylesheet:
>
> #header {
>  width: 100%;
>  background-color: #000;
> }
>
> #sidebar {
>     margin-top: 0px;
>  float: left;
>  width: 159px;
>  background-color: #000;
> }
>
> #content {
>  margin-left: 185px;
>  width: 450px;
> }
>
> #content h1 {
>     margin-top: .7em;
>  margin-bottom: 15px;
> }
>
>
> /* Resume link, bottom links, copyright*/
>
> #resumelink {
>     padding-top: 1em;
>  padding-bottom: 4em;
>  margin-left: 185px;
> }
>
> #footer {
>  margin-left: 185px;
>  width: 450px;
> }
>
>
> /*bullet list*/
>
> ul {
>  list-style-type: none;
>     list-style-image:  url(NewGraphics/purplebullet.gif);
>  font-family: Verdana, Arial, Helvetica, sans-serif;
>  font-size: 12px;
>  line-height: 14px;
>  color: #DFC0E1;
> }
>
> li {
>     padding-bottom: 8px;
> }
>
>
> /*bullet list for Portfolio listings*/
>
> ul.docslist {
>  list-style-type: none;
>     list-style-image:  url(NewGraphics/pdf_icon.gif);
>  font-family: Verdana, Arial, Helvetica, sans-serif;
>  font-size: 10px;
>  line-height: 14px;
>  color: #DFC0E1;
> }
>
> ul.weblist {
>     list-style-type: none;
>  list-style-image: url(NewGraphics/globe.gif);
>  font-family: Verdana, Arial, Helvetica, sans-serif;
>  font-size: 10px;
>  line-height: 14px;
>  color: #DFC0E1;
> }
>
> li.last {
>     padding-top: 0;
>     list-style-image:  url(NewGraphics/pdf_icon.gif);
> }
>
>
> Thanks!
>
> Debbie
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>


--
Best regards,



Daniel C. Jallits
100 E. Oneida Avenue
Elmhurst, Illinois 60126-4465
United States of America
T: 630.279.2798 | M: 630.670.3775
Email - [EMAIL PROTECTED]
Weblog - http://jallits.wordpress.com
Del.icio.us - http://del.icio.us/rss/jallits
Technorati - http://www.technorati.com/profile/jallits
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to