473,385 Members | 1,470 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

unexpected spaces, unclickable elements

I'm having some problems with the CSS on the following page:

http://www.frostjedi.com/terra/scripts/graemlin2.html

First, in Firefox, there's unwanted space between the #header div and
the #main div. The following image better demonstrates this problem:

http://www.frostjedi.com/terra/dev/ie-vs-fox-1.jpg

I prefer IE's rendering.

Second, the space between #property div and the divs above and below is
larger in IE than it is in Firefox. The following image elucidates
what I mean by this:

http://www.frostjedi.com/terra/dev/ie-vs-fox-2.jpg

To eliminate these spaces, I've tried playing around with the padding
and margin attributes of the varrious divs, to no avail. I've also
noticed that removing the all of the html that composes the #properties
div solves the first problem, so both problems may well be related
(although I can't see how).

The third problem inolves the color selection bar (which will be better
placed once the above two problems are solved) - I'm positioning it,
absolutely, over some other stuff, but... I think in doing so, it's
sorta being made a higher layer than the other stuff. Thus, nothing is
clickable. I don't mind stuff not being clickable that's directly
underneath it, but I would like to make it so that I can click in the
textarea and type in text (which I can't currently do in Firefox).
Anyway, any help would be appreciated - thanks!

Jul 21 '05 #1
6 2169
yawnmoth wrote:
I'm having some problems with the CSS on the following page:

http://www.frostjedi.com/terra/scripts/graemlin2.html

First, in Firefox, there's unwanted space between the #header div and
the #main div. The following image better demonstrates this problem:

http://www.frostjedi.com/terra/dev/ie-vs-fox-1.jpg

I prefer IE's rendering.

Second, the space between #property div and the divs above and below is
larger in IE than it is in Firefox. The following image elucidates
what I mean by this:

http://www.frostjedi.com/terra/dev/ie-vs-fox-2.jpg

To eliminate these spaces, I've tried playing around with the padding
and margin attributes of the varrious divs, to no avail. I've also
noticed that removing the all of the html that composes the #properties
div solves the first problem, so both problems may well be related
(although I can't see how).

The third problem inolves the color selection bar (which will be better
placed once the above two problems are solved) - I'm positioning it,
absolutely, over some other stuff, but... I think in doing so, it's
sorta being made a higher layer than the other stuff. Thus, nothing is
clickable. I don't mind stuff not being clickable that's directly
underneath it, but I would like to make it so that I can click in the
textarea and type in text (which I can't currently do in Firefox).
Anyway, any help would be appreciated - thanks!

maybe you could reproduce your problem in a sample page, without the
many rings and bells around.
Jul 21 '05 #2

Ali Babba wrote:
yawnmoth wrote:
<snip>

maybe you could reproduce your problem in a sample page, without the
many rings and bells around.


if the problem was one that could be solved by adding a single
attribute to some field that, although not obvious to me, was obvious
to someone, isolating the problem would be unnecessary. i take it from
your response, however, that the problem isn't so easy to solve, given
the page...

Jul 21 '05 #3
yawnmoth wrote:
Ali Babba wrote:
yawnmoth wrote:
<snip>

maybe you could reproduce your problem in a sample page, without the
many rings and bells around.

if the problem was one that could be solved by adding a single
attribute to some field that, although not obvious to me, was obvious
to someone, isolating the problem would be unnecessary. i take it from
your response, however, that the problem isn't so easy to solve, given
the page...


easy or not .. i (and probably more) dont feel like disecting your page
to get to the problem, this part you can do yourself.
Jul 21 '05 #4

Ali Babba wrote:
yawnmoth wrote: easy or not .. i (and probably more) dont feel like disecting your page to get to the problem, this part you can do yourself.


disections are not the best way to solve every problem. an example of
such a problem is a missing semi-colon in a C++ program. so when i
said that the problem may have been easy to fix i meant easy as in a
disection would be simply and unnecessarily extrevagant. atleast imho.
never-the-less, i'll see what i can whip up, later today.

Jul 21 '05 #5

Ali Babba wrote:
yawnmoth wrote: easy or not .. i (and probably more) dont feel like disecting your page to get to the problem, this part you can do yourself.


disections are not the best way to solve every problem. an example of
such a problem is a missing semi-colon in a C++ program. so when i
said that the problem may have been easy to fix i meant easy as in a
disection would be simply and unnecessarily extrevagant. atleast imho.
never-the-less, i'll see what i can whip up, later today.

Jul 21 '05 #6

Ali Babba wrote:
yawnmoth wrote: easy or not .. i (and probably more) dont feel like disecting your page to get to the problem, this part you can do yourself.


disections are not the best way to solve every problem. an example of
such a problem is a missing semi-colon in a C++ program. so when i
said that the problem may have been easy to fix i meant easy as in a
disection would be simply and unnecessarily extrevagant. atleast imho.
never-the-less, i'll see what i can whip up, later today.

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Jonas Smithson | last post by:
Hello all, I have an absolute positioned parent div, and nested inside it is an absolute positioned child div -- I mean the div *code* is nested inside, but the child is physically positioned so...
7
by: yawnmoth | last post by:
i have an image inside a table, and am getting an unexpected space underneath the image in firefox and opera (but not in IE). i've tried setting margin padding and border to 0 to no avail. here's...
2
by: Martin Geisler | last post by:
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDNmLx6nfwy35F3TgRAtjIAJ9ryEjr0kaaEapRD0z1bHQYmKi+1wCdEOZC /wY2033SyIVl0za07v8RMkk= =6BZ+ -----END PGP SIGNATURE-----
3
by: Anup Daware | last post by:
Hi Group, I am facing a strange problem here: I am trying to read xml response from a servlet using XmlTextWriter. I am able to read the read half of the xml and suddenly an exception:...
6
by: desktop | last post by:
I have this class: class case(blop.case): def __init__(self, n, a, b): blop.case.__init__(self) print 'Monty Python's Flying Circus has a ' within it...' ... ... But I get an error when I...
5
by: mdburton | last post by:
How exactly is this possible? I have messed around with some javascript to try to do this before, but what I used never seemed to work like after the user clicks it once, it becomes unclickable...
6
by: 85ssp | last post by:
I have a server applicatoin that has a multitude of labels related to the clients connected to it. When I have a number near 50 clients and i recieve a updatated status from each of the clients at...
3
by: bstjean | last post by:
Hi everyone, I am trying to find an efficient way to perform a special query. Let me explain what I want. Let's say we are looking for all description that match "this is the target". In...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.