I'm having a problem and...

This is a discussion on "I'm having a problem and..." within the Web Page Design section. This forum, and the thread "I'm having a problem and... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 15th, 2006, 22:12
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
I'm having a problem and...

Hi
I'm having a problem with my website and i don't know how to fix it. it may be css related or html i'm not to shore, but i think it has something to do with Internet Explorer.

The problem i'm having only happens when you view my website (www.freewebs.com/powderhound11) using IE. The main body of my site is meant to show up in the center of the page (which it does if you view it in Firefox). I think it has something to do with my css or i could be wrong. can anyone help me?




hear is my css for reference.

@charset "windows-1252";

/* CSS */

/* Main Styles */

body {margin: 0px 0px 0px 0px;
background-color: #666666;
}

#pagewrap {width: 700px;
margin: 100px auto auto auto;
background-color: #EFEFEF;
}

#pagewrap2 {width: 690px;
margin: 10px auto auto auto;
background-color: #EFEFEF;
}


#banner {width: 700px;
height: 120px;
background-image: url(http://i64.photobucket.com/albums/h1...traliacopy.png );
background-repeat: no-repeat;
background-position: top center;
}

#banner2 {width: 700px;
height: 120px;
background-image: url();
background-repeat: no-repeat;
background-position: top center;
}


/* Headings*/

h1 {color: green;
font-family: "times new roman";
text-align: center;
font-size: 32px;
}

h2 {color: black;
font-family: times new roman;
font-weight: normal;
font-size: 14px;
text-decoration: none;
text-align: center;
}

if anyone could help it would be very appreciated
Reply With Quote

  #2 (permalink)  
Old Aug 16th, 2006, 12:58
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: I'm having a problem and...

Code: Select all
 #pagewrap     {width: 700px;
                    margin: 100px auto auto auto;
                    background-color: #EFEFEF;
}
try

Code: Select all
#pagewrap     {
width: 700px;
                    margin: 100px auto 100px auto;
                    background-color: #EFEFEF;
}
and for IE 5.x (Since IE 5.x won't understand margin auto) you should put:

body {
text-align:center;
}

#pagewrap {
text-align:left;
}
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 17th, 2006, 07:22
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I'm having a problem and...

thanks for the advice, i will give it a go
Reply With Quote
  #4 (permalink)  
Old Aug 17th, 2006, 21:47
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I'm having a problem and...

cool it's fixed know, thaks heaps for that.
Reply With Quote
  #5 (permalink)  
Old Aug 17th, 2006, 22:09
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I'm having a problem and...

cool it's fixed know, thaks heaps for that.
Reply With Quote
  #6 (permalink)  
Old Aug 18th, 2006, 01:36
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: I'm having a problem and...

Glad it worked for ya.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #7 (permalink)  
Old Aug 18th, 2006, 08:14
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I'm having a problem and...

thanks for helping
Reply With Quote
Reply

Tags
having, problem

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
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08


All times are GMT. The time now is 16:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43