CSS issue in IE7

This is a discussion on "CSS issue in IE7" within the Web Page Design section. This forum, and the thread "CSS issue in IE7 are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 3rd, 2007, 14:22
New Member
Join Date: Jul 2007
Location: MA
Age: 28
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
CSS issue in IE7

My webpage fixaflick.com looks great in FF, but in IE7 it is missing the main image, navigation, plain messed up. Can someone look at my code. Thanks

  #2 (permalink)  
Old Jul 3rd, 2007, 14:27
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 28
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

Quote:
Originally Posted by bluetech View Post
My webpage fixaflick.com looks great in FF, but in IE7 it is missing the main image, navigation, plain messed up. Can someone look at my code. Thanks
Maybe IE can't handle the CSS-error you've made..

Check this:
http://jigsaw.w3.org/css-validator/v...usermedium=all
  #3 (permalink)  
Old Jul 3rd, 2007, 15:04
New Member
Join Date: Jul 2007
Location: MA
Age: 28
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

Thanks not sure how to read those errors. 68 #header2 h3 Value Error : font Lexical error at line 67, column 23. Encountered: "\n" (10), after : "\"Verdana;"font-weight: normal; 80
Value Error : font Parse Error - : absolute; left:22px; top: 44px; color: black; padding: 0 0 0 0.7em; margin: -1em 0 0 0; line-height: 1; } #nav-top
  #4 (permalink)  
Old Jul 3rd, 2007, 15:14
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 28
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

Quote:
Originally Posted by bluetech View Post
Thanks not sure how to read those errors. 68 #header2 h3 Value Error : font Lexical error at line 67, column 23. Encountered: "\n" (10), after : "\"Verdana;"font-weight: normal; 80
Value Error : font Parse Error - : absolute; left:22px; top: 44px; color: black; padding: 0 0 0 0.7em; margin: -1em 0 0 0; line-height: 1; } #nav-top
ah, you've used the quotations.. (you know " " those..)
try removing those.. ?
  #5 (permalink)  
Old Jul 3rd, 2007, 15:32
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

Darn I posted the solution but it didn't post.
RETRY:

You have an error in your css which is not allowing the rest of your css to work. Fix this:
Code: Select all
#header2, h3 {
    position: absolute;
    left:22px;
    top: 44px;
    color: black;
    padding: 0 0 0 0.7em;
    margin: -1em 0 0 0;
    font: normal 13px/1 Verdana, Arial, Helvetica, sans-serif;
}
You also have a closing div missing.. it's in red below:

Code: Select all
<body> <div id="wrapper">

    <div id="header">
      <h1>FiXaFlick</h1>
      
  <div id="header2">
    <h3>DVD Slideshow Presentations</h3>
     
      
      <div id="nav">
        <ul>
          <li class="home"><a href="http://www.fixaflick.com">Home</a></li>

          <li><a href="http://www.   ">About Us</a></li>
          <li><a href="http://www.   ">Services</a></li>
          <li><a href="http://www. ">Prices</a></li>

          <li><a href="http://www.">Portfolio</a></li>
          <li><a href="http://www. ">How To Order</a></li>
           
          <li><a href="http://www. ">Contact Us</a></li>

        </ul>
      </div>
    </div>
    </div>
    
    <div class="clear" id="footc"> </div>
    <div id="footer">
      Copyright 2007 All rights reserved by Chris Chagnon
    </div>

  </div>
Also you need to sort out why strawberry.jpg is a background image in #nav. It should be in a div id or div class since it's a body element.

That css at the top of the page is messed up too.
You can't have #header2, h3 which is what you have.
Either use h2, h3 or if you need a div id for #header2, you can't have h3 with it.
  #6 (permalink)  
Old Jul 3rd, 2007, 15:34
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

This has been double posted. You have already replied to this in the other thread over in the html forum.

Could you merge them or just close this.

Pete.
  #7 (permalink)  
Old Jul 3rd, 2007, 15:36
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS issue in IE7

Ohhhhhhhhh that's what happened..thanks Pete!
Thread Closed. Please to go thread in HTML forum!
Closed Thread

Tags
display, ie7, image

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
JS issue acrikey JavaScript Forum 6 Jul 25th, 2007 17:45
Issue in IE6 aholmes Web Page Design 7 Jul 13th, 2007 10:00
css issue acrikey Web Page Design 4 May 24th, 2007 16:01
Help Odd Issue? drappendix Web Page Design 8 Aug 9th, 2006 17:53
IE issue Pheonix Web Page Design 2 Dec 2nd, 2005 21:58


All times are GMT. The time now is 19:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43