Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Need quick HTML tip on my website?
Here's the site businessacquirement.com I just put it up and am working on it.
I was looking for a tip on the placement of the left sidebar with the picture of my boss. How would you place it there so it doesn't overlap when minimizing.
One more thing is the page looks good in Firefox but the tables are out of place on crappy IE, something I've been dealing with and trying to work out. Any ideas?
Thank you so much.
2 Answers
- Anonymous1 decade agoFavorite Answer
Nothing wrong with where the left panel is.
Get rid of the tables - you have no tabular data to display, and that's what tables are for. Locate your elements with CSS. (You can't cure the overlap with tables, but it's inherent if you use CSS.)
As far as IE, use conditional comments to position things differently for various versions of IE and for real browsers. http://msdn.microsoft.com/en-us/library/ms537512%2...
- ?Lv 61 decade ago
Ah, the problem with multiple browsers and "standards adherence." ;-)
I might suggest that you check in to use CSS. And to use an HTML/CSS validator. You can find everything you need here: