Need help in web page d..plz .

Status
Not open for further replies.
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

हॉर्न ओके प्लीज़
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.
 

Faun

Wahahaha~!
Staff member
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
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
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:

Faun

Wahahaha~!
Staff member
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 Bottom