Search

You searched for the word(s): userid:704389

Matching Posts

  • Re: CSS, Float:left causes a problem !! can you help ?

    psdcode: you can use display:table; and display:table-cell; to make divs act like a table. The code below works in both IE7 and Firefox2. 1 < html > 2 < head > 3 < style > 4 #Box { 5 width:450px; 6 background-color:gray; 7 padding:10px; 8 display:table; 9 table-layout:auto; 10 } 11 12 #Box_Left { 13 width:200px; 14 background-color:deea34; 15 padding:5px; 16 display:table-cell; 17 } 18 19 #Box_Right { 20 width:200px; 21 background-color:red; 22 padding:5px; 23 display:table-cell;
    Posted to Client Side Web Development (Forum) by mem0 on 1/26/2007
  • Re: I have found a solution !

    I have found another culprit in the slow save (and launch vs2005). Much like the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList there may be offending remote projects in: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\DefaultFileOpenLocation HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\DefaultOpenProjectLocation and any other values in HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0 This is, of course if you have opened a remote project that no longer exists
    Posted to Visual Studio 2005 (Forum) by mem0 on 1/26/2007
    Filed under: Opening website VS2005, Visual Studio 2005, visual studio 2005 remote iis domain, VS 2005, bugs, classic asp, Web Site, vs2005, WebSites
Page 1 of 1 (2 items)