Jump to content

Mimika

Members
  • Posts

    141
  • Joined

  • Last visited

Everything posted by Mimika

  1. Mimika

    I am pissed

    yeah i did :Svery strange
  2. Mimika

    I am pissed

    mmh no changes mmmh.can you post the codes from the css file ?
  3. Mimika

    I am pissed

    nah nothing special. but the code should work. the one i gave you it worked for me.but did you try the changes in the css with the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ?hehe coffe all the way. its "Gods" forbidden nectar :)I take a cup later
  4. Mimika

    I am pissed

    mmhh strangehow big is your img ??you might have to add background-color: #??????;in the css code if it thouse not show over the hole site.you might have to wait until someone with more experiance in this will login and they will
  5. Mimika

    I am pissed

    ooh nicejust add a class in the tag attribute where the background image should be located and name it bgimage or what you want class="bgimage" and add this code in your externial or internal css .bgimage{ background-repeat: no-repeat; background-image:url('myimagedir.gif'); background-attachment: inherit; margin:0px; margin-top:0px;} it might help on your site
  6. Mimika

    I am pissed

    in the source code you are missing this code at the top of your code<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">do you use CSS ?I would suggest you did that its not hard to learn took me 1 week to learn the basics. there are a few tags that could reduce your code alittle.Like <font color="White"> <I> <b> tagsbut i suggest you to read the following tutorial for CSShttp://www.w3schools.com/css/default.asphope this helps :)and if you need help just shout BTW a nice site in did
  7. nice photoshop there :)a well i just got 323 kinda hard to get a good hit
  8. wtf i got the penguin over the screen and he did head dive att 200 and got stuck LOL
  9. Oohh nice this will come in handy
  10. if you have a Menu that links to another frame then use target like this <a href="[your link]" target="mainFrame"> you can change the name of the frame in red in the frame set<frame src="................... name="mainFrame">but remember to change the target name also. hope this helps
  11. I dont pay for mine AOL explorer evento i downloaded it from there homepage. it might not be very good but are better then IE atm. When i got time i will install FF
  12. When i am home i use AOL explorer it kinda reminds of FF in a way with a nice layout and nice funktions ^^but I agree that IE are doomsday. if you use IE the possibility to get spyware and adware are highly at the riskzone. And most of the elemental tags in webdeveloment are not supported well until IE 7 but who thinks it will work ?
  13. Mimika

    FLASH Versus HTML

    I agree there ~Shinta. You should not use 100% flash in a website. But you can use about 5-10 % in flash like headers, menu effets (exampel: rotating weels), or if you would like to have a flash game present thats not so big.
  14. i dunno if this solves it but try add margin-left: 110px; margin-right: 145px;
  15. I use Xara X and Photoshop CS to make my designs. I start with Xara X that are vector based so i can get a nice design with out getting the quality lowered when useing resize. Add to make the last details i use Photoshop CS
  16. hehe dafont owns i use a font called gravedigger and with Xara X i can add a border to the font so it looks like it has spikes on it. I will try to post an exampel of an logo i did with Xara X with that font
  17. ahh now i get it :)I am might be to inexperianced with the select/option codes if you want the hover to be dissabled.. sorry
  18. Mimika

    Flash 5

    Flash 8 are the newest out now here you have there home site just press whats new and a movie will show you just a few changes Flash 8
  19. Mimika

    Ruby on Rails

    I have not tested this yet but when looking here http://www.rubyonrails.org/screencasts it sure looks like C++ but with diffrent comands. Like aspnetguy said, they didnt gave meaningful exampels to convince. And would like to see a site just made by this with some cool effects or some that are not supported in the most common web tools.But i see you can use MySQL thouse it support other versions??And i think it will take a while before or if it will be standardilized by w3c,atm i dont see any use for it..... sorry.I might change if i see a website
  20. this is the changes i did. just copy and paste.if you want you can change#FFFFFF to the text value White Or any other colors. <select><option style="background-color:yellow; padding:10px;"> Yellow</option><option style="background-color:green; padding:10px; color:#FFFFFF;" >Green</option><option style="background-color:blue; padding:10px; color:#FFFFFF;" >Blue</option><option style="background-color:red; padding:10px" >Red</option></select> Note:///////////I also made the text white for the green one aswell cause it was alittle difficult to read aswell as the blue one
  21. Mimika

    Where are you?

    Have you tryed to hold down the left mouse button in the middle of the map and drag it to the any corner, cause i can move freely around
  22. I found what i was searching for and i have modifed it, to my needs here is the code that i used SimplyTheBest*This topic can be closed now*
  23. I know there are a few topics about menu's but dont wanna hijack and this meny are slightly diffrent from them.I need help with a JS that allows a vertical menu with pop-ups right beside them with out slides shows or so just instant show. I just need the JS the rest i fix in CSS. I have done the try it your self menus but didnt get them to work as i wanted this menu to be :)I have made a .js file to put the JS inside but its empty atm cause iam still searching for an easy code to understand here is a simplified code from my work sorry if there are missing some attributs am in a hurry so <script type="text/javascript" language="javascript1.2" src="FVmeny.js"></script> </head><body>....//<script language="JavaScript1.2" src="menu.js"></script> <div id="popmenu" onMouseover="clearhidemenu();highlightmenu(event,'on')"onMouseout="highlightmenu(event,'off');dynamichide(event)"></div><div style="position: absolute; z-index: 1; margin-top: 7px;"><table width="130" border="0" cellpadding="0" cellspacing="2"> <tr> <td><a href="Middle.htm" target="mymain"><img src="home.gif" width="130" height="18" border="0"></a></td> </tr> <tr> <td> <a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="Produkts.gif" width="130" height="18" class="menu" border="0"></a><br> <a href="katalog1.htm" target="mymain"><img src="katalog1.gif" width="130" height="18" class="menu" border="0"></a><br> <a href="katalog2.htm" target="mymain"><img src="katalog2.gif" width="128" height="18" class="menu" border="0"></a><br> <a href="katalog3.htm" target="mymain"><img src="katalog3.gif" width="128" height="18" class="meny" border="0"></a><br> <a href="katalog4.htm target="mymain"><img src="katalog4.gif" width="128" height="18" class="meny" border="0"></a><br> <a href="katalog5.htm" target="mymain"><img src="katalog5.gif" width="128" height="16" class="meny" border="0" style="margin-bottom: 8px;"></a><br> </td> </tr> <td><a href="Links.htm" target="mymain"><img src="Link.gif" width="130" height="18" border="0"></a></td> </tr> </table></div> the target="mymain" are the Iframe i have on the same page.thnx in advance
  24. It looks like you need a hole site Post some codes of your work but dunno if someone here wants to make a hole site for you, if thats what your asking, cause your learning procces will be 0. And i read some other post you made and i this looks like a school work, aswell as the http://w3schools.invisionzone.com/index.php?showtopic=1162I suggest you to do the following tut's in http://www.w3schools.com/css/default.aspthey are easy and dont take long to learn the basic's :)most atributs you ask here are shown inside the link. have fun
  25. yes i know that. I often use Midi files if i want to play music on the page it can sound very cool if you find some that matches your page design :)If you dont have midi files jasonmdrums you can then use google.
×
×
  • Create New...