Posted September 17th, 2009 by Eric Webb
This issue has been bugging me for months. On several sites that I’ve branded, I’ve add a DOCTYPE to the masterpage that indicates to the browser to render the pages in standards mode. An unfortunate side effect of this occurs when you try to move webparts on a page: the little bar that pops up [...]
Posted September 16th, 2009 by Eric Webb
Today, all of the sudden the tab and escape keys stopped working in Virtual PC. Had never happened before. I reinstalled VM Additions, restarted the VM, nothing worked. I then found the solution in a form post: “If you are running into this issue on Vista and Windows 7 you can get the TAB key [...]
Posted September 1st, 2009 by Eric Webb
In a client project I’m working on, the design calls for dividers in between each navigation link. No problem. Here’s the CSS: .ms-topnav a { border-left-style:solid !important; border-left-color:#fff !important; border-left-width:1px !important; padding: 0 10px 0 10px; } However, this leaves the border on the first element of the navigation, which we don’t want. There’s no [...]