473,789 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

comments on site template

http://www.threetwo.org/sullivan/mockup/

seems to work in mozilla 1.4, netscape 7.1, ie 6. Screenshots from other

systems/browsers would be great, particularly mac and aol.

Suggestions for better ways to achieve the same results (scrollable
textbox and such) would be much appreciated.

thank you.

Jul 20 '05 #1
6 2033
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
http://www.threetwo.org/sullivan/mockup/


The scroll bar doesn't appear in the right spot initially...as soon as I
scroll somewhere and let go, it pops to where it is supposed to be.

Mozilla 1.5. MacOSX 10.2.8.

--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===
Jul 20 '05 #2
ok, thanks --- (I don't have mac) -- any idea why that might be? how does it
look in IE on mac, or NN?

thank you.....

Eric wrote:
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
http://www.threetwo.org/sullivan/mockup/


The scroll bar doesn't appear in the right spot initially...as soon as I
scroll somewhere and let go, it pops to where it is supposed to be.

Mozilla 1.5. MacOSX 10.2.8.

--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===


Jul 20 '05 #3
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
ok, thanks --- (I don't have mac) -- any idea why that might be?
Unfortunately, I do not.
how does it look in IE on mac, or NN?


Same basic problem with IE 5.2.3 on the Mac.

However, this time, I need to scroll the window.
Moving the scroll bar that you make does not cause it to move.

No longer have NN installed on my machine.

Under Safari (the pre-installed, Apple browser), the scroll bar appears
to work correctly.

Just noticed that the scrolling area in Mozilla and Safari intrudes a
little into the menu area on your page. However, this intrusion does not
occur under IE.
--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===
Jul 20 '05 #4

Eric wrote:
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
ok, thanks --- (I don't have mac) -- any idea why that might be?


Unfortunately, I do not.
how does it look in IE on mac, or NN?


Same basic problem with IE 5.2.3 on the Mac.

However, this time, I need to scroll the window.
Moving the scroll bar that you make does not cause it to move.

No longer have NN installed on my machine.

Under Safari (the pre-installed, Apple browser), the scroll bar appears
to work correctly.

Just noticed that the scrolling area in Mozilla and Safari intrudes a
little into the menu area on your page. However, this intrusion does not
occur under IE.


i've revised the basis for the layout -- could you kindly check again on
mac, let me know if the same problems occur? thanks!

Jul 20 '05 #5
CJM
Just FYI...

There is an alt.html.critiq ue NG is you want to submit your site for review.

The residents are a mixed bunch but if you want a broad review it is a good
place to go.

Cheers

Chris

"murmur" <mu****@NOSPPAM nyc.rr.com> wrote in message
news:3F******** *******@NOSPPAM nyc.rr.com...
http://www.threetwo.org/sullivan/mockup/

seems to work in mozilla 1.4, netscape 7.1, ie 6. Screenshots from other

systems/browsers would be great, particularly mac and aol.

Suggestions for better ways to achieve the same results (scrollable
textbox and such) would be much appreciated.

thank you.

Jul 20 '05 #6
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
Eric wrote:
murmur <mu****@NOSPPAM nyc.rr.com> wrote:
ok, thanks --- (I don't have mac) -- any idea why that might be?


Unfortunately, I do not.
how does it look in IE on mac, or NN?


Same basic problem with IE 5.2.3 on the Mac.

However, this time, I need to scroll the window.
Moving the scroll bar that you make does not cause it to move.

No longer have NN installed on my machine.

Under Safari (the pre-installed, Apple browser), the scroll bar appears
to work correctly.

Just noticed that the scrolling area in Mozilla and Safari intrudes a
little into the menu area on your page. However, this intrusion does not
occur under IE.


i've revised the basis for the layout -- could you kindly check again on
mac, let me know if the same problems occur? thanks!

Problem got worse. The now the scrolling area shows up farther to the
left then it should in Mozilla 1.5...the movement to the left leaves an
ugly gray patch.

IE still has the same problem...also the scrolling area is moved farther
to the left as well.

Works fine under Safari...still moved over to the left.

Set the followup-to: alt.html.critiq ue
(http://www.threetwo.org/sullivan/mockup/)

--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===
Jul 20 '05 #7

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

Similar topics

2
1409
by: Wendy Shuya | last post by:
I am in the process of translating a large set of XML files. I've run into some problems and thought someone may be able to assist. Problem 1: Comments ------------------- I need to match the comments (<!-- -->)in the original XML file, and output them to the translated file. The code I have to do this: <xsl:template match="comment()"> <xsl:comment><xsl:value-of select="."/></xsl:comment> </xsl:template>
6
2161
by: Nobody | last post by:
This is sort of my first attempt at writing a template container class, just wanted some feedback if everything looks kosher or if there can be any improvements. This is a template class for a binary search tree. Note there is a requirement for this to be a Win32/MFC "friendly" class, thus the use of CObject and POSITION. There is also a requirement for there not to be a separate iterator class. template <class TYPE, class ARG_TYPE =...
11
3218
by: Guotao Luan | last post by:
Hello All: I notice that there have been frequent questions being asked about template here so I guess it is okay to post this message here. I just wrote a c++ tempalte tutorial/review, I would like to hear feedbacks from other users. I do not have much experience with template myself so I am sure there are many problems or even mistakes in this material. Comments of all types are welcomed. and I also hope this tutorial/review is helpful...
3
2462
by: vijaykokate | last post by:
Our company http://www.softnmation.com/ offers its customers a great variety of products. Everything you need can be found in this site. Web Template, CSS Template, Logo Template, Corporate Identity Package, Logo Set,Icon Set, Flash Animated Template, Flash Intro Header, Flash Site, PHP-Nuke Theme, Full Site, Stretched Web Templates and Stretched Flash Templates, ZenCart Templates ,osCommerce Templates and many more
0
315
by: vijaykokate | last post by:
Our company http://www.softnmation.com/ offers its customers a great variety of products. Everything you need can be found in this site. Web Template, CSS Template, Logo Template, Corporate Identity Package, Logo Set,Icon Set, Flash Animated Template, Flash Intro Header, Flash Site, PHP-Nuke Theme, Full Site, Stretched Web Templates and Stretched Flash Templates, ZenCart Templates ,osCommerce Templates and many more
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10200
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3701
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.