473,770 Members | 1,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Floated side div is acting really wierd...

SamKL
27 New Member
Okay, first of all here's the homepage

http://www.realitiescu p.com/test/index.php

Note: Every page on the site validates except this homepage, and only because of the flash document at the top, so this clearly is not what is causing said issue, seeing as it happens on any page at complete random.

Platform bug has been experienced: Firefox 1.5.0.11

Now here's what to look for.

On the right side of the content is a div that contains the gradient shading and nothing more, pay attention to this and start clicking the links at the top randomly. If you keep doing this, at complete and utter random that right shading will disappear from the page, or end up underneath the left div with the opposite shading graphic.

Again, this seems to occur at complete random. If you refresh the page after it does this, or click the same link, it corrects itself.

Is this just a browser bug or is this something with my code?

Any hints appreciated.
May 16 '07 #1
1 1279
drhowarddrfine
7,435 Recognized Expert Expert
Don't see the problem in FF2. Two things worth correcting:
1) On div.tab, you have the background color as cccccc without the required '#' before it.
2) Your doctype is incomplete and puts IE into quirks mode. See the link at the top of this board. New pages should never use transitional doctypes. Use html4.01 strict.
May 16 '07 #2

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

Similar topics

1
2397
by: Graham J | last post by:
I submitted a variation on this on the Opera forum but I thought I'd bring it up here too as a more general HTML query. Consider this code (I've shown it the old fashioned presentational way but the same problem would happen with CSS): <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Changed behaviour in Opera 7.21</title>
4
8279
by: boclair | last post by:
Is this a known problem with IE6? I have a provisional two column layout, the left menu column is positioned absolute. The contents column is positioned relative. The contents column has an image floated right. The placement is there in IE6 but not the image. It does not matter whether the DTD is strict or transitional
3
2859
by: Lee K. Seitz | last post by:
I'm redesigning this page for more up-to-date browser standards: <http://home.hiwaay.net/~lkseitz/hhs/winners.shtml>. Note the use of an "invisible" table to position the "visible" ones. I'm attempting to get a similar layout using CSS. So far the best I've come up with is <http://home.hiwaay.net/~lkseitz/hhs2/winners.shtml>. (CSS at <http://home.hiwaay.net/~lkseitz/hhs2/hhs.css>.) The problems (all Windows): 1. In IE 6 and NN 7,...
24
2890
by: Thomas Mlynarczyk | last post by:
Hi, Here's what I have: <div> <img ...><br> Caption text </div> The div is floated left and has no width set, the content is centered, there are no margins or padding on the <img> (just a bottom margin and
6
2035
by: Michael Rozdoba | last post by:
I've tried to apply something along the lines of http://www.spartanicus.utvinternet.ie/test/caption_sized_to_image.htm to a floated span containing an image & caption, but I can't find anything that'll work in IE - floating seems to break it. Can it be done without having to specify each image's width explicitly? The best related info I could find was posted here a few days ago, but doesn't seem to work with floats in IE, unless I'm...
1
1356
by: alex | last post by:
Hey all, May have missed this in the FAQ, advice or article links welcome. Have a content div with a navigation div floated left and an advertisement div floated right. I would like to have a border going around the content, the two divs and right down to the bottom. So far, all I've got is this:
2
1722
by: Pete Horrobin | last post by:
Having spent quite a while tweaking a design to appear as I want, and everything looking good, I tried one last test -- and of course the result differs between FF ("wrong") and IE6 ("right"). I tried Googling for an answer, but gave up after tutorial 27 (of 1.8 million), so I'm hoping one of the experts will be able to oblige! The problem: 3 column layout, with left and right floated columns having a defined
2
1312
by: jacksoncn | last post by:
hello there everybody, I am having problems with this code (or it could be the javascript associated with it) in ie7. Everything is peachy in Firefox so i'm assuming that ie7 is at fault here. The rollovers work as they should but when a link is clicked on and then rolled off of...some wierd display issues happen....im sorry i can't really explain it differently. i was just wondering if there was anyone who could take a look and let me know...
0
1888
by: clumsy_ninja | last post by:
I'm trying to create a tableless layout for a form. The following markup works as intended in Firefox and Opera, but one of IE 7's bugs ends up misplacing the floated input fields side-by-side even though I have a "clear: left" declaration. I'd like to avoid changing the markup itself, if possible, and find a pure-CSS means to fixing the problem. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://...
0
9617
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
9454
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
10099
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...
1
10037
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
8931
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
7456
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
6710
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
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2849
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.