what is this
- Started
- Last post
- 9 Responses
- mikhail
http://www.stud.ntnu.no/~kovalev…
Calculator's screen is a textarea, four images around it, all set up in a table.
How do I avoid the #00ffff emtpy spaces between textarea and the image below it? What am I FUCKING DOING WRIONGGGG
- Nairn0
I really can't be bothered going through all that code, but when I'm in the same position, I *always* just rebuild the table from scratch - saves a lot more hassle/heartache/hair that way.
You could just css it?
- mikhail0
Why, it works fine in IE 5.14 (Macos9),
- unknown0
I reckon it could be from sticking your form in the middle of a table... forms can tend to bump space around weverything... try just removing the form bit and then check
- mikhail0
Allright! You nailed it right on truogh, Engage,
but I still have to tiny lines above and under the textarea
- mikhail0
Maybe I|d just use an iframe?
- unknown0
try using br's after images... and also stick the form tag right after body... and don't put a line break in your code there... infact check for unnessesary (spelling!) line breaks in your code... table are an arse... especially with form tags :)
- unknown0
you could still use tables... but have the whole image as a bg image... and then have the table over the top? your buttons could also be in an invisible iamge over the top with the image map adjusted?
- unknown0
nice graphic by the way... I've been buying up commodore calculators today...reminds me of them
- mikhail0
I didn't expect it to be so complicated, eehe
Im following your advice, Engage, i'm going for it!
Thanks all