Hi there,
In my current website, my iFrames layout has suddenly shifted on me after uploading the new images from the graphic designer this evening. (exact same size/shape as last year, just different design).

So all I did was overwrite last years images and upload and suddenly everything in the middle section (home.html) has shifted about 1-1.5" to the right. Normally the text would sit 1/8-1/4" away from the nav buttons.

Can anyone take a look and possibly help me get this back to normal. I tried overwriting the code in both index and home.html pages with last year's code but it didnt change anything. What's going on?

http://www.newtowncentre.org/festival/

Recommended Answers

All 2 Replies

everything looks fine to me on every browser except IE8... I'm assuming that's what your viewing it from?

If so there are a couple quick fixes you can use... CSS hacks or conditional statements are always an option(several of them... I can provide links if needed, but google should take care of that) or a compatibility mode meta tag such as...

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>

. Sometimes this doesn't work for certain elements because of the emultaion bugs, but for your case it should be fine.

Let me know if this helps at all.

hey mate, brilliant! that worked! thanks a million!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.