[Design with CSS 1908] Re: z-index problem with IE/7

2008-12-04 Thread Joshua
It was not very clear to me what the problem was. I could not see any real issue by looking at the example. However, I did notice that in IE, the top links are not clickable because the cheerleader graphic container is sitting on top of the link. If this is the issue you are experiencing and

[Design with CSS 1909] Strange behaviour

2008-12-04 Thread [EMAIL PROTECTED]
I am experiencing something very strange... and I can't figure out why it happens I have a website which looks different depending on from where I open it, If i call it from localhost, It looks like it should be if I call it from the server, everything looks much bigger, like it is zoomed in

[Design with CSS 1910] How to reset a style definition inline

2008-12-04 Thread insomniux
Hi, I have a FRAME which can be shown in two ways: editable and non- editable. My php program builds both representations in (nearly) the same way. The entire page is based on information from a database (both layout and content). On my pages I can have a textarea, for which I set the height

[Design with CSS 1911] help with 3 row layout, top and bottom fixed, middle growable

2008-12-04 Thread nmiddleweek
Hello guys, I can't for the life of me think how I would get this to work... I'm after a 1 column/ 3 row layout with the top 1st row fixed to the top with height of let's say 15px; The bottom row is to be anchored to the bottom of the page with height of about 40px; the middle row should fill

[Design with CSS 1913] Re: How to reset a style definition inline

2008-12-04 Thread insomniux
Thanks Jamie, This is useful info. In my case however there is a _style_ def in the tag, this will overrule the class definition: DIV CLASS='inputfield' STYLE='height:80px; font-weight:bold;' Taking this example as starting point. I cannot remove anything from this tag, but I can add