ceejay1223 Posted August 29, 2010 Report Share Posted August 29, 2010 I had it set up perfectly for the past few months and just about an hour ago it wouldn't load and then the layout went everywhere. I checked in firefox and it look like it did before and I can't figure out why it looks it does in internet explorer. They looked identical for months up until an hour ago. Please check this and give advice! http://www.everlastingquest.com Quote Link to comment Share on other sites More sharing options...
Andrea Posted August 29, 2010 Report Share Posted August 29, 2010 The site looks the same to me in FX and IE8, and while I don't know what it's supposed to look like, it doesn't look broken. However, <wrapper> is not a valid tag - use <div id-="wrapper"> instead. Overall, you have 32 validation errors, are not properly using lists for your menu. Quote Link to comment Share on other sites More sharing options...
ceejay1223 Posted August 29, 2010 Author Report Share Posted August 29, 2010 IE8: http://www.everlastingquest.com/imgbin/page2.jpg'>http://www.everlastingquest.com/imgbin/page2.jpg Firefox: http://www.everlastingquest.com/imgbin/page2.jpg and you want me to change or get rid of my <wrapper></wrapper> tags? Quote Link to comment Share on other sites More sharing options...
Andrea Posted August 29, 2010 Report Share Posted August 29, 2010 There is no such thing as <wrapper> - and in your CSS, you have #wrapper { text-align:left; } which addresses something with an ID of wrapper --- for example: <div id="wrapper"> Quote Link to comment Share on other sites More sharing options...
mabell Posted August 29, 2010 Report Share Posted August 29, 2010 I had it set up perfectly for the past few months and just about an hour ago it wouldn't load and then the layout went everywhere. I checked in firefox and it look like it did before and I can't figure out why it looks it does in internet explorer. They looked identical for months up until an hour ago. Please check this and give advice! http://www.everlastingquest.com Hi - I have looked at it in both IE and Firefox, and they do look different - but it is hard to tell what it is supposed to look like with no reference. Is this supposed to be fixed or fluid? In Firefox the blue text areas fall off the image to the sides when I have my browser in fullscreen on a 23" monitor. Having looked at your code i agree that you have to write the wrapper tags correctly, they will not work unless you do. Write them as Andrea suggested - <div id="wrapper"> and then in your CSS try this - #wrapper { width:whatever your image width is; (this will keep the blue boxes from falling off the image in wider monitors/higher resolutions) margin-left:auto; margin-right:auto; (this will center it) } Play with the CSS as much as you need to, to get it how you want it - but fix the wrapper tags first or none of it will work. Hope this helps, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.