What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Does not work in IE

Pages: (2): « First [ 1 ] 2 » Last »
Does not work in IE
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. Does not work in IE
I'm doing a web design and i cant get the dam page to work in IE, IE messes up styles all the time and sometimes displays nothing so could someone tell me what's wrong with my sorce :)

thanks :)

My crappy design
It needs work i know but it's useless without working in IE :)

Thanks to anyone that helps.

This post was edited on 10-01-2005 at 03:01 PM by absorbation.
10-01-2005 11:33 AM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Does not work in IE
Theres a problem with you rollover code, removing the <script...> tag shows the page in IE.
[Image: sig.png]
10-01-2005 11:48 AM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Does not work in IE
thank you got it working now :banana:
10-01-2005 11:50 AM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Does not work in IE
np, btw the designs nice (Y)
[Image: sig.png]
10-01-2005 11:53 AM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Does not work in IE
Ok now in IE it aligns things odd could someone tell me why and how to fix this please :)
10-01-2005 03:02 PM
Profile PM Find Quote Report
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
RE: Does not work in IE
maybe table cellpadding="0"?
I don't know for sure, I rarely use tables.
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
10-01-2005 03:36 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Does not work in IE
lol fixed i added something new the the stylesheet

div.menu {
    height: 25px;
    width: 770px;
    overflow: auto;
    padding: 0px;
}

and added this into the table causing the problem :)

<div class="menu">

the content e.g links

</div>

and it worked great :P but there are some more things in ie that's annyoing me :(
10-01-2005 03:41 PM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Does not work in IE
the problem was that the menu code read
.menu {
    background: url(images/menu.gif);
    background-repeat: no-repeat;
    border: 0px #a0d406 solid;
    vertical-align: top;
    text-align: center;
    width: 172px;
    padding: 5px;
}

the width specified is too small so its meant to read

.menu {
    background: url(images/menu.gif);
    background-repeat: no-repeat;
    border: 0px #a0d406 solid;
    vertical-align: top;
    text-align: center;
    width: auto;
    padding: 5px;
}

a specific width wouldve worked too, what else is not working?

This post was edited on 10-01-2005 at 03:43 PM by hmaster.
[Image: sig.png]
10-01-2005 03:43 PM
Profile PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Does not work in IE
also to make css things only work in IE prepend a * to it eg


width:30px; (will get read by other browsers)
*width:31px; (IE only)
[Image: dt2.0v2.png]      Happy Birthday, WDZ
10-01-2005 03:46 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. RE: Does not work in IE
thanks, i'm failry new to css but i'm trying to always use it :) it's not really that hard

hum i'm going to test resolutions now before i ask shrbr for something then i can start adding content, however i'll probably find something else along the way :(

edit: thanks dt :)

This post was edited on 10-01-2005 at 03:49 PM by absorbation.
10-01-2005 03:47 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On