473,769 Members | 4,470 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: Problem in the FF Opera Safari world

BMc

I just want to take a moment to say thank you to so many of you who
posted a response to my request for help about the problem with THE GAP
(see below?)!

Your suggestions were not only a solution to the problem, but they were
given in a way that encouraged further learning about the subject and
gave me more information that helped me move forward today.

I have actually gotten the page to work with the same style sheet for
ff, opera, safari and IE without doing a separate sheet for IE. I am
still holding my breath that it will work in IE6, but that is work for
another day. I didn't have the energy to post the update yet, maybe
tomorrow.

Thanks for the kind nudging and expert advice. This community is a
blessing.

PEACE

betsy



So, as per Beauregard's suggestion, I have delved into the world of
percentages and more fluid design for my next project. I am going along
okay so far and have already determined that I will be doing a
conditional comment for a separate Stylesheet for IE but I am having a
problem now in Firefox, Safari, and Opera.

If you would like to see my problem, please visit

http://myweb.fltg.net/users/bethmcgee/index.html

As you can see, it looks lovely in IE (except for the annoying little
gap at the very bottom of the wrapper of the page which I will figure
out when I do a separate stylesheet I hope), but in any of the other
browsers there is this really annoying gap above the menu. The code is
so simple so far, not really much padding or margin to anything and I
have tried tweaking just about everyone and changing the floats of all
elements that do float, adding floats to those I didn't initially float.
I have been perplexed for days.

I don't normally post until I am down to my last hair...so if anyone has
a moment and wants a challenge or even just wants to rant about how bad
my my code looks, I'd be deeply appreciative.

I hope you are all enjoying the onset of Spring...

Peace
Jun 27 '08
13 1550

BMc wrote:
>
http://myweb.fltg.net/users/bethmcgee/index.html
FYI...

#outside (et al) {
width: 60em;
}

This is really a poor practice. Those of us who use large default type
sizes end up with a huge amount of horizontal scrolling. It also affects
the column widths, so what you think is 30% (or thereabouts) in the
right column is rather wider than the dark background image. It's still
partly yellow text on yellow background for me.

You cannot use % or em widths and expect it to stay within the confines
of that fixed px width background image. It's mixing apples and oranges.
It even zooms in and out
pretty well.
Only if you do page zoom. It does not adapt to text zoom as well.
Thanks again for your encouragement and help. I have learned a lot
working on this site.
You aren't done yet, but don't give up.

--
Berg
Jun 27 '08 #11
BMc

What would be the alternative to the example you gave?
Bergamot wrote:
BMc wrote:
>http://myweb.fltg.net/users/bethmcgee/index.html

FYI...

#outside (et al) {
width: 60em;
}

This is really a poor practice. Those of us who use large default type
sizes end up with a huge amount of horizontal scrolling. It also affects
the column widths, so what you think is 30% (or thereabouts) in the
right column is rather wider than the dark background image. It's still
partly yellow text on yellow background for me.

You cannot use % or em widths and expect it to stay within the confines
of that fixed px width background image. It's mixing apples and oranges.
>It even zooms in and out
pretty well.

Only if you do page zoom. It does not adapt to text zoom as well.
>Thanks again for your encouragement and help. I have learned a lot
working on this site.

You aren't done yet, but don't give up.
Jun 27 '08 #12
BMc wrote:
[top-posting corrected]

Bergamot wrote:
>BMc wrote:
>>http://myweb.fltg.net/users/bethmcgee/index.html

#outside (et al) {
width: 60em;
}

This is really a poor practice. Those of us who use large default type
sizes end up with a huge amount of horizontal scrolling. It also affects
the column widths, so what you think is 30% (or thereabouts) in the
right column is rather wider than the dark background image. It's still
partly yellow text on yellow background for me.
BTW, here's a screenshot of your page in my browser:
http://www.bergamotus.ws/screenshots/bethmcgee.jpg

Note that's a fixed width and my default text size, not zoomed text. At
my usual window size, which is about half that width, there's no way to
read the content without lots of horizontal scrolling. I had to maximize
my window, something I rarely do, to get this.
What would be the alternative to the example you gave?
Here's an idea:
http://www.bergamotus.ws/bmc/

The right column is a fixed width to match the image widths. Some things
you had set in ems or % have been changed to make better use of the
available screen space and other scaling issues. It probably hasn't
occurred to you that 2em is a reasonable amount of padding when the type
size is small, but can be excessive when the type size is large.
Sometimes px *is* better.

The index and practice pages are there so you have a better idea of some
of the CSS rules, particularly regarding varying background images. It
scales with both window size and the user's default font size, whatever
that may be. Individual words can overflow the right column if the text
size is huge, but that's the only caveat I'm aware of.

Compare this to your page in IE (both 6 and 7 if you got 'em) at all 5
View->Text Size settings, Smallest to Largest. I've already looked at it
in Opera, Safari and Seamonkey/Firefox.

BTW, some of your images are in the wrong format. The photos should be
jpg, not gif. The quality will be much better and the download size much
smaller.

And please stop top-posting.

--
Berg
now killing all posts from google groups
Jun 27 '08 #13
BMc
Bergamot wrote:
BMc wrote:
>[top-posting corrected]

Bergamot wrote:
>>BMc wrote:
http://myweb.fltg.net/users/bethmcgee/index.html
#outside (et al) {
width: 60em;
}

This is really a poor practice. Those of us who use large default type
sizes end up with a huge amount of horizontal scrolling. It also affects
the column widths, so what you think is 30% (or thereabouts) in the
right column is rather wider than the dark background image. It's still
partly yellow text on yellow background for me.

BTW, here's a screenshot of your page in my browser:
http://www.bergamotus.ws/screenshots/bethmcgee.jpg

Note that's a fixed width and my default text size, not zoomed text. At
my usual window size, which is about half that width, there's no way to
read the content without lots of horizontal scrolling. I had to maximize
my window, something I rarely do, to get this.
>What would be the alternative to the example you gave?

Here's an idea:
http://www.bergamotus.ws/bmc/

The right column is a fixed width to match the image widths. Some things
you had set in ems or % have been changed to make better use of the
available screen space and other scaling issues. It probably hasn't
occurred to you that 2em is a reasonable amount of padding when the type
size is small, but can be excessive when the type size is large.
Sometimes px *is* better.

The index and practice pages are there so you have a better idea of some
of the CSS rules, particularly regarding varying background images. It
scales with both window size and the user's default font size, whatever
that may be. Individual words can overflow the right column if the text
size is huge, but that's the only caveat I'm aware of.

Compare this to your page in IE (both 6 and 7 if you got 'em) at all 5
View->Text Size settings, Smallest to Largest. I've already looked at it
in Opera, Safari and Seamonkey/Firefox.

BTW, some of your images are in the wrong format. The photos should be
jpg, not gif. The quality will be much better and the download size much
smaller.

And please stop top-posting.

Sorry about the top posting. It's foreign to me and a bit difficult of
a habit to get out of. I'll try harder.

Thanks for taking the time to give me an idea of how it would work
better. I have printed off the html and the css AND your message so I
can look them over alongside my own and see where the differences are
and I think I will be better able to make sense of them seeing them side
by side.

I already see one item I am not sure about the reasoning of. But I'll
save it and get back to you if I can't figure it out myself. Thanks again.

PS I know a few of the images are in gif and should be jpg. I will
convert them soon. I just haven't gotten to them all.

Betsy
Jun 27 '08 #14

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

Similar topics

4
4069
by: Els | last post by:
Hi all, Whilst testing other things on www.browsercam.com, I found that some pages with absolute positioned pictures were all messed up in Mac's Opera 6.0 and even worse on Safari 1.0, and worse again on Linux' Konqueror 3.0.5. I've collected some of the views on http://www.browsercam.com/public.aspx?proj_id=43251 Where for each of the 3 pages I selected, you can see the
0
2287
by: The Master | last post by:
Ok I went through and deleted code until I discovered the culprit. I then went back to my original style sheet and removed the CSS declaration that caused the floating to brake in safari 1.2. Once I removed it, the floating worked as expected in safari, but broke it in opera 7.5. The interesting part is the style declaration that causes safari to brake is the declaration I had used to fix the bug in Opera 7.5 originally. As far as I...
4
2159
by: The Master | last post by:
Why will the unordered list not float in opera 7.5 unless a fixed/liquid width is applied to the unordered lists containing block? Then on the same token why does specifying a fixed/liquid width on the containing block then cause the floating to brake in safari 1.2 (it also brakes it in opera 4-6, hence the reason I use a sudo-element not recognized by opera 4-6 so it doesn't apply the fixed/liquid width)? ...
6
8890
by: Sander Tekelenburg | last post by:
While working on <http://www.lotzofmusic.com/> I ran into some issues with overflow (the decorative fishes). It seems to me the construction is sound, yet Safari ignores the overflow:hidden. At first glance it appeared that this is related to the fact that the SPANs contain only a background image and have a defined width & height, but no: I put up a simplified test-case at <http://santek.no-ip.org/~st/tests/CSS/overflow_hidden.php>,...
11
2223
by: listerofsmeg01 | last post by:
Argh! I'm going nuts trying to get a constant margin after a floated div that works cross browser. This works in IE but not Firefox: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head></head> <body> <div style="float:left; height:100px; background-color:red;">Hi, I'm floating</div>
6
1950
by: raknin | last post by:
I am creating a dynamic list on the server using php file,when I run the PHP script in all 4 browsers (IE 6, Firefox 2, opera and safari 3) every think go Ok and the list is created. but when I call the php script from the browser using Ajax, the list is created fine in IE and Opera but on Firefox and safari I got the following error: "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in...
6
1552
by: BMc | last post by:
So, as per Beauregard's suggestion, I have delved into the world of percentages and more fluid design for my next project. I am going along okay so far and have already determined that I will be doing a conditional comment for a separate Stylesheet for IE but I am having a problem now in Firefox, Safari, and Opera. If you would like to see my problem, please visit http://myweb.fltg.net/users/bethmcgee/index.html
3
1928
by: Jorge | last post by:
Based on the table shuffling code of the recent cljs thread "Randomize HTML Table Rows from JavaScript " (http://tinyurl.com/56g37t), I get this results : e.replaceChild() (SAM's code) : FF2 : 1x FF3: 1.3x Opera 9.5 : 4.8x Safari r34469 : 8.4x
15
2019
by: dhtml | last post by:
Title says it. If I use a for in loop on an HTML collection, I get length twice. <!DOCTYPE HTML> <html lang="en"> <head> <title>length twice</title> </head> <body> <form action="javascript:;" id="form1">
0
9591
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...
1
10001
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8880
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...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3969
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
3573
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2816
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.