473,661 Members | 2,522 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Safari table width problem

I'm working on a site and ran into a little trouble with Safari.

Here are the relevant links:

page: http://www.joshrenaud.com/fredbear/contact.html
css: http://www.joshrenaud.com/fredbear/s...eets/style.css

(both have successfully passed the relevant validators)

The problem is that the Feedback table breaks out of the containing div. I
don't specify a width for the table, but it seems to default to 100% of the
parent div. But when I apply left and right margins, instead of the table
shrinking, it keeps this 100% width and moves to the right, extending beyond
the border of the containing div.

I have also tested this page in NN7 and IE5.1 on the Mac, and neither does
this behavior. In both of those browsers, the table remains within the
containing div, with a 25px margin on the left and right. This is what I
want to see in Safari.

Can anyone help me understand (1) why Safari behaves the way it does and (2)
how to get my page to look in Safari as it does in the other browsers?

Thanks!

--Josh

Jul 20 '05 #1
2 4073
Josh Renaud wrote:
I'm working on a site and ran into a little trouble with Safari.

Here are the relevant links:

page: http://www.joshrenaud.com/fredbear/contact.html
css: http://www.joshrenaud.com/fredbear/s...eets/style.css

(both have successfully passed the relevant validators)

The problem is that the Feedback table breaks out of the containing div. I
don't specify a width for the table, but it seems to default to 100% of the
parent div. But when I apply left and right margins, instead of the table
shrinking, it keeps this 100% width and moves to the right, extending beyond
the border of the containing div.

I have also tested this page in NN7 and IE5.1 on the Mac, and neither does
this behavior. In both of those browsers, the table remains within the
containing div, with a 25px margin on the left and right. This is what I
want to see in Safari.

Can anyone help me understand (1) why Safari behaves the way it does and (2)
how to get my page to look in Safari as it does in the other browsers?

Thanks!

--Josh


what version of safari?

not seeing your problem under safari 100.1 (OSX 10.3.2)

looks the same in Camino and Opera

--

www.sol4.net
Powered by: Penguins and Apples
Proud to be 100% Microsoft Free

Jul 20 '05 #2
In article <bt************ @ID-216756.news.uni-berlin.de>, TheMartian
<me@privacy.net > wrote:
Josh Renaud wrote:
I'm working on a site and ran into a little trouble with Safari.

Here are the relevant links:

page: http://www.joshrenaud.com/fredbear/contact.html


No problems in Safari 1.1.1.

--
Jim Royal
"Understand ing is a three-edged sword"
http://JimRoyal.com
Jul 20 '05 #3

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

Similar topics

0
797
by: Josh Renaud | last post by:
I'm still trying to solve a problem I experienced in Safari. This is my second post on the subject. Here are the relevant links: page: http://www.joshrenaud.com/fredbear/contact2.html css: http://www.joshrenaud.com/fredbear/stylesheets/style.css (both have successfully passed the relevant validators)
5
12340
by: Josh Renaud | last post by:
I'm still trying to solve a problem I have experienced in Safari. This is my third post on the subject. I'm hoping someone can shed some light. The problem is that, in Safari, a table with no specified width inside a containing div with a specified width seems to break out of that div when margins are applied to the table. It seems the table's width defaults to 100% of the parent div. But when I apply left and right margins to the...
1
3379
by: dumblede | last post by:
Hello fellows, i would like to center a 800px wide 600px high content area without using frames. I have "come up" with the following solution so far. It works under IE 6.0, Firefox 1 (under Windows and Linux) but not under Konqueror (could not test Safari, but they have the rendering engine in common (see www.kde.org)): <pre>
8
2272
by: Stefan Mueller | last post by:
I'm really very confused. With the following code I can add rows/fields in frame 1 and 2. If I use IE, Mozilla or Opera the new rows/fields get added in ascending order. However, if I use Safari the inserted rows/fields in frame 2 are in descending order (frame 1 is in ascending order). Is this a bug? Is this a known problem? How can I fix this problem? Stefan
4
5608
by: drew197 | last post by:
I am a newbie. I am editing someone elses code to make it compatible with Firefox and Safari. In IE, when you click on the proper link, a block of text is shown in a nice paragraph form. But, in FireFox and Safari it appears as a narrow column of text with only 2-3 words per line. Here is the code: function showAll()
2
17076
by: cbjewelz | last post by:
Hey all. So I'm having problems with cross browser alignments. I'm looking at Safari and Mozilla Firefox. I develop in Safari and so it looks perfect there however in Firefox my vertical alignments and div widths are off. It's as if firefox has a different definition of a pixel than safari. Here is the url: http://theprize.chemouni.com/testing.php. When you select the Option from the pull down, the first part of the form appears. Then when...
12
2062
by: effendi | last post by:
I wrote the following function and tested it in MSIE, Firefox and Mac Safari, Works in all but the Safari. What can I do to rectify this? function processBackground(){ for (n=1;n<11;n++) { cellrow="r"+n for (i=1;i<17;i++){ cell=cellrow+"w"+i cellName=cell+"_ID"
2
2112
by: justplain.kzn | last post by:
Hi, I have a table with dynamic html that contains drop down select lists and readonly text boxes. Dynamic calculations are done on change of a value in one of the drop down select lists. Using Safari,my first iteration the script works fine ( indicating that there are 33 form variables ). When trying another dropdown select value, the
5
1918
by: biggio.craig | last post by:
Hi, I've used the MM_SwapImage function from Dreamweaver to make a roll over gallery for a photography website. The only problem is when I use safari it changes the aspect ratio of the images. Here's the link: http://www.lizethsantos.com/fineart/.../abstract.html Any solutions? Any idea on modifying the function so I can pass it at width variable?
0
8432
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
8545
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
8633
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7364
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
6185
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
5653
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
4179
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...
1
2762
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
1986
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.