Page 1 of 1

IE Problem

Posted: Thu Mar 23, 2006 1:20 am
by danielbone1
So I have a CMS site up and running and it looks fine in Firefox and Netscape but in IE it is showing the main text block lower then it should. 








Exceptions - Philadelphia Weddings, New York Weddings, Philadelphia Wedding Band, New York Wedding Band






 
 
   
      Home
      Schedule
      Weddings
      Multimedia
      Bios
      Contact
   
 
 
   
     
Appearing This WeekKatmandu in Trenton, NJ
8:30 Start Time


News:Our new website is coming on line little by little.  Please check back often.

:The summer schedule is complete and it is jam packed once again.  Think warm weather and partying with the Exceptions at the shore!

:UPDATE! Our schedule thru August is now online.  Plenty of chances to catch us live!



























     
     
   
With over 30 years of success, our track record sets us apart from other bands.  Some bands excel in the club venues while others make their name in the private party arena.  None succeed in both like THE EXCEPTIONS!The secret to our success is great musicianship, energetic personalities and a genuine love for what we do. This shows with each performance.THE EXCEPTIONS are referred by many of the area's finest facilities and the list  is growing each yearWeddings, bar/bat mitzvahs, corporate events, private parties, nightclubs or special events, THE EXCEPTIONS will make your affair one to remember!We are extremely proud of our track record. Our early stages were spent as the house band at Rosewood Caterers.  We performed an average of 120 weddings a year for 12 years.  When we decided to add clubs to our schedule it was apparent that we had a huge draw at some of the most popular venues in the area.  The Springfield Inn, Trump Marina, Katmandu, Ceaesar's Casino and Rock Lobster just to name a few.  We are also invited to perform the national anthem at a Phillies game each summer.  An indication of how good a band performs is their repeat clientele.  Our list includes Fox 29, Origlio Beverage, Comcast, WIP, Pma Insurance, Parker McKay, Fox-Rothschild, Blard-Spahr, Taj Mahal and WPST. 
We would love to add your name to our list!!!Philadelphia wedding band, New York Weddings, Philadelphia Receptions, Philadelphia wedding disc jockeys, philly weddings, philadelphia wedding bands
 
 
  Copyright, 2005 Exceptions.com  •  Design by Dleimer




I don't know if anyone can make a suggestion from this code or not. 

I am going to let this out to the public by this weekend and I can't figure out why it is doing it.

Thanks,
Dan

Re: IE Problem

Posted: Thu Mar 23, 2006 2:32 am
by Dr.CSS
You mixed a little table based design with some CSS, that might be part of the problem.
but anyways it looks like your content.. ( With over 30 years of success,)... might need a of its own so you can control it better, your CSS has a lot of classes ( a dot "." before a container type ) in it as in ( .header_text, .topnav, .container, .container p, .box_right, .box_right p, .box_cnr_top ) most of these could be
div#container {width:525px:height:268px; margin: 0px;padding: 0px }
div#container p{font-size 14px;font-family:"Times New Roman";color: #003366}
  etc.

with IE a lot of times I have to put a hack in like
* html body div#container{CSS style} like so

div#crown{position:relative;width:547px;margin:0;padding:10px 0}
* html body div#crown{width:547px;margin:0;padding:3px 0}
div#down{width:547px;margin:0 1px;padding:10px 0}
* html body div#down{width:547px;margin-left:0px;padding:10px 0 0}

IE has a funny way of seeing the box model, it adds content+margin+padding some times so it bumps what ever is next to it and gets pushed out of the way.

hth don't know if I was clear but get back with me if not mark [at] multiintech [dot] com

  mark

Re: IE Problem

Posted: Wed Aug 23, 2006 10:16 am
by robin99
hello mark

i have similar problem with a site.
vertical menu bar is nor working. i added tables too.

can you maybe help me?
i will send you the link per pm