473,395 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Positioning good in Firefox, but not working in IE

Hi folks.

Please try not to laugh at my web design noobness, I'm a photoshop monkey, but I thought I'd have a go at updating this website to learn css & html, it's far more complex than I'd anticipated.

I've managed to cobble this much together, the css even validates:

http://www.accesscomms.com.au/Newsite2/

It displays nicely in Firefox but gives IE7 (and presumably IE6 & below) serious indigestion, it seems hellbent on positioning the first round cornered box on the line below the vertical menu, rather than next to it.

I think the problem must be in one of the following code excerpts somewhere, but I've no idea where :(

I've cut out all the bits I thought weren't relevant to this issue - I really am the n00biest of all n00bs, if I need to add more info for anyone to help, please let me know & I will.


The CSS

body {
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color: #53565D;
font-size: 11pt;
}

#content {
width: 734px;
margin: 35px 0 auto;
}


/*Vertical Menu */


#VertMenu p {
margin:0 0px;
}

#VertMenu {
background: transparent;
float: left;
width: 150px;
padding: 0px 0px 0px 0px;
margin: 0px 0 auto;
}

/*Rounded Corner boxes*/

.roundcont {
margin: 0px 155px;
width: 579px;
background-color: #f0f0f0;
color: #53565d;
}


.roundcont p {
margin: 0 10px;
text-align: justify;
padding: 10px 0px 10px 10px;
font-size: 11pt;
}


.roundtop {
background: url(Borders/tr2.gif) no-repeat top right;
}


.roundbottom {
background: url(Borders/br1.gif) no-repeat top right;
}

img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important;
}

Can anyone see the issue here?
Any help or advice on bashing this into shape in IE would be very very much appreciated.
May 8 '07 #1
1 1565
ZOMG

I figured it out!!!!!!

In CSS I added absolute position to the vert menu css:

#VertMenu {
position:absolute;
margin: 0 0px;
background: transparent;
float: left;
width: 150px;
padding: 0px 0px 0px 0px;
}


Then added the <div id="content">

to above the <div class="roundcont"> as well as above the<div id="VertMenu">

I'm too n00b clueless to know why it works, but it does.

:D :D :D
May 8 '07 #2

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

Similar topics

1
by: Charles Harrison Caudill | last post by:
with tables there is a clean and algorithmic way to organize things, but with css which is, once you get it working, much cleaner, I have to tweak and patch and hope and pray and curse before...
2
by: Andre | last post by:
Hi, I need help with something's working in one of my app, but not in another. I have a MENU, and on MouseOver i display a DIV on the Page, but in Firefox, the DIV is always at the LEFT (0px)...
13
by: Griff | last post by:
Hi Sorry no screen shots or links...I want to achieve the following visual effect: I want three boxes to appear on screen, all within a parent box (so 4 in total). Concerning the three...
4
by: TheCeej | last post by:
I'm sorry to post what is ultimately a myspace problem, but I'm sure I'd still be having this problem with any html/css document, so the answer would more than likely be able to help anyone out. I'm...
2
by: nino9stars | last post by:
Hello, I have just started messing with absolute positioning on webpages, and it definitely let's you do some creative things. Well, after much searching and help, I got the images I was using...
2
by: TheCruelPanda | last post by:
Hey there. My name is Rowan, and it's been three weeks since I last used tables for an HTML design. Okay, I'm rather new to CSS and I have a big positioning problem here. It might not be a...
1
by: rhino | last post by:
I've got some positioning problems that I can't figure out. Can anyone help? My website was working fine in IE7 and the current releases of Firefox and Opera so I had a look at it in IE6 and...
3
by: LayneMitch | last post by:
Hello everyone. I'm designing a site for a friend of mine and I'm having a few issues. First off, I'm noticing that there is a difference between the default line- heights of IE and...
20
by: mehstg1319 | last post by:
Hi there Not sure if anyone can help me, I am working on a site for my university, and am having a bit of trouble with css positioning. I am very new to css and do not know very much about it....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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,...
0
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...

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.