Jump to content

vader21

Members
  • Posts

    79
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Miami, Florida

Recent Profile Visitors

6125 profile views

vader21's Achievements

Newbie

Newbie (1/14)

38

Reputation

  1. Army Combat Engineer

  2. [data-widget-id] You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). You can't mix up attributes from various doctypes as it can cause conflict.
  3. Send me a private message, if possible of course. WingsAir.... hmmmm
  4. We are developing a skin that will do this exact function, although many may do this for themselves, i guess people would love a package where its all set up already. But a little side note, for responsive design the key is max and min width
  5. hmm, i see. well not being the case, we base our worth on the work we can provide, we need our site to be simple and straight forward.
  6. What exactly, is the meaning of your response Mr. Tom. With my eyes i see a complete design... Enlighten me please.
  7. With over 15 years of interactive media, we can make your visions and ideas a reality. Our full time staff of designers and developers have the skills and tools to make any project a success. We have been involved in many types of projects including; Content-management systems, Social Networking, and E-commerce implementation for both big and small business. We strive to make every project as successful as possible. We offer amazing PHPVMS Skin templates, at very negotiable quote. Every design is built within 14 days guaranteed, or your money back! Visit our website today and lets get started on your design. http://www.96designs.com/
  8. Preview: Built on our Matrix Framework and the latest version of Bootstrap. The layout is Responsive and looks great and any screen size. Fully loaded with Jquery features and Ajaxx. It comes in a Lite and PRO edition. The ability to customize is easier then ever with guides on the Style-sheet. This is the first of our PHPVMS line up of skins. Stay tuned for further updates.
  9. Okay go back to how you had it, and let me inspect your code to further assist, i may know whats going on here... In the future try entering everything on one essential wrapper instead of having your entire design divided.
  10. Well this is a CSS matter not entirely php.... you can start like this: <div id="top-container"> <div class="login-box"></div> <div class="image-box"></div> </div> Now as for the styling you can try: #top-container{ width:500px; clear:left; float:right; } #top-container.login-box{ float:left width:300px; } #top-container.image-box{ width:200px; float:right; } Keep in mind this is a mock up, i have not done any test on it yet... Give some Feedback. This is also just one way of completing your goal of the many ways you can take.
  11. @ATAvCEO Give http://96designs.com i try
  12. Okay you need to make two divs and set widths. Set a float to their corresponding positions and clear. Display set to block.
  13. <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?> Your Page content here Hope it helps. <?php } } ?>
×
×
  • Create New...