Welcome to our Graphic Design Forums! Your Design Forums has active graphic design forums where community members discuss graphic design related topics.
The Best of WordPress Freelance Folder Sub-Studio Design Blog Go Web Admin UPrinting.com Design Hide




Go Back   Graphic Design Forums > Web Design Forums > General Web Design Discussion > Front End Web Development

Reply
 
Thread Tools Display Modes
Old 02-15-2008, 12:05 PM   #1
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default Firefox and Internet Explorer compatibility

Hello guys,
I've just finished and uploaded my first ever website. I've only been testing my website using Firefox and Safari (I know, my bad), so today when I finally discovered that a few pages look weird on IE, I kinda freaked out.

Please take a look at this page using Firefox, and then IE, you'll get what I mean.

http://www.theurbanwire.com/uwtimatedownload/about.html

I've been building this website on Dreamweaver, and for this page, I made use of the layers function in Dreamweaver. I reckon that is probably a reason for the problem. Is there any way I can resolve this?

Thanks for any help! I will deeply appreciate it!
fumblies is offline   Reply With Quote
Old 02-15-2008, 01:54 PM   #2
David-B
Designer
 
Join Date: Jan 2008
Location: Denmark
Posts: 61
Default

Hmm.. I'm not familiar with layers in Dreamweaver, but have you tried to make a wrapper, with margin-right: auto, margin-left: auto and a width that matches your flash-element. And then just throw it inside that div? That's the way I always center my divs and haven't experienced any issues with that, so far.
David-B is offline   Reply With Quote
Old 02-15-2008, 02:25 PM   #3
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 325
Default

I think by layers he means z-index. Instead of having a table as a wrapper just use a DIV and as David-B says put margin:0 auto; on it. And then put text-align:center; on the body to center it in IE.

Here's some known IE/CSS issues..

http://www.webcredible.co.uk/user-fr...explorer.shtml
__________________
//PORTFOLIO\\
Aarlev is offline   Reply With Quote
Old 02-15-2008, 02:35 PM   #4
alyCe
Super Moderator
 
alyCe's Avatar
 
Join Date: Dec 2007
Location: Norway
Posts: 561
Default

not shure about the issue in question, but I would recomend putting the background image on the site as a background image, not just as an img src

just a lil' sugestion
__________________
glunge
alyCe is offline   Reply With Quote
Old 02-16-2008, 08:28 AM   #5
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default

Quote:
Originally Posted by Aarlev View Post
I think by layers he means z-index. Instead of having a table as a wrapper just use a DIV and as David-B says put margin:0 auto; on it. And then put text-align:center; on the body to center it in IE.

Here's some known IE/CSS issues..

http://www.webcredible.co.uk/user-fr...explorer.shtml
Would I still be able to do a little scrolling box in that specific area of the background graphic though? Or is there an alternative way to do it?

Thanks for the advice y'all.
fumblies is offline   Reply With Quote
Old 02-18-2008, 04:37 AM   #6
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 325
Default

Quote:
Originally Posted by fumblies View Post
Would I still be able to do a little scrolling box in that specific area of the background graphic though? Or is there an alternative way to do it?

Thanks for the advice y'all.
Yep. All the above does is centering your page. The page you linked to was right aligned in IE but centered in FF so I assumed that was the problem?
__________________
//PORTFOLIO\\
Aarlev is offline   Reply With Quote
Old 02-19-2008, 06:27 PM   #7
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default

Quote:
Originally Posted by Aarlev View Post
Yep. All the above does is centering your page. The page you linked to was right aligned in IE but centered in FF so I assumed that was the problem?
Yes, I think that is the problem. But I have no idea why it becomes right-aligned in IE though. How do I resolve this, anybody?
fumblies is offline   Reply With Quote
Old 02-20-2008, 03:54 AM   #8
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 325
Default

Quote:
Originally Posted by fumblies View Post
Yes, I think that is the problem. But I have no idea why it becomes right-aligned in IE though. How do I resolve this, anybody?
IE needs text-align:center; on the body to center align the page. And margin:0 auto; on your main container element for Firefox etc. E.g

CSS:

body {
text-align:center;

}

#container {
margin: 0auto;

}

HTML:

<div id="container">

The rest of your site code here.

</div>


That should do the trick. If you have any problems feel free to PM me and I will try to help you.
__________________
//PORTFOLIO\\
Aarlev is offline   Reply With Quote
Old 07-23-2008, 02:21 AM   #9
Web Design Company
Intern
 
Join Date: Jul 2008
Posts: 1
Default

I had a similar problem with a client's site and thankfully was able to solve it after I chanced upon the discussion here. Thank you all.
Web Design Company is offline   Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:08 PM.

 

Contact Us | Advertise | Archive | Resources |

My Other Websites

Graphic Design Resources | T Shirt Blog | How to Start a Clothing Line | Design Gallery

Our Friends

3DS Max and Photoshop Tutorials | Vandelay Design | Urban Art and Design | Online Printing | Blog.SpoonGraphics | Free Vectors

| Digg for Designers | Web Design Blog

Design by: vBulletin Skins Zone Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0