Hello About layers, ancohoring etc. ... If I recall right Netscape browsers use a bit acward way to calculate the position of layers, frames and other elements (at least in certain conditions). Here's what happens: You specify a pixel value, Netscape rounds it up to nearest full presentage. This is the reason for some positioining problems... we found this when we were debuging frames, but we have noticed that there are some other similar ocasions as well. Don't know if this helps or does it fit to this particular case.
- Juho Risku ----- Original Message ----- From: "Benoit Marchant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 4:37 AM Subject: [Dynapi-Dev] Anchoring issues > Hi > > I've been doing anchoring in dynapi2 for a while, and I chose to use an > anchor tag around an image of the size of the layer I want to place for > NS 4.7x, and a DIV position:relative of the size of the layer I want to > place for IE, NS 6/7 and Safari. The reason I made that choice was that > I found that there was much less bug on getting the xy position of divs > than of anchors. I just tested the > dynapi.api.dynlayer-anchor-anchoring.html example in dynapi 3 on Mac OS > X, and IE 5, NS 7 and Safari don't exactly place the layer at the same > place. There might be bug to fix, and I'll have a look, but from what > I've done on dynapi2, there's no difference if you use an inline div. > > The reason I used anchoring was to simulate "inflow" placement accross > all browsers, so the exactitude of the location really matters. > > comments ? > > Benoit > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[email protected]/ > ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/
