It would help to use correct HTML

A snip of your menu:

<h1 li="">Let's Figure It Out</h1>
<li><a href="http://www.ispotfilm.com/";>option 1</a></li>
<li><a href="http://www.ispotfilm.com/";>option 2</a></li>

You need to wrap the LI's within either a UL or OL
example:

<ul>
   <li>blah</li>
   <li>blah</li>
</ul>

It really helps to have your HTML correct before attempting to tweak your
CSS.

peace,
-G7W

On 3/24/07, Jeremy Campbell <[EMAIL PROTECTED]> wrote:
>
> I'm having extreme difficulty with a test page I've recently created.  It
> has to do with my CSS layout of the main body.  I've setup the link below
> to
> illustrate what's happening.  If you open it in IE, it works perfectly
> fine
> - however, if it's opened in FF, my left hand menu completely dissappears
> as
> the main body section shifts completely to the left, regardless of the
> 130px
> width it should be obeying.
>
> http://www.ispotfilm.com/testfile.asp
>
> I would greatly appreciate someone who knows more than I with CSS to
> assist.
>
> Much obliged,
> Jeremy
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to