473,799 Members | 3,245 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

When I Maximize my website in IE, the frames stretch. How can i prevent this?

11 New Member
When I Maximize my website in IE, the frames stretch. How can i prevent this? It only does it on other pc's.
Oct 16 '10
19 2556
Keith Havens
11 New Member
I entered the code in line 1. And then the pages really stretched and screwed up...... AGGGGHHHHH!
Oct 26 '10 #11
Keith Havens
11 New Member
On the index page, I deleted the code. ( http://www.pridemaster.com/html ) But on the other pages, I kept it the same to show what is happening i.e. ( http://pridemaster.com/html/Employees.html )
Oct 26 '10 #12
Death Slaught
1,137 Top Contributor
Okay you've entered a doctype. Now your browser is displaying your code the way you wrote it to. There are still 59 errors on your index page. You are using tables for layout, something you should never do. As before I recommend learning CSS.

EDIT: You're using the wrong doctype for the employees page. You are using strict when you need transitional. Here is a list of valid doctypes, and take a look at this also.


Regards, Death
Oct 26 '10 #13
Keith Havens
11 New Member
Now, Things seem a little better. Yet, now my contact info box is stretching frames.lol Any suggestions? Works great with mozilla firefox. I dont get it.....
Oct 26 '10 #14
Death Slaught
1,137 Top Contributor
Possibly an overflow issue. I'll check in a just a second.
Oct 26 '10 #15
Keith Havens
11 New Member
Thank You for your assistance. Your input has been of GREAT HELP!
Oct 26 '10 #16
Death Slaught
1,137 Top Contributor
add this to your head section and let's see what it does.

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">
  2.     * {
  3.         margin: 0;
  4.         padding: 0;
  5.     }
  6.     td {
  7.         overflow: hidden;
  8.     }
  9. </style>
  10.  
Oct 26 '10 #17
Death Slaught
1,137 Top Contributor
Several things to try:
  1. Change the P.M.I. Contacts td height to 34, and add a padding-bottom of 17px.
  2. Change the td holding the contact information height to 150.
  3. The div holding the contact information - remove the padding-top.
  4. Change the Company Info td height to 24, and add a padding-bottom of 7px.

Do these before my previous suggestion (or try them both separately).
Oct 26 '10 #18
Keith Havens
11 New Member
It had adjusted something, but didnt fix the issue.
Oct 26 '10 #19
Death Slaught
1,137 Top Contributor
Alright, now try my second suggestion. It should display correctly in Chrome.
Oct 26 '10 #20

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1614
by: Jeff K | last post by:
JNDI is adding a naming attribute to my add request. Is there a way to prevent this? For example: Using LdapContext.createSubcontext(String s, Attributes atts) with the following: s = "cn=bill jones,ou=dept,o=company,c=us" atts = favoriteDrink=water, favoriteColor=red
2
1085
by: Brent Burkart | last post by:
When you navigate my website, the following message pops up: This page contains both secure and nonsecure items. Do you want to display the nonsecure items? What can I put in my code or html to prevent this from happening? Thanks for your help. Brent
1
1082
by: Mamatha | last post by:
Hi I have an application which displays some data in listview in VB.NET,those data are displyed by threads and in those threads one thread go to connect to the net and getback with webpage source code,this process is done contineously. While at the time of connecting to the net it was hangged.Totally the application was hangged while at the time of running, i can't do any operations even button click or mouse over also.How can i...
14
2349
by: Ed Jay | last post by:
On a multi-textbox form, linked to an external js, I use onBlur to call: function chkNum(cellname) { var str = document.getElementById(cellname).value.toString(10); if (str < 28 || str > 36) {alert("Temperature entered is out of range."); return;} } I enter data into the first textbox and move the cursor to the second textbox. The function is properly called. Since textbox2 is empty, when I
3
1732
by: tlyczko | last post by:
I have this code in a form input box contained in the 4th column cell of a 4-column table: onblur = "if (testExp(this.value, 'message') == false) {window.focus(); this.focus();}" testExp checks the input box form value, but every time it is false (wrong kind of value), the focus goes to the form input box in the 1st column of the *next* table row.
3
11193
by: danceli | last post by:
"The log file for database is full. Back up the transaction log for the database to free up some log space." Now I only know this way to deal with that manually, Step1. in option , chance Recovery model from FULL to Simple. Step2: go to task to manually shrink the log file Step3: Change recovery model back from simple to FULL. But by this way, I could get same problem again, the log file is fill,
1
1855
by: Omar | last post by:
Hi All, We have several .NET websites running on IIS 6.0. At the moment, if a website is down, Admin will not know until one of the users reports it. Is there a way that we can have the admin alerted when a website is down? Thanks and regards, Omar
0
2011
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ((string)(this.GetPropertyValue("Address1")));
0
4622
by: mina | last post by:
My application which is written in vb.net 2005 uses sql server 2005 express as a database, this application is multi-user. So i am used 3 xp machine to install my application i can say machine1,machine2 ,machine3 on which i have install my application. On machine1 i also install SQL Server 2005 express. Then run mu application from machine1 which is locally its work fine. But i am facing problem when i am trying to connect from the...
4
2752
by: tvnaidu | last post by:
When I open paint brush - gives this message"there is not enough memory or resource to complete operation, close some programs and try again". I restarted my machine, I have 120GB harddisk space, after restart if I open paint brush first, getting same message again, any reason?. thanks.
0
9687
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
10484
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10228
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
9072
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
6805
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
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4141
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
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
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.