As you all know the Tardis is bigger on the inside than it is on the
outside!

 

Full details at www.iansweeney.me.uk/p2

 

I have an image (nav-top.jpg) that is 203px wide but it is nested inside a
div (sidebar) that is only 168px (167 + 1) wide.

 

This looks fine in Firefox but not in IE. I’d like the image(s) to reach
beyond the sidebar div. What’s the solution?

 

div#nav-top

{

               background:                                   #fffdec
url(nav-top.jpg) no-repeat;

               margin:
0;

               padding:                                           0px;

               width:                                               203px;

}

 

div#sidebar

{

               border-right:                   1px solid #facd8a;

               float:                                                  left;

               margin:
25px 0 0 0;

               padding:                                           0;

               width:                                               167px;

}

 

<div id="sidebar">

               <div id="nav-top"></div>

                              <ul>

                                             <li><a
href="index.htm">Home</a></li>

                              </ul>

</div>


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.0 - Release Date: 13/06/2005
 
______________________________________________________________________
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