Jump to content

Mimika

Members
  • Posts

    141
  • Joined

  • Last visited

Posts posted by Mimika

  1. Full name: Johan LundAlternative name(s): MimikaBirth date(dd/mm/yyyy): 04/04/1986Gender: MaleCountry of residance: SwedenCity of residance: ÖrnsköldsvikHeight: 184.7 cmWeight: 82 kilogramsEyes: blueHair: blondSmoking/Drinking/Drugs: No/No/NoFavourite Music: Hard Rock , J-rock/pop, Anime sound tracks and MetalFavourite Movies: there is just to many :) Interest: Computers , PC Games , Anime/Manga , webb developingPets: 3 dogsAdditional comments: Otaku for life :)

  2. I know about all that, but there are lots of pages that allows other ppl to us and download, from companys to ppl who makes them for a hobby and give them out for free.I could post some links but i have lost them when my hdd burned a month ago :) I just suggested Midi files cause they are smaller then MP3's and wave formats they will only take time to load and thouse are very protected by the copy right law's, but if you are lucky, you might find a person/company who allows you to take them for free but thats not likely :)

  3. Framesets and Iframe has almost the same features, but framesets makes havok in search engiens and loads slower cause there are a page to load in each frame.Iframes cant be viewed in older browsers.so if you want a frame use iframe even if not all browsers can see it.and when you use iframe add this code

    allowtransparency="true"

    that will make the iframe 100% transparant.but for semi transparant

    filter:alpha(opacity=50);

    I never used it my self. so i cant tell the result

  4. I would take away all the font codes and add it to the style

    <style>table.foo {font size:15px}tr {color: #FFFFFF;font-family: Century Gothic;}</style>

    not a big fan of font code seens i learend CSS :)just a hint to resize the code you use ^^

  5. Well sorry i dont know any site that allows it.

    I had right-clicked in it to find its url , copy , paste to view the page and you know what I see ???  joke words like this " hey , what are you finding
    LOL.................I i would possible make my own forum. Cause then i know what it allows :)
  6. well i just can think about 4 things for this to accur.1. Your sound drivers might have got damaged or are out of date if the sound have changed format.2. Some code that should not be there.3. The file might have another map its in or are gone by delete.4. If the forum are runing from a host company they might have changed standards to not allow sound files.there is not 100% that these are the correct answer cause i dont know how your comp works :)

  7. :( oki its friday the 13 :) just strange cause it worked for me. but didnt it creat a block with a scroll bar in it and the top menu are allwas on top.?i did it like that to get passed the img failors
    have a nice weekend 
    same to you :)
  8. mmh this then ?

    div.Main {	height: 535px;	width: 100%;	overflow: Auto;}

    add the code belllow under the <h3><b><i><u>References</u></i></b></h3> tags. right before the table tag

    <div class="Main" >[table in here]</div>

    </table>[div ending tag here]</td></tr> <tr><td><a href="imf_contactus.asp"><font size="2" color="Black"><b>Contact Imfuduko</b></font></a> today to discuss with us your next African safari.</td></tr><tr><td align="center" colspan="2"><a href="default.asp" target="_parent"><img src="images/button_home.gif" width="66" height="30" alt="" border="0"></a></td></tr></table></body></html>-----------------------------Red are the ending of the table just put the </div> where the green text are. then this should work. I for got to post the "overflow: Auto;" it will allow scrolling in the div tag :( i used your source code and this metod did work :)this is the last thing i can think of to solve the problem if it thouse not work, then i will wave a white flag to this problem :)

  9. maybe you want to have a new background ,  but I think your code had problem background-position: bottom  ><  background-repeat: repeatthey can exist together  :)

    he are changing the css code after the one i gave earlyer but it didnt work either, eveonto it worked for me. the problem are when he adds background-repeat: no-repeat it should just be 1 img but there dont show the img instead just white backgroundbtw buti look at your first topic about this :)think i solved the little bug
  10. if you add height the whole image in the source code that will change the size, not just the bottom. the easyest way if the css are not working like now, that i think is odd :( the only way now and fastest are to go into photoshop and add more height from there lets say700-1200 more in height if its possible :) then this problem are solved until your pages size catches up to it.or its to create a

    <div class="Main" align="center">[put in table in here]</div>

    .Main {height: 650px;width: 500px;text-decoration: none;padding-right: 20px;padding-left: 20px; }

    hope it works now and i suggest that you make a copy of the page if it gets cracked up its friday the 13 today :)

  11. try this i dont know if it would work but

    background-repeat: repeat-x;background-rcolor: #¤¤¤¤¤¤;

    try to find the hex value of the color at the bottom of the image

×
×
  • Create New...