-
1. Re: Main web page is off centered
Ken Binney Jan 3, 2013 10:26 AM (in response to JoannSpahr0916)Appears nicely centered in my Firefox and IE8
-
2. Re: Main web page is off centered
JoannSpahr0916 Jan 3, 2013 10:39 AM (in response to Ken Binney)Thank you for checking into this for me. I was using Firefox in the beginning and never noticed the offset, but then had issues with Firefox and had to uninstall it from my computer. Why is my IE8 not showing the home page centered? I think these were some of the issues i had and decided to install Firefox to begin with.
I will try to reinstall IE8 and see if this resolves my issues.
Thanks again Ken for helping me.
Joann
-
3. Re: Main web page is off centered
Jon Fritz II Jan 3, 2013 10:47 AM (in response to JoannSpahr0916)You do have quite a few errors in your html, mainly in the <head> section.
Run your pages through the validator here:
Correct all of the errors and if it's still happening once everything is fixed, we can take a closer look.
-
4. Re: Main web page is off centered
JoannSpahr0916 Jan 4, 2013 9:24 AM (in response to Jon Fritz II)Hello.
I used the validator to fix the issues that my webpage had, but am finding it a little difficult to fix a few of them and would appreciate some help. It seems that the errors start where images were inserted that act as a menu bar for the page. It does not seem to like any of the changes that i do to try and correct the problem. Also, there seems to be a color error that Dreamweaver does not recognize but was created in Dreamweaver line 107 (?) . Can you look at these errors and see what exactly I am missing? I soo much appreciate your help.
Joann
Line87 <div id="home"><img src="images/home_roll.gif" width="59" height="27"/></div>
Line 88 <div id="engines"><a href="engines/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','images/engines_roll.gif',1)"><img src="images/engines.gif" name="Image11" width="66" height="27" border="0" id="Image11" />/a></div>
Line 89 <div id="winners"><a href="winners/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','images/winners_roll.gif',1)"><img src="images/winners.gif" name="Image12" width="66" height="27" border="0" id="Image12" /></a></div>
Line 90 <div id="our_vict"><a href="our_victories/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/ourVict_roll.gif',1)"><img src="images/ourVict.gif" name="Image8" width="99" height="27" border="0" id="Image8" /></a></div>
Line 91 <div id="contact"><a href="contact/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images/ContactUs_roll.gif',1)"><img src="images/ContactUs.gif" alt="Contact Us" name="Image10" width="100" height="27" border="0" id="Image10" /></a></div>
Line 92 <div id="nav_end"><img src="images/nav_end.gif" width="237" height="27" /></div>
Line 107 <span color: #FFF;"style="color: #FFF;"></span></span> <span class="new_text">SPAR Racing Engines have
-
5. Re: Main web page is off centered
Nancy OShea Jan 4, 2013 9:40 AM (in response to JoannSpahr0916)The MM Rollovers never validate which is why I don't use them. Menu rollovers can be achieved with CSS.
Line 107 should be reduced to this:
<span class="new_text">SPAR Racing Engines have</span>
Nancy O.
-
6. Re: Main web page is off centered
JoannSpahr0916 Jan 4, 2013 10:00 AM (in response to Nancy OShea)Hi Nancy and thank you for helping me. I do not know about menu rollovers as this is how the website was initally set up. I dabbled a little in the Spry menu bar, but when i added this to the already created Frontpages, i recieved way too many errors to try to figure out, so i deleted the Spry menu bar and just kept the "MM rollovers".
Can you explain the steps for archiving woth CSS, if possable..:)
as for line 107 - i am correcting that right now. thanks!!
Joann
-
7. Re: Main web page is off centered
Nancy OShea Jan 4, 2013 11:06 AM (in response to JoannSpahr0916)I'll show you two examples of menus that uses Pure CSS, no images & no scripts.
More menus...
Pop-Menu Magic2 by PVII (DW extension purchase)
http://www.projectseven.com/products/menusystems/pmm2/index.htm
jQuery Superfish
http://users.tpg.com.au/j_birch/plugins/superfish/
jQuery Mega Menus
http://www.javascriptkit.com/script/script2/jkmegamenu.shtml
CSS3 Dropdown Menus
http://www.red-team-design.com/css3-dropdown-menu
10 Responsive Menus
http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
Nancy O.