Jump to content

Mimika

Members
  • Posts

    141
  • Joined

  • Last visited

Posts posted by Mimika

  1. 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 :)

  2. 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 :)

  3. 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 :)

  4. 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 :)

  5. 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 :)

  6. 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 ? :)

  7. 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.

  8. 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 :)

  9. 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 :)

  10. 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

  11. 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

  12. 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 :)

×
×
  • Create New...