Need help in web page d..plz .

Status
Not open for further replies.

harryneopotter

Padawan
Joined
Feb 8, 2007
Messages
935
hi guys ....... i am facing a prob in a web page ..... its opening fine in Opera .... but when i open it in IE 6 .. its setting get crappy ..........

the page is this Link ..
plz check and tell wat shld i do to correct this ..........

plz help .

thnx in advance .........
 

victor_rambo

हॉर्न ओके प्लीज़
Joined
Sep 29, 2007
Messages
1,462
It opened well for me in Opera 9.10 and IE 7

If problems exists only with this site, thn probably the problem is on their side, may be due to invalid CSS or inproper rendering by IE, though not likely.
 

gaurav_indian

CG Artist
Joined
May 5, 2006
Messages
1,440
@harryneopotter you are right.In opera its working fine.But in IE6 everything is messed up.:mad:
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
Here is the culprit, IE 6 has some serious problem with rendering elements positioned relative
*www.brunildo.org/test/IE_rel_abs.html
*www.brunildo.org/test/IE_rel_absR.html

Here is a part of css file for the webpage
#main {
padding-top: 48px;
width: 446px;
position: relative;
}

#main .inner {
position: relative;
margin: 0 0 0 10px;
padding-right: 10px;
border-right: 1px solid #ccc;
}
Change
position: relative to absolute
 
Last edited:

QwertyManiac

Commander in Chief
Joined
Jul 17, 2005
Messages
6,575
Uhh, for those recommending him to use IE7, just give it a thought. He's worried about his visitors using IE6, not himself. :?
 
OP
harryneopotter

harryneopotter

Padawan
Joined
Feb 8, 2007
Messages
935
T159 said:
Here is the culprit, IE 6 has some serious problem with rendering elements positioned relative
*www.brunildo.org/test/IE_rel_abs.html
*www.brunildo.org/test/IE_rel_absR.html

Here is a part of css file for the webpage

Change
position: relative to absolute

thnx dear .. let me try this change ...hope it works .... but if this is a prob in CSS ... then how other pages in the site are opening without any prob ?

Thnx Dude .... its working now . Thanx a lot.
 
Last edited:

krates

Be CoOl rAp RuLeZ !!!
Joined
Feb 23, 2007
Messages
1,955
Use javascript to say that this website works only in IE 7+
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
harryneopotter said:
thnx dear .. let me try this change ...hope it works .... but if this is a prob in CSS ... then how other pages in the site are opening without any prob ?

Thnx Dude .... its working now . Thanx a lot.

No problemo :D
i had same issues with my recent project, IE7 somehow screws up the decoration while mozilla works as i expect.
 
Status
Not open for further replies.
Top