NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Viewing Issues

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 08-22-2007, 09:43 AM THREAD STARTER               #1 (permalink)
. .. deaol.com .. .
 
Deaol's Avatar
Join Date: Nov 2006
Location: Desolation Snd, B.C.
Posts: 2,268
Deaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant futureDeaol has a brilliant future
 


Ethan Allen Fund

Viewing Issues


I am looking for someone to help me with a quick fix, my site views fine via Firefox/Opera but displays funky on IE. (http://an.geli.ca) The top menu is displaying oddly (at first it displayed fine, but now that articles have been submited it started shifting) This issue is ONLY with internet explorer, I viewed it with 6 and 7.

if anyone could help with fixing this issue it would be greatly appreciated (could toss some np$. rep or whatever)

Thanks in advance!

- Deaol
Deaol is offline  
Old 09-02-2007, 02:53 PM   #2 (permalink)
NamePros Regular
 
DylanButler's Avatar
Join Date: Jan 2006
Location: San Diego, CA
Posts: 735
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
 



HTML Code:
td.center { padding: 20px 40px 20px 20px; width: 100%; }
Is more than likely one culprit of this issue. I would focus on elements that have both a width/padding applied to them.
????: NamePros.com http://www.namepros.com/programming/364990-viewing-issues.html

I bet changing that code to

HTML Code:
td.center { padding: 20px 40px 20px 20px; width: 100%; *width:80% /*for IE7*/ }
* html td.center { width:80%; } /*for IE5-6*/
Should fix it.

This happens a lot with tables especially, which is why you don't want to use tables for layout structure usually.

This is somewhat related to a box model bug (in IE5.5) and you can read more about that and the fix "tantek hack" here:
http://tantek.com/CSS/Examples/boxmodelhack.html

Edit: This is a better explanation of what's going on, although you may not be able to solve this one by wrapping your td in a div like they did below (because you are applying this stuff to a td, not a table).

http://archivist.incutio.com/viewlist/css-discuss/34430

If my fix doesn't work, I would next validate the code (i notice youve got over 300 errors) and change your doctype to transitional. IE is running in quirks mode right now due to the white space at the top of your document.
Last edited by DylanButler; 09-02-2007 at 02:58 PM.
DylanButler is offline  
Closed Thread


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


Liquid Web Smart Servers  
All times are GMT -7. The time now is 10:52 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger