Search results

  1. sourfacedcyclop

    Big Image Small Image.

    Its probably just a hover effect. You have one image as the base link, and then when its hovered over it used another image which is the larger one you see.
  2. sourfacedcyclop

    New design, what do you think?

    Its a little dark, some parts of it are hard to see.
  3. sourfacedcyclop

    100% height with CSS

    You could try using position:fixed; on you sidebar.
  4. sourfacedcyclop

    Horrible

    I agree with the comment above, in all the time i've used x10 this is only the second time i've experienced lasting downtime. If you really want premium service and uptime maybe you should consider paying for it. X10 already offers features more than just about any other free web host out...
  5. sourfacedcyclop

    Swich to paid hosting

    Okay, thank. Thats what I thought, I just didn't want to do something really stupid and end up messing something up :)
  6. sourfacedcyclop

    Swich to paid hosting

    How exactly would I go about switching to paid hosting, is it possible to do it while saving all of my data?
  7. sourfacedcyclop

    My Dilema.

    No, prob, if you need more help you can pm me
  8. sourfacedcyclop

    My Dilema.

    The image is the same correct? Its just the text you want to change? <ul class="navbar"> <li class="rolllink"> <a href="whereever.html"> Text you want here </a> </li> <li class="rolllink"> <a href="whereever.html"> Link 2 </a> </li> <li class="rolllink"> <a href="whereever.html"> Link 3 </a>...
  9. sourfacedcyclop

    Contact Form

    The only way I could think of making one without using a scripting language would be using the "mailto:" html tag. That method isn't every good, and proboly will not work like you want it to. The best way would to use php...
  10. sourfacedcyclop

    My Dilema.

    It should be. You could use somthing like this <ul class="navbar"> <li class="rolllink"> <a href="whereever.html"> Text you want here </a> </li> </ul> and then for the css ul.navbar { list-style:none; display:block; } ul.navbar li.rolllink { background: url(image.extension) no-repeat...
  11. sourfacedcyclop

    what do you think

    Its to dark, a darker red on black is way to hard to read, My firefox based web validator came up with 255 warning/errors. Needs some sort of graphics, its to text based, looks like it was made ten years ago. Hope that doesn't some across as to harsh, but thats just what I think.
  12. sourfacedcyclop

    New Website

    I think I got most of the bugs worked out. Its the first layout I've made into a wordpress theme though....
  13. sourfacedcyclop

    Best Free SiteBuilder?

    Notepad :)
  14. sourfacedcyclop

    Webdesign help

    It is to wide, most people use a 1024px wide screen, so try making your site with a width of 1000px or use a percentage for the width.
  15. sourfacedcyclop

    New Website

    Thank you :) I don't really know what i'm going to put in it yet, maybe i'll turn it into a wordpress theme...
  16. sourfacedcyclop

    The redesign of the redesign of my site. :x

    It looks good, I know you said not to comment on the colors, but the brown in the sidebar doesn't really tie into the design, just thought I'd say... The only thing I would say it maybe a slight gradient on the background, it looks a bit boring with just the solid color. Thats just my opinion...
  17. sourfacedcyclop

    New Website

    Well once again I have made another web design for my site. On the bright side, i've been getting a lot of practice...:biggrin:. What do you think? There is no content, so please review on just the site. http://sourfacedcyclop.x10hosting.com/
  18. sourfacedcyclop

    Comments on Webdesign

    The first one looks a lot better to me, what is it going to be about?
  19. sourfacedcyclop

    from which country

    I'm from the US. There seems to be a lot of non US forum users.
  20. sourfacedcyclop

    New web site layout.

    On thing you might want to do is make sure its XHTML valid. You have an <a/> and an <li> tag in there which don't have a corresponding element. Also, in XHTML all tags must be closed, so I would replace your <br> with <br />
Top