go41

Re: Site Breaks Apart in IE :: Reply by Joern

von Joern am 31. Jan. 2011 | Keine Kommentare

got the link, had a look..

first I realized you are using two stylesheets, style.css and mystyle.css, where the later loaded mystyle.css will be used for any duplicate entries.
Try to merge them or backup style.css and save mystyle.css as style.css and load only one of them, common would be just style.css
Looking at your site in IE8 I didn’t see the problem, had to switch to browsermode IE7 in the developer tools to make the ‚headliner‘ jump down.
This new div id headliner is inside the div id="bottom"

normally there is also the sidebar inside this div and the width of #bottom is set to 940px !!
First use only one stylesheet,
than give #bottom a value of:
Code:

#bottom {

    width: 612px;

}

and try again
612px is 590 headliner + 10 + 10 padding + 1 + 1 the border
hope it helps .. ??
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 4 weitere Ergebnisse dieses Threads:

Site Breaks Apart in IE

30. Jan. 2011 (von: raf_79)

I use FireFox as my browser of choice and when I view my site everything looks good. However, the front page of my site breaks apart when I check it in Internet Explorer and I can't figure out why. Please…

Re: Site Breaks Apart in IE :: Reply by Joern

31. Jan. 2011 (von: Joern)

now this is almost not to find out without seeing the site 'live'As I can see you made the middle section smaller to fit beside the sidebar. How did you get the sidebar align beside middle?As the frontlist is moving…

Re: Site Breaks Apart in IE :: Reply by raf_79

31. Jan. 2011 (von: raf_79)

I have sent you the site link via your email. Did not post here as site is not yet live. Thank you again for taking a look at this. Weiterlesen →

Re: Site Breaks Apart in IE :: Reply by raf_79

31. Jan. 2011 (von: raf_79)

Yes, it did. I wouldn't have figured that out myself. Thank you very much! Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: