• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Recent content by syeef

  1. S

    Help with simple issue on website

    Again the problem is the width you set. From the looks of it, your default width is 1050px, so change the bold values in your CSS: #bubbles { clear: both; width: 1050px; margin: 0 auto; position: relative; top: 10px; } #bubbles #bubble { float: left; width: 262px; height: 240px...
  2. S

    Help with simple issue on website

    No problem... Anytime! :)
  3. S

    Help with simple issue on website

    I know, that it offsets the video and the box below it. I was asking you to fix only the main wrong things and was hoping you would figure out the rest on your own. If you remove the width totally, there won't be any "white space" to the right of the video. #widgets { width: 980px; }...
  4. S

    Help with simple issue on website

    The value you set for width is wrong... try increasing it or you could remove it totally. #widgets { width: 980px; }
  5. S

    Help with simple issue on website

    For that you have to change this: #widgets #miniBanner { float: left; margin-right: 35px; margin-top: 0px; } You have to change 25px to 35px.
  6. S

    Help with simple issue on website

    In your CSS (layout.css), try removing the bold codes: #widgets { width: 980px; margin: 0 auto; } #widgets #miniBanner { float: left; margin-right: 25px; margin-top: 0px; padding-left: 10px; }
  7. S

    Monitor issues- Color problem :(

    FlipKart put in the wrong specs. That's what happens when you hire people to do data entry :laugh: Anyway, the real specs from LG's website: My first LCD Monitor was a LG... it was horrible and it broke within 2.5 months. From then on, it's always been Samsung for me :rockout:. And my...
  8. S

    Sorry, if I couldn't explain my issue clearly... as English is not my first language.

    Sorry, if I couldn't explain my issue clearly... as English is not my first language.
  9. S

    Is TPU American?

    Official languages of Philippines are, Filipino and English. Whereas Bangla is the only official language of Bangladesh. Many Chinese, Korean, Japanese can speak and understand English, we are like that.
  10. S

    Is TPU American?

    I am from a non-english speaking country.
  11. S

    Is TPU American?

    LOL... we understand English well enough. :laugh:
  12. S

    How do i bypass AC3 drive size limitations?

    According to Steam store page, AC3 requires atleast 17 GB free space. And on my PC, it is currently using 19.8 GB, including DLCs though... and I am guessing it is gonna take even more space once they release TOKW: Redemption DLC... So I would say, partition D is the way to go.
  13. S

    Windows 8 Clubhouse

    I can't pin apps to the taskbar anymore... help! When I click "Pin this program to the taskbar" from explorer or "Pin to taskbar" from Start, nothing happens. NVM... solved.
  14. S

    What IDE Or Editor Do You Use?

    Dreamweaver CS5 for HTML, JS, CSS and PHP NetBeans for JAVA/J2ME Visual Studio 2010 for C# and VC++ Eclipse for Android Notepad++ for everything :)
Top