Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Posts posted by real_illusions

  1. one way of putting vertical menus with tables in is what i do - although change the width value to however wide the menu is, and add whatever other attributes you want into there.put this table either inside another table, or use div tags to seperate the page.

    <table width="100"><tr valign="center"><td>some menu thing</td></tr><tr valign="center"><td>some menu thing</td></tr><tr valign="center"><td>some menu thing</td></tr><tr valign="center"><td>some menu thing</td></tr><tr valign="center"><td>some menu thing</td></tr><tr valign="center"><td>some menu thing</td></tr></table>

    i've yet to explore the css path of doing menus...so whatever anyone says about them, will be new to me.

  2. just tried it in both explorer and firefox, and the links appear as green and then light blue when you hover over them.perhaps you have a link colour in the body tag thats over riding the css? or another font tag somewhere in the document.

  3. i believe its javascript thats used for page counters.i usually search the internet for free javascript. had a quick look but cant find any page counters..but i'm sure i saw one somewhere.

  4. By the way. Why do you want to override this option? It's always a good thing to allow visitors to change the text size. After all- some of them might have a poor sight :) .

    i was going to say this too.if you over ride the text size option on your site, then you are actually in breach of the disability act on the internet. everyone needs to be able to read a website, no matter who they are.:)
  5. on the problem solved idea..i reckon a simple edit of the title thread would be sufficient.in the title description or something..like "resolved" or something.pretty much similiar to that french forum

  6. tried the above phpbut i got a parse error in this line

    echo "</tr><tr>";
    :)edit - ok..i discovered the problem was my fault.where do i put my html in that code? and how do you get rid of the calender code?2nd edit - now sorted that out. been told that by using complicated php, css show/hide with it all on one page...the menu, background etc.. will all stay loaded while the text loads.i guess this needs moving to the php section :):(
  7. thx for the help so far.i dont see anything on w3schools.com about the use of flash as html pages. i'm not great at flash, all i know is how to do the tween across the screen.dan the prof - that javascript idea intrigues me, any possiblililitiy that you can go further with that?about the div layers been targeted. the only link target attributes are blank, parent, top and self. so..i'm a bit confused by everything

  8. i hate frames, so i like to avoid them as much as possible. you get annoying borders too, well..it did when i tried it with the site.so..how do you go about it in flash?and what happens if a user doesn't like flash? could create 2 sites, one flash and one non-flash, just basic html, and an intro page saying which site to go for.

  9. Hi, not sure where to post this, so i'll post it here.is there a way of, making a page so that, the menu, logo and background stay where they are, so they are not reloaded everytime you press a link.But the text bit on the page, so to say, in its own area, changes each time you press a link. But, it does so in a cool way, like the text/images scrolls and fades away downwards, and then the new text and images scrolls and fades in upwards, kinda quickly.and also, the url stays the same, so it doesn't show any file names etc..just www.somesite.co.uk no matter what you press.i'm guessing this is possible with flash, and maybe php, but i have no idea on how to go about it.

  10. Hi, this is probably really simple, but since i dont know anything, i need some help.i like to know of a script that scrolls some text in a certain place on a website, like appears from nowhere, then disappears into no-where, while still showing the background image on the page.thanks:)

×
×
  • Create New...