Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-03-18 18:55:13

avetma
Member
Registered: 2006-03-11
Posts: 28

Problem with site height

My site url: (still testing) http://www.klis.com.hr/test/

In firefox everythink works fine, but IE everytime set some height and cuts half of site. Please, visit site and try to refresh few times until IE cuts site under height of ~600px.

I dont know how to solve this problem. So, any help is appriciated.

Thank you,
Ante

Offline

#2 2006-03-18 21:54:56

Elenita
Member
From: Falls Church, VA
Registered: 2004-05-16
Posts: 407
Website

Re: Problem with site height

For future reference, this sort of question is probably better asked in the Layout and CSS forum.

Could you please post your stylesheet(s)? I’m not the smartest person when it comes to this sort of thing, but I’m sure someone will know which attributes are IE-unfriendly.

Offline

#3 2006-03-18 22:31:04

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: Problem with site height

I have spotted two more display bugs,don’t know if you’re interested in that, but

1)On opera v8.51 the menu is not accessible, there is no anchor available on the screen
2)On Safari the contact link looks ok only onhover.(2.03)

On Firefox looks ok and Explorer I don’t have right now.
(You are in the wrong forum and only accidentally got help here,switch over to the layout forum)

regards, marios

Last edited by marios (2006-03-18 22:32:56)


⌃ ⇧ < ⌃ ⇧ >

Offline

#4 2006-03-19 18:16:49

avetma
Member
Registered: 2006-03-11
Posts: 28

Re: Problem with site height

Well, css code is reallly big so I will post everything except anchor styles and similar.

body
{ background: #529DE4 url(../images/back.gif) repeat top left; margin: 0px; padding: 0px; font-family: Arial, Helvetica, Sans-Serif, serif; font-size: 11px; color: #555555;
}
img { border: 0;
}
#poz
{ width: 760px; background: #FFFFFF; position: absolute; margin-left: -391px; left: 50%;
}

#drugi
{ width: 752px; margin-top: 0px; margin-bottom: 0px; margin-left: 4px; margin-right: 4px; background: #EFEFF5;
}

#header
{ width: 742px; height: 191px; background: url(../images/head.jpg) no-repeat #FFFFFF; margin: 5px; text-indent: -1700em;
}

#tijelo
{ width: 742px; height: 154px; background: #FFFFFF; margin: 5px;
}

#container
{ width: 742px; float: left; margin: 0; padding: 0px;
}

.unutra
{ padding: 12px;
}

#lijevo
{ float: left; width: 355px; margin-left: 1px; margin-top: 2px; margin-right: 4px; background: #FFFFFF url(../images/lijevo_poz.gif) repeat-y top right;
}

#desno
{ float: right; width: 187px; margin-left: 4px; padding: 0; background: #FFFFFF url(../images/lijevo_poz.gif) repeat-y top left;
}

#sredina
{ margin-left: 15px;
}

#footer
{ float: right; width: 742px; margin: 0px; padding: 0px; color: #ADADAD; font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif, serif; font-size: 11px;
}

.pad
{ margin-bottom: 4px;
}

.glavni
{ width: 462px; margin: 5px; color: #252525;
}

.lijevop
{ float: left; width: 103px;
}

.desnop
{ font-family: Arial, Helvetica, Sans-Serif, serif; font-size: 11px; color: #4B4B4B; text-align: left; width: 325px; float: right; margin: 0; padding: 0;
}

Offline

#5 2006-03-19 20:24:36

whatbrick
Member
From: Texas
Registered: 2006-03-13
Posts: 100

Re: Problem with site height

I don’t think the problem is your CSS. It seems to be the javascript at the bottom that messes up the height in IE. I saved a copy of the page to my machine so I could mess with it, and everytime I remove that line of javascript it fixes the problem. See if it does the same for you.

If so, you may have to find another solution for what that piece of code does.


Do not taunt the Markup Monkey!

Offline

#6 2006-03-20 02:13:32

NyteOwl
Member
From: Nova Scotia, Canada
Registered: 2005-09-24
Posts: 539

Re: Problem with site height

The problem is definitely the script statement at the bottom of the page.

A questions and a comment:

1) why have the main content enclosed in a table?

2) you may end up with unpredicatable behaviour declaring ascript as javascript and then calling a php script instread.


Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;

Offline

#7 2006-03-20 02:26:02

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Problem with site height

…you may end up with unpredicatable behaviour declaring ascript as javascript and then calling a php script instread.

It’s not a problem if a proper header is sent, telling the browser that you’re sending text/javascript and not text/html. That’s the problem: it’s not, it is still being sent as text/html.

Offline

#8 2006-03-20 13:28:51

avetma
Member
Registered: 2006-03-11
Posts: 28

Re: Problem with site height

Okay, now I see that problem is in Topic Anywhere javascript for showing last topics from php_bb. Is there any way to solve that (without removing that javascript)?

Thank you

Offline

Board footer

Powered by FluxBB