Jump to content

MustiC

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Everything posted by MustiC

  1. The problem is, When I press on the button then it disapears. Why is that?
  2. Dear freaks, I have a problem with css and html, i have menu buttons that got a mouseover script, but on firefox it doesn't show up and on internet explorer when i click on the button then the page opens but the menu button disappears! But when i open the site from my OWN laptop then it works on all browsers, this happens only when I upload the site to my ftp. This is the code: HTML: <a href="/index.html" class="home"></a> CSS: a.home:link{ background: url(images/but_home.png) no-repeat; position:absolute; top:0px; left:71px; display:block; height:40px; width:81px; } a.home:hover { background-position: 0px -40px; } Can somebody help me with this please?
  3. ive try that already, but its crashing
  4. Not working :S It is the same. #EDIT. I think that the Position code is wrong, cuz when i type relative instead of absolute the picture appears in the top. What should i put into the position code to get the background to the back??
  5. Oh sorry didn't see it, This post can be moved to the right section! But if some of u know how to fix it, please help me
  6. Hello freaks, I have put a background on my website, but the background appears on the front. I want to put this background on the back. This is my DIV code in the .css file! #logo_game { background-image: url("/images/bg.jpg"); background-repeat: no-repeat; position: absolute; height: 457px; width: 951px; top: 0px; left: 50%; margin-left: -700px; z-index: 1; } How can I fix it that the background will appear in the Back of my site. I hope some of you can help me out with this! Regards, MustiC
  7. Hello freaks, I want some lines on my forum board, Look to the pictures you'll understand what I mean. This is my forum(I dont have any lines like u can see on the pic): This is the forum with the lines, I want lines like this:
  8. I have fixed it, ive deleted all -moz lines
  9. ive deleted all those lines: -moz-border-radius: but i still have rounded corners..
  10. Yes there is a line with "-moz-border-radius" do I have to delete those lines?
  11. Dear PHP freaks, I have a problem with the corners. Look to those pictures and you'll understand what I mean. (i dont want corners like this) (i want corners like this) Hope somebody can help me, I have to change a code in my stylevar.xml but I dont know which! Regards, MustiC
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.