Jump to content

Xtazy

Members
  • Posts

    140
  • Joined

  • Last visited

Everything posted by Xtazy

  1. How can I make a banner on my website to change everytime (or almost everytime) I enter the site...I saw a topic just like this somewhere, but I don't find it now... :)Like this site, look -> http://www.anime-mania.ro/ ...the banner (top of the page) changes each time you refresh the page...Excuse me if i didn't post the topic where it should be...at least, if there is another topic with this problem, give me the link..Thanx in advance,Xtazy
  2. It worked for me, with that code...maybe your browser is the problem....
  3. Xtazy

    table sites

    Oh...But i find it easier to position a file with CSS than working with tables....i just write in style the attributes that i want to my element has and add a p class to the one that i want it for....Maybe it's because i worked with them before tables...don't know how but i did.... although HTML is before CSS....
  4. Xtazy

    table sites

    Hey guys,I have a very big question: why do most of these big cool sites use a lot of tables? i don't get it... i'm working on a site my own and i didn't use a freakin' table or table data...and i like the way it looks...i don't say that is a GORGEOUS one but i don't see a lot of differences between a 'non-tabled' site and a 'tabled' site...I SIMPLY DON'T GET IT...please reply...
  5. Xtazy

    "?" in Urls

    Yep, now i understand that too...i wanted to ask this a long time ago:)thanx for your post Skemcin.
  6. add a p class... .iframe { position:absolute; top:*px; left:200px} and then you add: <p class="iframe"><iframe src="http://google.com"></iframe></p> And the iFrame will be positioned from * px from the top and 200px from the left...
  7. Xtazy

    shoutbox

    do you know a website where i can get the script of a shoutobox but without enter the address of the site? because it isn't published 'till now...
  8. Xtazy

    whole structure

    i decided to move manually the whole structure. And i couldn't have used CSS or XHTML with div i="top" because most of site elements are positioned absolute. And anyway, it wouldn't look better only with that banner on top...i decided to improve it a little bit and modify some things...
  9. how can i move the whole structure of a site, i mean the whole site, a little bit downer because i want to add a big banner...?please answer, i need an answer very fast...and i can't move downer all the elements from the site? please..
  10. Well...you don't learn nothing from big, leafy books. And Photoshop is one of those things that you can learn without that books. You just have to try some new stuff and do whatever you can think of, and, of course, try to do some stuff after tutorials. They help you very much to learn and understand the principle of the program.Of course, this doesn't mean that anything can be learned by this way. For example, you can't learn any programming language trying new stuff because you don't have any base.
  11. yep, really helped me...thanx...
  12. i have a forum created on proboards an i like it very much because it's easy to use and you just have to insert the color values for all the parts of the forum...it has a place for a banner too, a header , a footer...etc....
  13. i have this code, from drop down menu : <html><head><style>body{font-family:arial;}table{font-size:80%;background:black}a{color:black;text-decoration:none;font:bold}a:hover{color:#606060}td.menu{background:lightblue}table.menu{font-size:100%;position:absolute;visibility:hidden;}</style><script type="text/javascript">function showmenu(elmnt){document.getElementById(elmnt).style.visibility="visible"}function hidemenu(elmnt){document.getElementById(elmnt).style.visibility="hidden"}</script></head><body><h3>Drop down menu</h3><table width="100%"> <tr bgcolor="#FF8080"> <td onmouseover="showmenu('tutorials')" onmouseout="hidemenu('tutorials')"> <a href="/default.asp">Tutorials</a><br /> <table class="menu" id="tutorials" width="120"> <tr><td class="menu"><a href="/html/default.asp">HTML</a></td></tr> <tr><td class="menu"><a href="/xhtml/default.asp">XHTML</a></td></tr> <tr><td class="menu"><a href="/css/default.asp">CSS</a></td></tr> <tr><td class="menu"><a href="/xml/default.asp">XML</a></td></tr> <tr><td class="menu"><a href="/xsl/default.asp">XSL</a></td></tr> </table> </td> <td onmouseover="showmenu('scripting')" onmouseout="hidemenu('scripting')"> <a href="/default.asp">Scripting</a><br /> <table class="menu" id="scripting" width="120"> <tr><td class="menu"><a href="/js/default.asp">JavaScript</a></td></tr> <tr><td class="menu"><a href="/vbscript/default.asp">VBScript</a></td></tr> <tr><td class="menu"><a href="default.asp">DHTML</a></td></tr> <tr><td class="menu"><a href="/asp/default.asp">ASP</a></td></tr> <tr><td class="menu"><a href="/ado/default.asp">ADO</a></td></tr> </table> </td> <td onmouseover="showmenu('validation')" onmouseout="hidemenu('validation')"> <a href="/site/site_validate.asp">Validation</a><br /> <table class="menu" id="validation" width="120"> <tr><td class="menu"><a href="/site/site_validate.asp">Validate HTML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">Validate XHTML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">Validate CSS</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">Validate XML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">Validate WML</a></td></tr> </table> </td> </tr></table><p>Mouse over these options to see the drop down menus</p></body></html> so how can i make the options of the menu to be in a column and the drop down to be kinda drop left menu
  14. Xtazy

    font-size method

    p {font-size: 100%}p {font-size: 200%}p {font-size: 300%} etc.
  15. i didn't understand pretty well but if you refer to the opacity of an image, photoshop is the solution...
  16. Xtazy

    resolution

    hey...how can i remedy a resolution problem? on 1152x864, the site looks fine, but when i turn to 1024x768, it gets too large...to remedy this problem i should get off some important things on my site or to change the whole positioning...any other ideas?thanx in advancebtw, didn't know where to post this...
  17. Xtazy

    align a marquee text

    In mozilla and IE it works...well, i tried kool moves but i gotta buy it and i pretty don't want to,...
  18. Xtazy

    align a marquee text

    i tried with center, div align and css too but when i use these, only the final part of the scroll appears...
  19. Xtazy

    align a marquee text

    Btw, the code: <marquee width="200" height="3" direction="left"scrollamount="5"><br><font size="50px" color="white">4ROCKY.com</font><br></marquee>
  20. Xtazy

    align a marquee text

    How can i align a marquee text? any way, just tell me...
  21. Xtazy

    iFrame positioning

    How can I align/position an Iframe?
  22. Why don't you use CSS?use a <p class> and allign it: .thenameoftheclass { top:x px; left:x px; right:x px}
×
×
  • Create New...