Domain Discussion Board

Go Back   Domain Discussion Board > General > Member Help

 
Reply
 
LinkBack Thread Tools Display Modes
[resolved] Firefox/Internet Explorer Issues
Old
  (#1 (permalink))
thegrrl
Platinum Member
thegrrl is on a distinguished road
 
thegrrl's Avatar
 
Status: Offline
Posts: 529
Points: 1,321.0
Bank: 4,772.6
Total Points: 6,093.6
Donate
Join Date: Jun 2007
Location: England
Rep Power: 2
[resolved] Firefox/Internet Explorer Issues - 10-02-2007, 07:06 PM

Ok I have a layout I made, that looks fine on Firefox and on IE but i have talked to at least 3 other people who all see it differently. They sent me screenshot which i will include for you to see my problem. Basically I want this layout to be viewable by IE and Firefox, I do appreciate that help, I will be happy to give a little something for the generous help. I really would like this completed not half done ^^

website is: **D*A*I*N*T*Y*S*T*A*R*.*C*O*M***

Ok below will be screenshots.

Firefox (what i see)


IE7 (what i see)


IE ( think its 6 from the way the ie icon top left corner looks like, a friend
sent me this)


IE 6 (sent by a different friend)


Well you can see my problem. I'd like to get some help to postion this layout so that it looks pretty much the same on all browsers, IE and FF being the two most used browsers, Gosh i would be so grateful.

Thanks in advance.
Millie^^


Laugh when you can
Apologize when you should
And let go of what you can't change

Last edited by thegrrl : 10-06-2007 at 02:37 PM.
   



Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#2 (permalink))
prashrb
Executive Member
prashrb is an unknown quantity at this point
 
prashrb's Avatar
 
Status: Offline
Posts: 261
Points: 50.1
Bank: 3,493.3
Total Points: 3,543.4
Donate
Join Date: Jul 2007
Location: On Earth
Rep Power: 0
Re: Firefox/Internet Explorer Issues - 10-02-2007, 09:08 PM

IE 6 is not built on latest CSS standards. If I'm not wrong, you should be using <div> tags to achieve this. You may try adding a master <div> every element, specifying the height and width of the master <div> somewhere in the CSS. Try as much R&D possible.that will resolve the problem.


echo 'Time and tide wait for none, but they wait for each other.'
   
Reply With Quote
Sponsored Links
Re: Firefox/Internet Explorer Issues
Old
  (#3 (permalink))
thegrrl
Platinum Member
thegrrl is on a distinguished road
 
thegrrl's Avatar
 
Status: Offline
Posts: 529
Points: 1,321.0
Bank: 4,772.6
Total Points: 6,093.6
Donate
Join Date: Jun 2007
Location: England
Rep Power: 2
Re: Firefox/Internet Explorer Issues - 10-04-2007, 05:53 AM

I have been using divs if you looked at my source. As for master divs i have no idea what you are talking about it would be nice if you put down some kind of examples for me to see what you are talking about. As for R&D what is that? I appreciate you helping, but this still left me in the same position, not knowing how to fix my problems, sorry I am not css savvy like you ^^

thnx for the help i really do appreciate it


Laugh when you can
Apologize when you should
And let go of what you can't change
   



Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#4 (permalink))
EnZo
Platinum Member
EnZo is on a distinguished road
 
EnZo's Avatar
 
Status: Offline
Posts: 989
Points: 190.1
Bank: 41,060.3
Total Points: 41,250.4
Donate
Join Date: Aug 2007
Location: Romania
Rep Power: 2
Re: Firefox/Internet Explorer Issues - 10-04-2007, 11:06 AM

The problem with today's webpages is that you cannot make them compatible with all types of browsers. If you use tables you'll have page 'defects' on browsers that don't support tables. If you use divs its the other way around. Anyways, there is a fix, but unfortunately I'm not experienced enough to teach you, instead I can give you a suggestion .

You can ask a professional coder to create multiple cascade style sheets for each browser. What I mean is, whenever a user that is using IE6, accesses your site, the site script detects that and it automatically redirects the IE6 browser to its specified css.

As I said, its possible, but it's time consuming and it takes a lot of patience.


Quote:
Vacation mode: [On] - this means that I'm currently not doing any work so don't even bother contacting me. Basically now I'm just a lazy bastard that likes to post only to earn the easy 5ddp/thread. :D

A mans dreams are an index to his greatness.


http://www.phantomsoftware.org/ - Need a site? We're the ones you're looking for!

   
Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#5 (permalink))
prashrb
Executive Member
prashrb is an unknown quantity at this point
 
prashrb's Avatar
 
Status: Offline
Posts: 261
Points: 50.1
Bank: 3,493.3
Total Points: 3,543.4
Donate
Join Date: Jul 2007
Location: On Earth
Rep Power: 0
Re: Firefox/Internet Explorer Issues - 10-04-2007, 10:22 PM

Quote:
Originally Posted by thegrrl
I have been using divs if you looked at my source. As for master divs i have no idea what you are talking about it would be nice if you put down some kind of examples for me to see what you are talking about. As for R&D what is that? I appreciate you helping, but this still left me in the same position, not knowing how to fix my problems, sorry I am not css savvy like you ^^

thnx for the help i really do appreciate it
Provide the link where you have uploaded so that I can go through the code.


echo 'Time and tide wait for none, but they wait for each other.'
   
Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#6 (permalink))
Shadab
Shadab is on a distinguished road
 
Shadab's Avatar
 
Status: Offline
Posts: 2,145
Points: 50.2
Bank: 47,545.8
Total Points: 47,596.0
Donate
Join Date: Feb 2007
Location: Bhopal (India)
Rep Power: 4
Re: Firefox/Internet Explorer Issues - 10-04-2007, 10:32 PM

Quote:
Originally Posted by prashrb
Provide the link where you have uploaded so that I can go through the code.
This is the link to the website : **D*A*I*N*T*Y*S*T*A*R*.*C*O*M***



Thanx,
Shadab.
   



Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#7 (permalink))
prashrb
Executive Member
prashrb is an unknown quantity at this point
 
prashrb's Avatar
 
Status: Offline
Posts: 261
Points: 50.1
Bank: 3,493.3
Total Points: 3,543.4
Donate
Join Date: Jul 2007
Location: On Earth
Rep Power: 0
Re: Firefox/Internet Explorer Issues - 10-05-2007, 11:37 AM

On a quick glance, I noticed this:
<style type="text/css" media="screen">@import url("styleIE.css");</style>

@import url is supposedly does not completely support for IE 6 or lower. IE 6 have the issue of media designation

I shall suggest to try coding with the conventional way,

<link href="http://daintystar.com/styleIE.css" rel="stylesheet" type="text/css">

Let's see if this solves the issue.

P.S. I use Linux/FireFox and the site was appearing perfectly fine.


echo 'Time and tide wait for none, but they wait for each other.'
   
Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#8 (permalink))
thegrrl
Platinum Member
thegrrl is on a distinguished road
 
thegrrl's Avatar
 
Status: Offline
Posts: 529
Points: 1,321.0
Bank: 4,772.6
Total Points: 6,093.6
Donate
Join Date: Jun 2007
Location: England
Rep Power: 2
Re: Firefox/Internet Explorer Issues - 10-06-2007, 02:39 PM

@ enzo thanks I thought about that but don't know where to find such a person, but maybe I'll post here to see if anyone does that. Do you know of a website that can has tutorials on that?


@ prashrb sorry i didn't realize that the url wasnt in my original post, but i edited that and also here it is **D*A*I*N*T*Y*S*T*A*R*.*C*O*M***


Thanks to both of you for being so helpful ^^


Laugh when you can
Apologize when you should
And let go of what you can't change
   



Reply With Quote
Re: Firefox/Internet Explorer Issues
Old
  (#9 (permalink))
EnZo
Platinum Member
EnZo is on a distinguished road
 
EnZo's Avatar
 
Status: Offline
Posts: 989
Points: 190.1
Bank: 41,060.3
Total Points: 41,250.4
Donate
Join Date: Aug 2007
Location: Romania
Rep Power: 2
Re: Firefox/Internet Explorer Issues - 10-07-2007, 01:17 AM

did you try his suggestion, using the HTML 4 method of importing the cascade style sheet?
Do it asap... and provide further feedback.. and congrats to prashrb for noticing that!


Quote:
Vacation mode: [On] - this means that I'm currently not doing any work so don't even bother contacting me. Basically now I'm just a lazy bastard that likes to post only to earn the easy 5ddp/thread. :D

A mans dreams are an index to his greatness.


http://www.phantomsoftware.org/ - Need a site? We're the ones you're looking for!

   
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.1
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Firefox 2" VS "Internet Explorer 7" thetiger43 Tecnologia Web General 34 05-07-2008 06:58 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.