Search results

  1. M

    review this please

    Think it looks really good. Easy to browse and with a nice overview.
  2. M

    Newbie Web Designer

    Well, what exactly is the business you're trying to start? Think that you're best building a business model first and then adjusting the site to that and not the other way around. Focus on creating a brand(good logotype, understandable offers etc.) for yourself and advertise your...
  3. M

    CSS and Tables: How to use the former.

    Div is the best way to go about a website. It's a bit harder to get started using divs but once you actually get started you get alot more freedom and my personal oppinion is that divs usually works better in different browsers compared to same structure but with tables.
  4. M

    Problems with my first ever site : Please help !

    As far as I can see I don't see any structural missbehavior on the site. Upload a print-screen of your problem and I'll take a look at it. There might be some issues with the CSS/HTML attributes being interpreted by your browser. I'm using Firefox and it all looks alright.
  5. M

    Divs with curved edges!

    You can use border-radius. However, this isn't standard CSS and you will have to call on either moz or webkit to do it, therefor it only works in Mozilla/Firefox and Webkit browsers (Chrome, Safari etc.). -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px...
  6. M

    Tekvall.se

    Bump bump.
  7. M

    Googled.gr review

    .gif animations... just feels so 1990-ish.
  8. M

    Tekvall.se

    Hi, I'm working on tekvall.se This is a very very early draft but please consider and provide some feedback I can work with. :) Thanks in advance.
  9. M

    3di.no

    Ye, think the logo is much better now, might be given very little space on the page but well, that's just a matter of taste :) Looks good, keep it up!
  10. M

    3di.no

    Hi there neightbor, sweden here. I think this is a good accomplishment for your first site. Although, the site lacks some substance in my oppinion. You have done some good work on the 3D images presented, might be a good idea to show of that more and maybe work alittle on creating a brand for...
  11. M

    Using div boxes as big link button, via CSS : How ?

    If you don't want to use the a attribute in the CSS or throw in java into the mixture, simply: HTML: <div class="bigassbutton" href="whateverpageyouwantto" > CLICK ME </div> CSS: .bigassbutton { height:300px; width:300px; background-color:CCC; color:#000; .bigassbutton:hover...
  12. M

    Important question

    I haven't found any plugin like that. So my guess is that you have to either find a script (or make it yourself) and just replace the header div with that one.
  13. M

    Html Code

    My personal suggestion is that you start out from a WYSIWYG editor (google it) and just back-track the code. Much easier to learn it that way (atleast it was for me). :)
  14. M

    New Site... Please comment

    I think it looks great. Though, i would put some space in your logo. It seemes like it says The Mekings, instead of Theme Kings.
  15. M

    Help

    I think you should read up on the basics of whatever server script you intend to use before you set out on formulating questions for it mate. I don't mean to be a hardass but, those are pretty big questions that you have. When i set out on server scripting i started out with this one...
  16. M

    I want an opinion

    Quite frankly, i've been doing websites as a hobby since i was 16 years old, thats 7 years now, and a project like that would be way atop of my head if i put it on. But i haven't studied any programming at all so you might have a head start with that. And google is your friend, you can...
  17. M

    PHP/MYSQL Bulk Actions

    Hi there, I have a database for managing points of members. The database is constructed by |id (primary, unique, AI) | name | rank | points | class |123 |name1|Officer|20 |Warrior The list consists of about 30 different id's for each member added to...
  18. M

    Webit.be review

    Hi there, I think the page looks and feels great. It's stylish and has a proffessional feel over it. The flash presentation at the top looks really good and since i don't understand a single word of dutch i think that the presentation is done really well cause i can make out some of what...
  19. M

    running background

    you can also add background: url(<path_to_background_image>) no-repeat center top fixed; where the fixed option places it connected to the browser window, that way if you scroll down, the background will stay in the same place.
Top