473,651 Members | 2,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE Rendering Problem

Hi Everyone,

I have been developing a site for a friend of mine using a JavaScript
slide show and have encountered some problems when viewing the site in
IE. The bottom margin of the slide show area expands when the 'next
image' button is clicked. The site works fine in FF. I just don't know
how to remedy this since it is an IE issue. I know very little about
how to handle multi-browser compatibility issues. Furthermore, I
cannot figure out for sure if the problem is in the CSS or JS. My JS
is much less proficient that my CSS so that may be where the problem
lies.

Also, there is a margin that appears below my bottom corners. I think
this is an IE bug but still don't know how to fix it.

Below is a link to the page. I figured it would be easiest to see the
code this way. Any help or advice anyone can give would be greatly
appreciated.

http://www.unc.edu/~hancockj/Jen/jseffects.htm

Thanks in advance!
Jun 27 '08 #1
1 1521
In article
<75************ *************** *******@e39g200 0hsf.googlegrou ps.com>,
jh*********@gma il.com wrote:
Hi Everyone,

I have been developing a site for a friend of mine using a JavaScript
slide show and have encountered some problems when viewing the site in
IE. The bottom margin of the slide show area expands when the 'next
image' button is clicked. The site works fine in FF. I just don't know
how to remedy this since it is an IE issue. I know very little about
how to handle multi-browser compatibility issues. Furthermore, I
cannot figure out for sure if the problem is in the CSS or JS. My JS
is much less proficient that my CSS so that may be where the problem
lies.

Also, there is a margin that appears below my bottom corners. I think
this is an IE bug but still don't know how to fix it.

Below is a link to the page. I figured it would be easiest to see the
code this way. Any help or advice anyone can give would be greatly
appreciated.

http://www.unc.edu/~hancockj/Jen/jseffects.htm

Thanks in advance!
Suggest you remove all js for a moment and get the basics right. See
what happens when a user ups the text size.

Don't use

line-height: 20px; for

..menu ul li a, .menu ul li a:visited

(Don't use line-height at all unless you are sure what is what, it is a
tricky customer)

Don't use .8 em for body size font (it is too small), don't use pixels
as units (IE makes it hard for a user to change the text size for his
ease).

--
dorayme
Jun 27 '08 #2

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

Similar topics

0
1077
by: haust | last post by:
Hi, for my D3D C# editor i'm using a simple panel control as the target window for rendering (the Paint method is overriden). I have a problem when it come to smoothly updating the view. I'm using a form timer 60 times per second to call a static method which invalidates the panel control. It works but the rendering is not synched with the display and the scene blinks.... Is there a clean way to update the rendering of my scene view ??
3
3024
by: David Whitney | last post by:
All: I have a control that renders a table. As the table is rendered, each row in the table is constructed by creating a run-time (dynamic) object that is derived from an HtmlTableRow. The row has three HtmlTableCell objects, and each cell contains a single control added to the HtmlTableCell's Controls collection. The basic table renders correctly, but the controls within the HtmlTableCell objects do not; the cells are just empty. (Just...
4
1759
by: Nacho Nachev | last post by:
Hello, AFIAK ASP.NET (1.1) uses a technology called 'Adpative Rendering' to output HTML that is compliant with the client browser or at least stick to HTML 4 specification or IE. This seems to be quite a problem for me. I have HTML output for Mozilla that has missing style attribute in list boxes and buttons and my layout seems crappy. If I save the HTML that comes for IE and open the file with Mozilla everything seems correct.
5
2624
by: Dave A | last post by:
I am writing an ASP.NET tool that will allow the client to create their own online froms. ie the client can add tect boxes, text, drop downs,etc with absolutely no technical skill what so ever. The form can then be deployed to their intranet. The form designer is somewhat WYSIWYG but it contains a heap of 'edit', 'delete' and reordering buttons that are not seen when the form is acutally being used. I would love to have a preview...
2
3258
by: Spotnick | last post by:
I have no idea why, but since I'm trying to recreate my website using ASP.NET 2.0 I've encountered so many performance issues that I'm about to give up and continue using v1.1 Seriously, how can a page that is not that complicated be so long to render locally, it's amazing. This is the trace info: aspx.page Begin PreInit
0
1378
by: Jeff Morgan | last post by:
I have an application that runs on ASP.NET. We have been working through performance testing and it appears that at about 40-50 users, I start to get CPU bound. The application is a three form, ASP.NET 2.0 application. A login page, and a main page, that is a frame with a header page, and the main page. On the main page, there are two datagrids that pull data from a database. The problem is that on one of the grids, the amount of rows...
0
1168
by: Rams | last post by:
hi iam writting application where rendering point by point on inkpicture captured by newpackets event in another application. i have two problems here. if i use inkpicture.creategraphics () ink is staying if i minimise or max its vanishing. suppose if i attach an image to it as inkpicture.image = new bitmap(inkpicture.height,inkpicture.width), g=graphics.fromimage(inkpicture). then i have to refresh the inkpicture after each point...
3
10100
by: ramesh | last post by:
Hi all, I am facing a problem with the rendering of html into a windows application (C# .NET). I am trying with two possible approaches: 1. Use a control that directly renders the html into windows form, but it should not be dependent on IE or mshtml. I didn't get such kind of control so far. Can any one help on this? 2. Use a third party Html to Rtf converter and render the rtf in
5
2330
by: paul.hester | last post by:
Hi all, I have a custom control with an overridden Render method. Inside this method I'm rendering each control in its collection using their RenderControl method. However, I'm running into a problem in this scenario: <myprefix:mycontrol runat="server"> <%= SomeVariable %> </myprefix:mycontrol>
3
2423
by: SAL | last post by:
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a couple of the Firefox is munging up. So, on my information page there is a gridview in the content section of the page. The masterpage contains searching capabilities for the gridview. The masterpage has controls contained in a panel control,...
0
8352
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
8465
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
8579
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
7297
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
5612
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
4283
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2699
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
1
1909
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1587
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.