473,396 Members | 1,678 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,396 software developers and data experts.

IE 6 has trouble with relative positioning?

http://tinyurl.com/5uj6w

The lower middle icon the "block" should not drop down when the mouse is over it. How can I stop that?
Also the navigation divs both top and bottom should follow the scroll right. Both of these issues occur in IE 6 but not in IE 5.5.

You can get the horizontal scroll bar for the window by increasing the size of the image wider than the display area
of the window. Assumes 600x800 default display size.

Thanks
--
George Hester
__________________________________
Jul 23 '05 #1
17 3012
On Fri, 01 Oct 2004 15:39:38 GMT, George Hester <he********@hotmail.com>
wrote:
http://tinyurl.com/5uj6w


<URL:http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you>

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2
Thanks very helpful. Now for someone that knows what they are talking about?

--
George Hester
__________________________________
"Michael Winter" <M.******@blueyonder.co.invalid> wrote in message news:opse68kdfxx13kvk@atlantis...
On Fri, 01 Oct 2004 15:39:38 GMT, George Hester <he********@hotmail.com>
wrote:
http://tinyurl.com/5uj6w



Jul 23 '05 #3
George Hester wrote:
http://tinyurl.com/5uj6w
http://tinyurl.com/4252f

The lower middle icon the "block" should not drop down when the mouse is over it. How can I stop that?
Change your code so that it doesn't move it. Start by validating that
garbage you call HTML.
Also the navigation divs both top and bottom should follow the scroll right. Both of these issues
occur in IE 6 but not in IE 5.5.
What navigation divs? I see no navigation on the page you give the URL to.
You can get the horizontal scroll bar for the window by increasing the size of the image wider than the display area
of the window. Assumes 600x800 default display size.


What image? I see no image on that page.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #4
George Hester wrote:
Thanks very helpful. Now for someone that knows what they are talking about?


If you weren't so hilariously ignorant sometimes, you wouldn't be near
as funny as you think you are. Had you bothered to actually *read* the
page referenced, you would have found out *many many* reasons why you
don't get more answers in this group than you do.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #5
Hi. I started to thinking I should not have a 128KB image in there. For dial-up I can understand the frustration.
My apologies. I have removed the image to just a 1KB spacer in jpg format. The page itself is only 24KB so we
are talking 25KB which shouldn't harm dial-up too much. I need the image so that you can resize it and get the
scrolling divs. At least so you can in IE 5.5. Don't work in IE 6 though and of ourse the relative positioning
of the center "block" is not stable in IE 6. Thanks for any help on this.

http://tinyurl.com/5uj6w

--
George Hester
__________________________________
"George Hester" <he********@hotmail.com> wrote in message news:_S********************@twister.nyroc.rr.com.. .
http://tinyurl.com/5uj6w

The lower middle icon the "block" should not drop down when the mouse is over it. How can I stop that?
Also the navigation divs both top and bottom should follow the scroll right. Both of these issues occur in IE 6 but not in IE 5.5.

You can get the horizontal scroll bar for the window by increasing the size of the image wider than the display area
of the window. Assumes 600x800 default display size.

Thanks
--
George Hester
__________________________________
Jul 23 '05 #6
__________________________________
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com...
George Hester wrote:
http://tinyurl.com/5uj6w


http://tinyurl.com/4252f

The lower middle icon the "block" should not drop down when the mouse is over it. How can I stop that?


Change your code so that it doesn't move it. Start by validating that
garbage you call HTML.
Also the navigation divs both top and bottom should follow the scroll right. Both of these issues
occur in IE 6 but not in IE 5.5.


What navigation divs? I see no navigation on the page you give the URL to.
You can get the horizontal scroll bar for the window by increasing the size of the image wider than the display area
of the window. Assumes 600x800 default display size.


What image? I see no image on that page.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


Randy let's side-step the comment "garbage" for just a second OK? Let's concentrate on mature comments for
just a second. "Poorly written" HTML would have been more appropriate wouldn't you say? Less inflamatory
maybe???

To that end the HTML is written nearly to specs. It is not perfect I grant you that. But it is that way so my
HTML editor won't complain. It should still work (and does for others this is not the only place I have
posted this). If you are not using either IE 5.5 or IE 6 then I cannot do anything. The page is NOT designed for
any other browser but those.

The image is there. Right now it is just a spacer. A blank image 1KB in jpeg format. This is to help with those using dial-up. You can use the slider at the top left to resize the image to get the window horizontal scrollbar to
appear. If you are using security to disable your JavaScripting or whatever then again not much I can do about that.

We can see in IE 6 and IE 5.5 the navigation divs; the top one (above the image) navigates to home or the bottom of the page; the bottom one (below the image) navigates to a cube, home, a "block (in the center), and top. These two divs should scroll with the window horizontal scroll bar when it is scrolled to the right. IE 5.5 does do it. IE 6 does not.

The "block" should not drop when the mouse is held over it. It stays put in IE 5.5. It does NOT in IE 6. In
IE 6 it drops down about 10px. It is the realative positioning I believe that is causing this in IE 6. It has to be
relative for as you can tell the image can be redimensioned and the bottom navigation div must stay in the relative
position it is in to the image. Hope this helps clarify a little what is going on here. Thanks for your input.
George Hester
Jul 23 '05 #7
Randy lets be clear about something. If I receive no answers to my questions because I send people like you
into a dither then that's as it should be. You like to think you are are the conscience of this newsgroup. Maybe
you are. Then again maybe you aren't. It really matters little what you think you are. It matters little what you
think I am. All that is important here is getting constructive advice how to attack an issue we have questions
about. If you and your cronies want to embelish your remarks with childish comments; top or bottom posting complaints, encoding complaints, digs on my essence; a camouflage of issues that stump you then go for it. You
have my full support.

George Hester
__________________________________
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com...
George Hester wrote:
Thanks very helpful. Now for someone that knows what they are talking about?


If you weren't so hilariously ignorant sometimes, you wouldn't be near
as funny as you think you are. Had you bothered to actually *read* the
page referenced, you would have found out *many many* reasons why you
don't get more answers in this group than you do.


--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #8
OK some kind soul gave this as a suggestion:

<!--[if IE]>
<style type="text/css">
#floattrack { height: 1%; }
</style>
<![endif]-->

With IE 6 does the middle "block" in the lower navigation menu still drop down when the mouseover?

Thanks.

http://tinyurl.com/5uj6w

--
George Hester
__________________________________
"George Hester" <he********@hotmail.com> wrote in message news:7g*****************@twister.nyroc.rr.com...
Jul 23 '05 #9
In article <C4*****************@twister.nyroc.rr.com>,
"George Hester" <he********@hotmail.com> wrote:
All that is important here is getting constructive advice how to
attack an issue we have questions
about.


You have gotten answers very experienced members of this group. Do a
google search on their names.

I'll repeat their comments. Run the code through:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/

If not explain, why not.

This is a javascript forum. What is you javascript question?

One CSS forum is:
comp.infosystems.www.authoring.stylesheets

Robert
Jul 23 '05 #10
George Hester wrote:
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com...
<--snip-->

Randy let's side-step the comment "garbage" for just a second OK? Let's concentrate on mature comments for
just a second. "Poorly written" HTML would have been more appropriate wouldn't you say? Less inflamatory
maybe???
Maybe, I just call them as I see them. And any page that can't get past
the DTD Declaration is garbage.
To that end the HTML is written nearly to specs. It is not perfect I grant
you that. But it is that way so my HTML editor won't complain. It should
still work (and does for others this is not the only place I have posted this).
If you are not using either IE 5.5 or IE 6 then I cannot do anything. The
page is NOT designed for any other browser but those.
If thats the only way your editor won't complain is an invalid DTD, then
you need a new editor. But if its written for "either IE5.5 or IE6.0",
why are you using NN4.xx code? if (document.layers)

As for "written nearly to specs", there are way too many IE-only things
in that page for it to even be close to the specs.

And learn to code cross-browser, and you won't have to put up notes like
"This site is for IE only". I am referring to the page that the really
small cube links to.
The image is there. Right now it is just a spacer. A blank image 1KB in
jpeg format. This is to help with those using dial-up. You can use the
slider at the top left to resize the image to get the window horizontal
scrollbar to appear. If you are using security to disable your JavaScripting
or whatever then again not much I can do about that.
There is no image for me. But the dial-up wasn't the issue. I am on a
cable connection.
We can see in IE 6 and IE 5.5 the navigation divs; the top one (above the image)
navigates to home or the bottom of the page; the bottom one (below the image)
navigates to a cube, home, a "block (in the center), and top. These two divs
should scroll with the window horizontal scroll bar when it is scrolled to
the right. IE 5.5 does do it. IE 6 does not.
That would be a CSS issue, not a JS issue. Try
comp.info.www.authoring.stylesheets
The "block" should not drop when the mouse is held over it. It stays put
in IE 5.5. It does NOT in IE 6. In IE 6 it drops down about 10px. It is the
realative positioning I believe that is causing this in IE 6. It has to be
relative for as you can tell the image can be redimensioned and the bottom
navigation div must stay in the relative position it is in to the image.
Hope this helps clarify a little what is going on here. Thanks for your input.


Part of the IE6 issue is going to be a quirks-mode issue, and some is
pure IE6 issues. But both are CSS issues. One possible JS hack is to use
absolute position and as the image is resized, reset the positioning of
anything you want below the resized image.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #11
"Randy Webb" <Hi************@aol.com> wrote in message news:0a********************@comcast.com...
George Hester wrote:
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com...


<--snip-->

Randy let's side-step the comment "garbage" for just a second OK? Let's concentrate on mature comments for
just a second. "Poorly written" HTML would have been more appropriate wouldn't you say? Less inflamatory
maybe???


Maybe, I just call them as I see them. And any page that can't get past
the DTD Declaration is garbage.
To that end the HTML is written nearly to specs. It is not perfect I grant
you that. But it is that way so my HTML editor won't complain. It should
still work (and does for others this is not the only place I have posted this).
If you are not using either IE 5.5 or IE 6 then I cannot do anything. The
page is NOT designed for any other browser but those.


If thats the only way your editor won't complain is an invalid DTD, then
you need a new editor. But if its written for "either IE5.5 or IE6.0",
why are you using NN4.xx code? if (document.layers)

As for "written nearly to specs", there are way too many IE-only things
in that page for it to even be close to the specs.

And learn to code cross-browser, and you won't have to put up notes like
"This site is for IE only". I am referring to the page that the really
small cube links to.
The image is there. Right now it is just a spacer. A blank image 1KB in
jpeg format. This is to help with those using dial-up. You can use the
slider at the top left to resize the image to get the window horizontal
scrollbar to appear. If you are using security to disable your JavaScripting
or whatever then again not much I can do about that.


There is no image for me. But the dial-up wasn't the issue. I am on a
cable connection.
We can see in IE 6 and IE 5.5 the navigation divs; the top one (above the image)
navigates to home or the bottom of the page; the bottom one (below the image)
navigates to a cube, home, a "block (in the center), and top. These two divs
should scroll with the window horizontal scroll bar when it is scrolled to
the right. IE 5.5 does do it. IE 6 does not.


That would be a CSS issue, not a JS issue. Try
comp.info.www.authoring.stylesheets
The "block" should not drop when the mouse is held over it. It stays put
in IE 5.5. It does NOT in IE 6. In IE 6 it drops down about 10px. It is the
realative positioning I believe that is causing this in IE 6. It has to be
relative for as you can tell the image can be redimensioned and the bottom
navigation div must stay in the relative position it is in to the image.
Hope this helps clarify a little what is going on here. Thanks for your input.


Part of the IE6 issue is going to be a quirks-mode issue, and some is
pure IE6 issues. But both are CSS issues. One possible JS hack is to use
absolute position and as the image is resized, reset the positioning of
anything you want below the resized image.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


OK thanks again. I believe I have solved the CSS issue. I'll try the JavaScript issue at a later time. I have no explanation why you do not see the image (blank). They do see it at the other newserver I am posating this question to

Randy I don't have the time or the inclination to cross-browser support my site. What you see about NN in my code is stuff that's there that maybe someday I'll change my attitude. Not likely anytime soon but you never know.

Yes I know the quirks mode as you speak of. My understanding of that mode is that things which worked in older
IE browsers will work in quirk but not necessarily in strict. But here is an example of quirk definitely being quarked. For in IE 5.5 the nav divs float with the scroll in IE 6 they are static. Dead right where they appear.

Thanks again.

--
George Hester
__________________________________
Jul 23 '05 #12
"Randy Webb" <Hi************@aol.com> wrote in message news:0a********************@comcast.com...
George Hester wrote:
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com...


<--snip-->

Randy let's side-step the comment "garbage" for just a second OK? Let's concentrate on mature comments for
just a second. "Poorly written" HTML would have been more appropriate wouldn't you say? Less inflamatory
maybe???


Maybe, I just call them as I see them. And any page that can't get past
the DTD Declaration is garbage.
To that end the HTML is written nearly to specs. It is not perfect I grant
you that. But it is that way so my HTML editor won't complain. It should
still work (and does for others this is not the only place I have posted this).
If you are not using either IE 5.5 or IE 6 then I cannot do anything. The
page is NOT designed for any other browser but those.


If thats the only way your editor won't complain is an invalid DTD, then
you need a new editor. But if its written for "either IE5.5 or IE6.0",
why are you using NN4.xx code? if (document.layers)

As for "written nearly to specs", there are way too many IE-only things
in that page for it to even be close to the specs.

And learn to code cross-browser, and you won't have to put up notes like
"This site is for IE only". I am referring to the page that the really
small cube links to.
The image is there. Right now it is just a spacer. A blank image 1KB in
jpeg format. This is to help with those using dial-up. You can use the
slider at the top left to resize the image to get the window horizontal
scrollbar to appear. If you are using security to disable your JavaScripting
or whatever then again not much I can do about that.


There is no image for me. But the dial-up wasn't the issue. I am on a
cable connection.
We can see in IE 6 and IE 5.5 the navigation divs; the top one (above the image)
navigates to home or the bottom of the page; the bottom one (below the image)
navigates to a cube, home, a "block (in the center), and top. These two divs
should scroll with the window horizontal scroll bar when it is scrolled to
the right. IE 5.5 does do it. IE 6 does not.


That would be a CSS issue, not a JS issue. Try
comp.info.www.authoring.stylesheets
The "block" should not drop when the mouse is held over it. It stays put
in IE 5.5. It does NOT in IE 6. In IE 6 it drops down about 10px. It is the
realative positioning I believe that is causing this in IE 6. It has to be
relative for as you can tell the image can be redimensioned and the bottom
navigation div must stay in the relative position it is in to the image.
Hope this helps clarify a little what is going on here. Thanks for your input.


Part of the IE6 issue is going to be a quirks-mode issue, and some is
pure IE6 issues. But both are CSS issues. One possible JS hack is to use
absolute position and as the image is resized, reset the positioning of
anything you want below the resized image.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


Randy let me just recap my comments about the cross-browser issue.
It's not that I think Microsoft IE is the only browser out there. It is the
most commonly used and that may change over time. I understand that.
But right now they have 70% of the market and I am familiar with its DOM.
Netscape has quit with Layers. So right there I have two browser versions
to consider 4.8 and 6+ Then of course the Open Source one Mozilla, Firefox and
Opera. All of which we are talking 30% of the market.

My site I made a descision is just too user specific for me to spend the kind of time
on it makeing it compatible with all of them. I can experiment do cool things and have fun with
IE implemenation. I know it better. But here's the crux of the matter.

These other browsers except Mozilla are advertisement driven. Netscape has made me
angry. I do not like installing that and being inundated with AOL crap. The Opera browser unless
paid for is advertisement central. What that means to me is crapware strewn around my
system. Download accelerators; free Casino games; dancing naked girls on my desktop; Instant Messengers;
Mail I don't use; and finally the conflict between Mozilla and Netscape on the same system.

So if I could test cross-browser I would but as the cross-browser requirement requires I install
headaches on my system that's not in the cards as it stands now.

--
George Hester
__________________________________
Jul 23 '05 #13
"George Hester" <he********@hotmail.com> writes:

Netscape has quit with Layers. So right there I have two browser versions
to consider 4.8 and 6+
If you have to cut somewhere, I'd ignore the verison 4 browsers. Their
use is minuscule and, more importantly, declining.
The version 6+ browsers from Netscape are mostly standards compliant.
Then of course the Open Source one Mozilla, Firefox and
Opera. All of which we are talking 30% of the market.
Writing for post v4 Netscapes is the same as writing for Mozilla. They
use the same rendering engine. Netscape 6 contained some bugs because
it was based on a pre v1.0 version of Mozilla.
These other browsers except Mozilla are advertisement driven.
Netscape has made me angry. I do not like installing that and being
inundated with AOL crap.
Agreed, but installing Mozilla (even just FireFox) is enough.
The Opera browser unless paid for is advertisement central. What
that means to me is crapware strewn around my system. Download
accelerators; free Casino games; dancing naked girls on my desktop;
Instant Messengers; Mail I don't use;


I see none of that in Opera. It stays in its folder and uses its own
code for downloading advertising. All you lose is screen real estate
and a little bandwidth. It most definitly doesn't install any other
product[1]. No download accelerators (I installed one myself, although
the download manager in Opera is ok). No instant messenger. Definitly
too few dancing naked girls :).
The entire mail+news system in Opera(aka. the Opera Internet Suite)
used to be a seperate 230k dll file. It's now included in the
executable, but can be easily deactiveted so you don't have to look at
it.

Ok, I'm an Opera zealot. Comes from years of being a happy user :)
/L
[1] except the Java runtime, if you *choose* the bundled version
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #14
_________________________________
"Randy Webb" <Hi************@aol.com> wrote in message news:0a********************@comcast.com...
George Hester wrote:
"Randy Webb" <Hi************@aol.com> wrote in message news:z4********************@comcast.com... The image is there. Right now it is just a spacer. A blank image 1KB in
jpeg format. This is to help with those using dial-up. You can use the
slider at the top left to resize the image to get the window horizontal
scrollbar to appear. If you are using security to disable your JavaScripting
or whatever then again not much I can do about that.


There is no image for me. But the dial-up wasn't the issue. I am on a
cable connection.

Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


I cn try to address the no-image for you Randy. When the page is accessed:

http://tinyurl.com/5uj6w

the scroll bar should start scrolling a message:

You are in Test
looking at image 1565926226
which has dimensions 502 x 659
and size 136KB

Now the 136KB is wrong. That is just in the ASP Parameters. It is right when those parameters are generated but
they aren't here. This is just a test. Anyway what does your status bar say, "looking at image ???"
And if you have no image you know I have set up an onerror for that it's in the page.
You should get redirected if the image fails to load. It's easy enought to test.
Just change the parameter for id in the address bar from 1565926226.jpg to 1565blah926226.jpg
and hit ENTER.

George Hester
_______________________________________
Jul 23 '05 #15
George Hester wrote:

<--snip-->

I cn try to address the no-image for you Randy. When the page is accessed:

http://tinyurl.com/5uj6w

the scroll bar should start scrolling a message:

You are in Test
looking at image 1565926226
which has dimensions 502 x 659
and size 136KB

Now the 136KB is wrong. That is just in the ASP Parameters. It is right when those parameters are generated but
they aren't here. This is just a test. Anyway what does your status bar say, "looking at image ???"
And if you have no image you know I have set up an onerror for that it's in the page.
You should get redirected if the image fails to load. It's easy enought to test.
Just change the parameter for id in the address bar from 1565926226.jpg to 1565blah926226.jpg
and hit ENTER.


I actually see the image now. I saw it before my last post. Not sure
what happened. I thought you had changed it (the dialup issue) because I
said I couldn't see it and wanted to clarify that the speed wasn't the
issue. Chalk it up to a burping internet :)

As for my statusbar, no it doesn't scoll. I have it explicitly disabled.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #16
_________________________________
"Randy Webb" <Hi************@aol.com> wrote in message news:ne********************@comcast.com...
George Hester wrote:

<--snip-->

I cn try to address the no-image for you Randy. When the page is accessed:

http://tinyurl.com/5uj6w

the scroll bar should start scrolling a message:

You are in Test
looking at image 1565926226
which has dimensions 502 x 659
and size 136KB

Now the 136KB is wrong. That is just in the ASP Parameters. It is right when those parameters are generated but
they aren't here. This is just a test. Anyway what does your status bar say, "looking at image ???"
And if you have no image you know I have set up an onerror for that it's in the page.
You should get redirected if the image fails to load. It's easy enought to test.
Just change the parameter for id in the address bar from 1565926226.jpg to 1565blah926226.jpg
and hit ENTER.


I actually see the image now. I saw it before my last post. Not sure
what happened. I thought you had changed it (the dialup issue) because I
said I couldn't see it and wanted to clarify that the speed wasn't the
issue. Chalk it up to a burping internet :)

As for my statusbar, no it doesn't scoll. I have it explicitly disabled.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq


Oh well that solves that issue.

--
George Hester
Jul 23 '05 #17
George Hester wrote:

<--snip-->

Randy let me just recap my comments about the cross-browser issue.
It's not that I think Microsoft IE is the only browser out there. It is the
most commonly used and that may change over time. I understand that.
But right now they have 70% of the market and I am familiar with its DOM.
Netscape has quit with Layers. So right there I have two browser versions
to consider 4.8 and 6+ Then of course the Open Source one Mozilla, Firefox and
Opera. All of which we are talking 30% of the market.
As Lasse pointed out, forget about NN4.xx as its mostly a dead browser
now. When I first chose a Mozilla based browser, it was Firefox but then
I switched to Mozilla for the News Client. Typically, I see very very
few differences (mostly cosmetic differences) between Mozilla and Firefox.
My site I made a descision is just too user specific for me to spend the kind of time
on it makeing it compatible with all of them. I can experiment do cool things and have fun with
IE implemenation. I know it better. But here's the crux of the matter.
Thats a fair enough assumption then. If 99% of your users use a
particular browser (whether it be IE, Opera or Mozilla), then you are
wise to code for them.
These other browsers except Mozilla are advertisement driven. Netscape has made me
angry. I do not like installing that and being inundated with AOL crap. The Opera browser unless
paid for is advertisement central. What that means to me is crapware strewn around my
system. Download accelerators; free Casino games; dancing naked girls on my desktop; Instant Messengers;
Mail I don't use; and finally the conflict between Mozilla and Netscape on the same system.
With NS7, I totally agree with you about the "crapware", but I have
never seen anything like that with Opera.
So if I could test cross-browser I would but as the cross-browser requirement requires I install
headaches on my system that's not in the cards as it stands now.


As Lasse suggested, try Firebird or Mozilla.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #18

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

Similar topics

4
by: Ken Kast | last post by:
Here's my situation. I have a statically positioned table that has an image in a cell. I also have some layers, defined by absolute-positioned DIVs for some animation. Everything works until I...
2
by: Stephen Weatherly | last post by:
Could anyone please help me with a problem I am having with my table widths??? If I have 2 images within a td tag, but using CSS relative positioning I position one over the top of the second (I...
2
by: Catherine Lynn Wood | last post by:
I need to know how to overlap DIV content within 'relative' associated rendering. I am building div layers in the middle of a page and when I set positioning to absolute in the CSS, it references...
1
by: David Dorward | last post by:
I'm trying to come up with a list of uses for relative positioning. Can anybody think of any I've missed? * Establishing a local positioning context on an element for the benefit of its...
3
by: Markus Ernst | last post by:
Hello Reading the follwing document: http://www.w3.org/TR/WD-positioning-970131#In-flow it seems very clear that position:relative should be relative to the parent element. So in the following...
2
by: Rob R. Ainscough | last post by:
I'm slowly (very slowly) working my way thru the bizarre and sadistic world of control positioning in MultiViews (ASP 2.0). I came across this to help me explain (or attempt to anyway) why my web...
3
by: weston | last post by:
I'm making a foray into trying to create custom vertical scrollbars and sliders, and thought I had a basic idea how to do it, but seem to be having some trouble with the implementation. My...
3
by: mikewse | last post by:
I have a strange problem where it seems IE is doing the correct layout but Firefox and Safari isn't. I think I'm probably wrong, and there is something in the standards that say behaviour should be...
7
by: Cruelemort | last post by:
All, I have a div in my page that has a set width of 1000px, height of 200px, inside this i declare two more div's, both relatively positioned and floated left, the first is placed to the top...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.