Very wrong in IE7. Spot on in Mozilla & Opera. [SOLVED]

This is a discussion on "Very wrong in IE7. Spot on in Mozilla & Opera. [SOLVED]" within the Starting Out section. This forum, and the thread "Very wrong in IE7. Spot on in Mozilla & Opera. [SOLVED] are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 31st, 2008, 20:59
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Very wrong in IE7. Spot on in Mozilla & Opera. [SOLVED]

Hi
I'm currently trying to redevelop a very horrible looking website into something at least semi pleasent. I'm still very new to the webdesign world.
So far I've mainly been using Dreamweaver because I'm already very familiar with other Adobe products and well, it's what we have at work.

I've uploaded part of the new site so that I can get some advice on how to make it display correctly in IE7. I've no idea how it looks in IE6 as I don't have it installed on any of the work computers. I imagine it's similar to IE7.

http://www.dtlawards.com/NewIndex.html


Any suggestions on fixing up the width issues and the spaces that appear?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 31st, 2008, 21:05
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 844
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Take a look at fixing these errors

http://validator.w3.org/check?uri=ht...Inline&group=0

Then see what needs to be done, the first thing you need to do when looking to get the best results in all browsers is to make sure that your code validates.

Hope this helps
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 31st, 2008, 22:27
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

You don't HAVE to, but i'd recommend to start your coding in CSS, don't use the design-view of dreamweaver. Since you're new to the webdesign world, might as well learn a good thing off the bat..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 31st, 2008, 22:34
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 844
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

I was going to mention that, but thought id say the validation thing first.

Tables should not, (as delusion said) be used in the layout of a web page, the HTML should just be the content, the layout and design should be achieved by using CSS.

http://creativecoding.webforumz.com/...e-from-a-z.php - Here is an article in last months newsletter about how to use CSS for the layout of you page

http://www.webforumz.com/css-forum/3...how-to-use.htm - Here are a selection of articles for help with CSS

Hope these help
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 31st, 2008, 22:36
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 844
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

One more thing, what delusion also said about Dreamweaver is correct. It is a great help for coding a website, BUT, only use the code view, the design view gives you boated code and doesn't promote good coding practices
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 1st, 2008, 06:55
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

I like to use the snippets function Makes my programming faster and safe
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 4th, 2008, 03:52
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Thanks heaps for that information.

I've been working through the CSS tutorial and it's by the far the best one I've come accross so far. (I had spent some time working through a few earlier but they were a bit daunting and left me more confused than anything!).

Having a few minor difficulties making it work for my website. Mainly because the tutorial works with a header and footer accross the entire top of the page where as my page has the full sidebars instead.

However I'll have a fiddle around myself for a while before I start posting things I'm sure I can work out with a bit more time!

Cheers everyone for your directions!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 4th, 2008, 03:59
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Quote:
Originally Posted by Itsumishi View Post
Thanks heaps for that information.

I've been working through the CSS tutorial and it's by the far the best one I've come accross so far. (I had spent some time working through a few earlier but they were a bit daunting and left me more confused than anything!).

Having a few minor difficulties making it work for my website. Mainly because the tutorial works with a header and footer accross the entire top of the page where as my page has the full sidebars instead.

However I'll have a fiddle around myself for a while before I start posting things I'm sure I can work out with a bit more time!

Cheers everyone for your directions!
Don't be afraid to ask questions.. that's how I've learned css
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Feb 6th, 2008, 02:39
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Hello Again.

O.K.
I've tried and I've fiddled and I've looked about the place but I've still got questions.
But hey, that's what you great people are here for right?!

I've put the new version of the page up at the same URL
http://www.dtlawards.com/NewIndex.html

I've already done the Validation part through the link that UnitedCraig has kindly posted. But there are still some obvious flaws.

Firstly -
I don't seem to be able to get the 'Footer' information to sit at the bottom of the page where it belongs. I'm a bit confused on what in the Tutorial caused their 'Siteinfo' div to stay down there.

Secondly -
I'm having trouble getting the div class one, class two thing to work properly.
Class two seems to sit kind of below class one, yet still floating to the right.

Thirdly -
I don't know how to get the content div to span all the way to the footer.
Which is important as otherwise the background color doesn't stretch the whole way.

I thought about changing the default background color to the maroon, but then I have a similar problem with the side divs not spanning.

Any suggestions? Any tutorials that might help? (That last one was a great help.)

Last edited by Itsumishi; Feb 6th, 2008 at 02:51. Reason: I saw the link for the CSS Validator on the Markup Validation Service and answered the first of my questions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Feb 7th, 2008, 01:57
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Quote:
Originally Posted by Itsumishi View Post
Hello Again.

Firstly -
I don't seem to be able to get the 'Footer' information to sit at the bottom of the page where it belongs. I'm a bit confused on what in the Tutorial caused their 'Siteinfo' div to stay down there.

It is at the bottom.. isn't it? Or do you want it to show up under the sponsors?
What you could do is make a div around the whole site and name it (for example) "wrapper" and create the footer under that wrapper, so:

<div id="wrapper">
<all the other divs> </div>
</div>
<div id="footer">
your footer content
</div>

Make your wrapper div 100% wide (if you want it to fill the whole screen), and do so with the footer. That should drop the footer below the sponsors..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 10th, 2008, 23:41
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Cool.
I've got pretty much everything sorted out now.
Just a few minor fixes I need to make to how some of the content displays on other pages.
I'll post when it's finished to get some general feedback.
Thanks for all your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Feb 12th, 2008, 05:36
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Alrighty then!
Thanks again for everyone helping out so much, it's made this whole processing a lot more enjoyable.

The site is now very near completion. Having finished all the extra content and stuff.
Please look about and give me some feedback.
http://www.dtlawards.com/newsitework/index.html

However I still have some minor quibbles.

The most important one I've already posted about on another thread. (It was relevent to questions already raised).
http://www.webforumz.com/javascript-...en-opening.htm

Secondly on all the Collapseable content windows on these pages. I'd really like to get rid of some of the spacing above and below the headings so the 'closed' content window doesn't take up so much space. I've looked and looked and can't seem to work out that one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Feb 13th, 2008, 22:58
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Cool everything is sorted!

I guess this thread can be Solved?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Feb 13th, 2008, 23:00
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 844
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Please mark as solved via thread tools
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Feb 17th, 2008, 21:02
Junior Member
Join Date: Jan 2008
Location: Melbourne
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

I don't seem to have Solved available.
I have;
* Show Printable
* Email &
* Unsubscribe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Feb 17th, 2008, 21:51
Jack Franklin's Avatar
Moderator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,405
Blog Entries: 8
Thanks: 18
Thanked 14 Times in 14 Posts
Re: Very wrong in IE7. Spot on in Mozilla & Opera.

Craig/Itsumish, the Solved Feature has been removed whilst WebForumz goes through some upgrades. I'll mark it solved for you though
__________________
Jack Franklin - Webforumz Moderator
(x)HTML | CSS | PHP | MySQL | JQuery (Javascript)
Contact: My Blog | Twitter | Delicious
Want Lessons? PM me.
If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] What have I done wrong in this code? acrikey JavaScript Forum 6 Mar 23rd, 2008 22:39
[SOLVED] Another problem with mozilla thewebkid Web Page Design 12 Nov 29th, 2007 14:39
[SOLVED] Problem with float - In mozilla jram Web Page Design