www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > CSS

    CSS Discussion and technical support relating to Cascading Style Sheets.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 01-13-2005, 07:00 AM
    charlesdavison charlesdavison is offline
    Registered User
     
    Join Date: Aug 2004
    Posts: 52
    Page renders wrong in IE5 Mac and Safari

    Hello all,

    I was wondering if anyone could explain why the page below doesn't display properly in Mac IE 5 and Safari (the main content area moves off to the side, etc. It renders well in Firefox (Mac & Win) and IE Win...

    HTML file is here .

    CSS file is here (may need to right click & save as).

    Any help would be appreciated!
    Reply With Quote
      #2  
    Old 01-13-2005, 10:32 AM
    Triumph's Avatar
    Triumph Triumph is offline
    Official Jesus freak
     
    Join Date: Dec 2004
    Location: Neca Valley, Pennsyltucky
    Posts: 391
    Validate your css file...I found 3 errors.

    .mainNavCell in your css...class="navcell" in your html

    the nav bar moves right in safari because inheritance works maybe (align="right" in a table element above the nav bar td) ...it moves left (default) because that inheritance doesn't work (I guess). So I guess you need a align="right" in your html somewhere (the td before the nav bar) (blah)...

    Last edited by Triumph; 01-13-2005 at 10:37 AM.
    Reply With Quote
      #3  
    Old 01-13-2005, 10:39 AM
    Triumph's Avatar
    Triumph Triumph is offline
    Official Jesus freak
     
    Join Date: Dec 2004
    Location: Neca Valley, Pennsyltucky
    Posts: 391
    On a side note: I don't see anything wrong in Safari.
    Reply With Quote
      #4  
    Old 01-13-2005, 06:38 PM
    charlesdavison charlesdavison is offline
    Registered User
     
    Join Date: Aug 2004
    Posts: 52
    Oops... It seems the wrong (old) file was being pointed to. It should work now and make some more sense:

    HTML file is here .

    CSS file is here (may need to right click & save as).
    Reply With Quote
      #5  
    Old 01-13-2005, 09:57 PM
    Triumph's Avatar
    Triumph Triumph is offline
    Official Jesus freak
     
    Join Date: Dec 2004
    Location: Neca Valley, Pennsyltucky
    Posts: 391
    You have:
    Code:
    #middleContent
    	{
    	position: relative;
    	top: 0px; left:150px; width: 447px;
    	background-color: #ffffff;
    	border: 0px none #000000;
    	overflow: hidden;
    	}
    top and left defined in a position: relative? changing that to absolute will start you in the right direction, I bet.
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    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 Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 03:36 PM.



    Acceptable Use Policy


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.