A website i have built works fine in chrome and firefox but in I.E8&9 the positioning of one of the menu bars sits wrong.... www.evestrust.co.uk
please help
Glynne
Sorry, this doesnt affect the homepage as its only visible once visitors move within the site.
This link will show it more http://www.evestrust.co.uk/events.php
Before answering your question, I would love to know why you added the highlighted style rules to the following
ul.MenuBarVertical
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
cursor: default;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 272px;}
As a side remark, have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.evestrust .co.uk%2Fevents.php
Gramps
Hi Gramps
Thanks for looking at this ![]()
Iv been wary of bring this to a forum for fear of making any viewers to the site vomit but hey...am stuck and am a rookie.
Firstly i used the positioning of 272px so the menu sits where it does in chrome/mozilla etc. when viewed here you will see why. http://www.evestrust.co.uk/leftnav.php
The horzontal menu bar here http://www.evestrust.co.uk/topnav.php has a 186 positioning that sits it perfectly in chrome, mozilla and I.E9.
ul.MenuBarHorizontal
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12%;
cursor: default;
width: 700px;
position: absolute;
top: 186px;
font-family: Arial, Helvetica, sans-serif;
Iv used the <?php include("example.php"); ?> to insert this navigation into the actual pages on the site. Iv also used the php include for the header, the footer and content boxes, so as to save myself time when updating the site i.e add/take away a link, i only have to do it once. am sure there is betters ways to do it and am hoping i can learn it as i go along....
And thanks for the link to all the errors....will be good for my education....
So what should i be doing regarding the vertical menu??
Glynne
You probably wont need this info but il put it in anyway d:)
Iv uploaded an events page without the php inserts http://www.evestrust.co.uk/eventsforgramps.php
All of these have various CSS stylesheet links within them...
<?php include("header.php"); ?> http://www.evestrust.co.uk/header.php
<?php include("header.php"); ?> http://www.evestrust.co.uk/topnav.php
<?php include("leftnav.php"); ?> http://www.evestrust.co.uk/leftnav.php
<?php include("friends add.php"); ?> http://www.evestrust.co.uk/friends%20add.php
<?php include("infobox.php"); ?> http://www.evestrust.co.uk/infobox.php
<?php include("footer.php"); ?> http://www.evestrust.co.uk/footer.php
Could this be the reason why there are so many errors on the other link you sent me?? i know theres a few regarding closing tags but the majority are linked stylesheets issues.
Could i be using the stylesheets inserted in the main content page to control how the inserted phps appear??
sorry for all the questions
Glynne
And from looking at the 187 errors am hope am right in saying that i can control the appearance of the php inserted pages, not by using stylesheets, but by using ccs within the pages themselves as well as losing the multiple head and body tags within the inserted pages???
I just know am not making sense lolol
Glynne
Your document is a mess and the caused problems are not related to Spry. They stem from the 'rookiness' (if that's a word) within you.
Having said that, please load http://www.evestrust.co.uk/events.php into Internet Explorer and
Although I would love to help you, the number of errors go beyond the parameters of this forum.
On a more pleasant note, the basic style of your site is great and it deserves attention to the details as outlined above.
Please have a look here http://www.adobe.com/devnet/dreamweaver/css.html, in particular http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_l ayouts.html.
Gramps
Hi Gramps
Thanks for looking again.
As mentioned previously with the php inserts, this is where all the tags and ccs links have come from in the 'view source'. Having looked at all the individual <?php include("example.php"); ?> pages that knit together to make the page as a whole, each page has the body tags etc etc. If i corrected these it still leaves me with a vertical spry positioning problem in I.E????
Thanks
Glynne
As mentioned previously with the php inserts, this is where all the tags and ccs links have come from in the 'view source'. Having looked at all the individual <?php include("example.php"); ?> pages that knit together to make the page as a whole, each page has the body tags etc etc.
You will have to get rid of the the CSS and other irrelevant tags from the include files. The main thing is to have a correct main document.
If i corrected these it still leaves me with a vertical spry positioning problem in I.E????
In my first reply, I gave you the answer to that, being
ul.MenuBarVertical
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
cursor: default;
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 272px;}
Just remove the highlighted part.
Gramps
North America
Europe, Middle East and Africa
Asia Pacific