Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
side-by-side
  •  

  • Cruzan
    started a topic How do you do side-by-side divs in Javascript?

    How do you do side-by-side divs in Javascript?

    I would like a Javascript only solution.

    This HTML only version does what I want:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    
    <html><body>
    <div style="width: 1200px; height: 1000px;">
      <div style="width: 50%; height: 80%; float: left;">
        This is the left
    ...
    See more | Go to post

  • How to cope with "side-by-side configuration is incorrect" error in vmware?

    Hi all,

    When I try to open released .exe file (which I wrote in Visual Studio 2008) in VMWare Workstation 6.5 with Windows Server 2008 32bit OS, got "The application has failed to start because its side-by-side configuration is incorrect."


    error all time even if the code is;

    Code:
        #include <stdio.h>
        
        int main ()
        {
          
          printf
    ...
    See more | Go to post
Working...