Jump to content

Mimika

Members
  • Posts

    141
  • Joined

  • Last visited

Everything posted by Mimika

  1. mmh i have not imported any vector based content to it but if there is a file format that the Macromedia flash can handle then I just see to that i save the vector img into that file format. then use import. btw if you want an easyer vector program then illustrator I can suggest Xara X 1.0. its relitivly new on the marked with just a few years on its shoulder and the result of alittle hard work are really nice, better Layout/user friendly, faster drawing, easy useing layors, animating and much morethis is a result of Xara X 1.0 vs Illustrator C2 at the bottomhttp://www.xaraxtreme.org/about/
  2. Mimika

    IE makes content vanish

    I didnt know about it either IE sucks that I can admit ahah. Thats why I use AOL explorer never had problems with it
  3. lol someone at work might have been changing the code hahah it should be all unableall. well need to fix that thnx for spoting that thought something was wrong but could not figure it out. lol how could i miss that *brain:zZzZzZzZ*
  4. well if you just see 1/4 of the img then its to big. I thought the img was repeating(need more coffee).well how big is the img. and how big you want the page to be ?I'd recomend 1024x768 (standard size this time iam awake hehe) then just make the picture the same size then its 100% fitand about the paragraph background-repeat: no-repeat;this will just make the background to not repeat it self in x or y for thouse who got bigger screens its ###### to see repeats hehe hope it gets in use ^^x=horosontaly=verticalbtw do you got a link to your work I'm kinda curius
  5. If its for the background add this into your css filebackground-repeat: no-repeat;
  6. well yes i thought so in the begining also but it accualy takes it all away. this is the code I used for a side prodjekt i worked on a while back for map's.
  7. the easyest way to make this work is by frameset or Iframesif you use frameset just add the sound code into the index. SO you dont have the code on every page you link to then there is Iframe it should work just like above but you use a normal page with divs. tables like that. just add the code inside that page. Iframe are linkable so you dont have to reload the page. this is how you link a Iframe if you have not done this before <a href="page1.htm" target="mymain">Link 1</a> <a href="page2.htm" target="mymain">Link 2</a><iframe name="mymain" "src="page1.htm" height="620" width="655" frameborder="0" scrolling="no">your browser dont support iframe update to the newest browser or download another browser that supports it</iframe> the "mymain" are the reason why i can link the iframe. you can change the name but then you must also change the name on the target inside the link.note-----iframes are not supported by all browsers and frameset will make a havok in the search motors
  8. mmh dunno if this works but put in these codes margin: 0px; margin-top: 0px; it should work in IE. Opera I dunno
  9. Mimika

    help

    internet banking well i think you should chose a server based laungage.dont think it would be possible to make one with just html and JS.I guess that you want to have a databas that records inputs and all that for the customers. think you should use the following server based laungage
  10. well i checked you code in MX (not the css file codes) andID/classes anything related to css are not supported in Opera 3.0 and lower what i know. You might need to upgrade opera if you got an old one. but then again in the linking to the css file ( type="text/css" ) are not supported in Opera 6.0 and lower if you want to center in IE use text-align: center;think someone with higher experiance in this might give better answer
  11. well i think its the classes thats not supported in Opera in your code. When i make classes on my page and i check with the inbuild help to check browser supports in Macromedia Dreamweaver MX.Its about 80% of my errors are involved with opera and it dont like the following tags either.scriptsCSSclassstylesIframesMetathe browser help goes up to Opera 6.0 but just a few errors are displayed over 3.0.
  12. Robin you mean like this ??its just possible in script what i know of.This is alittle more detailed.The yes values are the stuffs that are removed the window size are set to a value and cant be changed if you dont alter code. Just make two pages and insert this in 1 of them. <html><head><title>My page</title> <script language="JavaScript" type="text/JavaScript"><!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}//--> </script></head><body><p align="center"><a href="javascript:MM_openBrWindow('[pagelocation],'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')">mypage</a></p></body></html> just change this [pagelocation] to the file and the folder its in if its not in the same folder as the the code page above are. hope this helped
  13. Mimika

    Pausing Flash

    look at the properties about how many frames per sec you are useing. if you miss some frames then it will loop continusly and repeat the code then cancel it at the end. if you just have 60 frames it should run out in a few sec. but you can set a pause at a selected frame.
  14. I just played around with that link heheand did this version well i think some other person with more experiance could give a better solution <html><head><style type="text/css">td{float:left;width:100%;padding:0;margin:0;list-style-type:none;}ul{float:left;width:100%;padding:0;margin:0;list-style-type:none;}a{float:left;width:6em;text-decoration:none;color:white;background-color:purple;padding:0.2em 0.6em;border-right:1px solid white;}a:hover {background-color:#ff3300}li {display:inline}</style></head><body><!--- Vertical meny -----><table width="115"> <tr> <td><div align="center"><a href="#">Link one</a></div></td> </tr> <tr> <td><div align="center"><a href="#">Link one</a></div></td> </tr> <tr> <td><div align="center"><a href="#">Link one</a></div></td> </tr> <tr> <td><div align="center"><a href="#">Link one</a></div></td> </tr> <tr> <td><div align="center"><a href="#">Link one</a></div></td> </tr></table><br><!--- horosontal meny -----><ul><li><a href="#">Link one</a></li><li><a href="#">Link two</a></li><li><a href="#">Link three</a></li><li><a href="#">Link four</a></li></ul></body></html> copy and paste this hole code and replace the old one
  15. btw jonasi made a misstake just saw that about the img size you had right.must have mixed up the sizes with another img i was makeing who is higher sorry
  16. I know about thouse funktions :Dwhy i make img with 1024x860 is cause its world standard atm there are accualy ppl who dont have money to buy screens that supports bigger then 1024x860. just to concider them cause they can be customer for your company or a page visitor. and yes about the over flow i have a plan for that :)Well i can agree that div tags can be a solution but iam maybe an old fasion guy (even for my age hehe) thats why i use frames hehe :)Edit 2---------aND|e well thouse 3 funktions we brought up works old or new hope learning CSS will help you alot and that you like it ^^
  17. well have you made 2 html dokuments calledleft.htm and middle.htmif you use Dreamweaver open the Index.html then press on the page that are displayed wrong save.Then look so that you have the Index.html and the other left.htm/middle.htm on the same locationhope it will work now
  18. I often creats a 1024x860 img that i den chops of into diffrent peaces then place them into the frame sets as backgrounds (like a pussle) then you just have to add the code you want inside it and use the background to help you design the page. well this is atleast how i do it.
  19. Well it depends on how advanced the page will be. i often use frames cause they can be a nice tool for design.make sure your index looks like this <html><head><title>my page</title></head><frameset cols="25%,*" frameborder="NO" border="0" framespacing="0"> <frame src="left.htm" name="leftFrame" scrolling="NO" noresize> <frame src="middle.htm" name="mainFrame"></frameset><noframes><body></body></noframes></html> you might have seen the * in the "25%,*".. its cause i dont have to give away the value 75% cause it will be automaticly be shown anyway by the *
  20. if I understand this right it should be like this<body bgcolor="#CC66FF"> <--for page ex middle.htm<body bgcolor="#000000"> <--for page ex left.htmto make this all work you need to creat 3 html dokuments1 called Index.html where the frames will be inputed and then linked to the other two dokuments (left.htm and middle.htm)in Index it should look like this<frameset cols="25%,75%"> <frame src="left.htm"> <frame src="middle.htm"></frameset>more information in here W3Schools Frames
  21. If i understand this correctly..I think you should chose a databas program like SQL of somesort. you only have to do is about 26 diffrent pages for A-W then link them to theA.B.C.D.E.F.......................Wand then just add a funktion "SORT BY A Desc" on page a you see my point :)iam no expert on the subject. this is how it sould look like then A1.2.....B1.2....and so on you just have to enter the information inside the SQL databas (enterprice manager)I think someone else can fill in more information, if you are intressted in this program
  22. thnx iam not an expert on JSwill try learn it later when i have more time over :(will try them nowEDIT---------------for script 2 it didnt work as nice maybe cause i did something wrong but here is a script that worked much better just found it on google <script LANGUAGE="Javascript"><!--function banner() {}; b = new banner(); n = 0//-----------------------------Database----------------------------b[n++]= "<A HREF='http://www.link1.com'><IMG SRC='image1.gif' BORDER='0' ALT='??'></A>"b[n++]= "<A HREF='http://www.link2.com'><IMG SRC='image2.gif' BORDER='0' ALT='??'></A>"b[n++]= "<A HREF='http://www.link3.com'><IMG SRC='image3.gif' BORDER='0' ALT='??'></A>"b[n++]= "<A HREF='http://www.link4.com'><IMG SRC='image4.gif' BORDER='0' ALT='??'></A>"b[n++]= "<A HREF='http://www.link5.com'><IMG SRC='image5.gif' BORDER='0' ALT='??'></A>"b[n++]= "...just keep adding to database"//------------------------------------------------------------------i=Math.floor(Math.random() * n); document.write( b[i] )//--></SCRIPT> will test script 1 now :)EDIT 2-----script 1 was really nice it worked perfectly ;Pthnx again
  23. you can try this code but it will inflict with all li tags li {float:right;width:100px;border-left:1px dashed black;text-align:center;} or you just could <li class"list1"> just add it to all li tags you want to change heh .list1 {float:right;width:100px;border-left:1px dashed black;text-align:center;} hope it works now
  24. Try this div#menu {float:right;width:100px;border-left:1px dashed black;text-align:center;} you are useing ID (<div id="menu">) the li are on another tag in your code :)hope it works now
×
×
  • Create New...