Offsetting and Ignored/overlapping styles

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ibanez0r
Posts: 6
Joined: Wed Sep 02, 2009 5:13 am

Offsetting and Ignored/overlapping styles

Post by ibanez0r »

Script URL: http://dev.cybernetics.net.au/help/
Version of script: latest
Hosting company: n/a
URL of phpinfo.php: n/a
URL of session_test.php: n/a
What terms did you try when SEARCHING for a solution: everything :(

Write your message below:

As you can see my content area which has a padding-top: 26; is being ignored, even tho the background images from the class within the stylesheet are being seen, the padding is somehow being mangled! help pls!

working blank page: if i add content it stretches downwards,. and works fine. http://dev.cybernetics.net.au/index.php?asp=f&loc=s
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello ibanex0r,

In your stylesheet you have

Code: Select all

padding-top: 26;
padding-left: 4;
try defining the units, eg. px, %, em
Thus

Code: Select all

padding-top: 26px;
padding-left: 4px;
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
ibanez0r
Posts: 6
Joined: Wed Sep 02, 2009 5:13 am

Thanks Hernie

Post by ibanez0r »

your good henrie thanks alot mate this could/would affect stuff in the future and be _just_ as mind boggling for me :P ill try and convince my boss to purchase a license for Hesk, its really nice. thanks again guys!
ibanez0r
Posts: 6
Joined: Wed Sep 02, 2009 5:13 am

More trouble with styles

Post by ibanez0r »

I appreciate any help you can offer: problem exists here:

http://dev.cybernetics.net.au/help/knowledgebase.php

this stretch effect seems to be happening inside admin as well i understand its my own code doing it im just unable to find where and why, as it functions ok in other areas of the site, any help, again thanks!
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

I don't see any problems. What problem should i see?
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
ibanez0r
Posts: 6
Joined: Wed Sep 02, 2009 5:13 am

Hrm, strange!

Post by ibanez0r »

Ok thats strange, may i ask which browser you are using Henrie, im using Internet Explorer here, see screen shot :


http://dev.cybernetics.net.au/images/very_wide.jpg

its supposed to look like : http://dev.cybernetics.net.au/help/

nevermind mate i found it, damn no wrap!
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

btw, i was using IE7 just now (at work)

Previously (at home) i use FireFox 3.5
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply