Very confusing…any idea why this site would display one way on my PC and another way on a client’s PC using Chrome browser? The site looks fine using all browsers on my PC but totally incorrect on hers. Here’s a [URL=“http://cli.gs/zNZYa8”]screenshot of how it looks on hers in Chrome.
You should first fix any validation errors. http://validator.w3.org/check?verbose=1&uri=http://www.oops50.com/
Looks like you have optimised your site for a specific browser. Try removing all the HTML errors and warnings and try again.
.
It looked fine before I added the subnav/dropdowns. Would that have done it?
I updated the nav to:
<div id=“navbar_menu”>
<ul id="nav_menu">
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('include=2&title_li=&depth=1');?>
<?php wp_list_categories('include=292,291,290,289,288,287,286,285,284,283,282,281,280,279,278,277,276,275,274,273,272,271,270,269,248,249,180,250,251,252,253,266,267,268&title_li=&depth=2');?>
<?php wp_list_pages('include=2308&title_li=&depth=1');?>
</ul>
</div>
Try removing these lines and validate your page again.
<?php wp_list_pages('include=2&title_li=&depth=1');?>
<?php wp_list_categories('include=292,291,290,289,288,287,286,285,284,283,282,281,28 0,279,278,277,276,275,274,273,272,271,270,269,248,249,180,250,251,252,253,266, 267,268&title_li=&depth=2');?>
<?php wp_list_pages('include=2308&title_li=&depth=1');?>
.
Delete them and then see if it validates to see if those lines are the problem yes?
Okay. I tried that. Didn’t work. Do you think it could be a plugin? Looking at all the validation errors, I noticed several were from two new plugins I added (forgot that was the other thing I did after adding the subnav). There’s no way I know of to change html of plugin.