Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help!

  • 20-11-2000 1:53am
    #1
    Registered Users, Registered Users 2 Posts: 1,134 ✭✭✭


    got a weby and i got 3 images top middle bottom. I need them put together so they look like one then i need text to be loaded into the middle one from clicking something on the bottom. Also when i try getting them into a table with 3 rows theres a gap and i cant get rid of it even with borders set to 0
    Anyone got some ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭Bard


    check your table tag to ensure that it has the parameters:

    cellspacing="0" cellpadding="0" border="0"

    check your image tags and ensure that they have:

    border="0" vspace="0" hspace="0"

    for the "text to be loaded into the middle one from clicking something on the bottom" you're going to need to use onMouseOver in JavaScript. To advise you on how best to do that, it'd be handy to see your existing code.

    bard2.gif


  • Registered Users, Registered Users 2 Posts: 1,134 ✭✭✭Chaos


    Excuse my ignorence but cant u just use them like tables and load a page onto the center one or somthing?
    nice one those lines worked!

    [This message has been edited by Chaos (edited 20-11-2000).]


  • Registered Users, Registered Users 2 Posts: 3,316 ✭✭✭ButcherOfNog


    Originally posted by Chaos:
    Excuse my ignorence

    No smile.gif
    cant u just use them like tables and load a page onto the center one or somthing

    No smile.gif


  • Registered Users, Registered Users 2 Posts: 1,134 ✭✭✭Chaos


    well if i use layers then or somthing smile.gif
    ill find u on irc later butch and question you tongue.gif


  • Registered Users, Registered Users 2 Posts: 3,316 ✭✭✭ButcherOfNog


    well oddly enough, the very first webapp i wrote, had basically what you want in it. hidden <div>'s shown by mouseovers i fink, i could give u a url. but then i'd have to kill you smile.gif


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,134 ✭✭✭Chaos


    no i didnt want a mouse over job. 3 tables/layers in the middle of the screen, each with an image in it. Bottom one has links when u click the link a a web page with text appears over the middle image........


  • Registered Users, Registered Users 2 Posts: 3,316 ✭✭✭ButcherOfNog


    hmmm, so these webpages u want to load ... they are separate, and need to stay separate webpages?

    if so i don't think theres any htmly way of doing that (i could be well wrong on it, but i can't see how you'd load pages into an existing page using basic html). you could do a really clunky frames solution redface.gif)

    if you can run ASP pages, u could load those webpages as include files in the central table cell .. sorta like the http://www.hotinternetvirgins.com site does, but that means a round trip to the server. not sure about php etc as i ain't used them, but i presume u can do similar stuff in em.


  • Closed Accounts Posts: 6,601 ✭✭✭Kali


    SSI is the easiest solution to just include a html file.


  • Closed Accounts Posts: 3,859 ✭✭✭logic1


    you could always divide your page into three frames and when you click the text at the bottom make the middle one the target frame.

    .logic.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    no i didnt want a mouse over job. 3 tables/layers in the middle of the screen, each with an image in it. Bottom one has links when u click the link a a web page with text appears over the middle image........

    You can't load a webpage over an image with HTML. You can use a hidden, transparent layer, and toggle it to visible with an onClick action, or you can use onClick to replace the image with another one, onMouseOver style. You'll get tuts and scripts you can modify from any DHTML site.

    http://www.google.com/search?q=DHTML


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭Bard


    *yawn* *cough* *splutter*

    get dreamweaver

    get dreamweaver's extensions

    smile a lot

    *yawn* *sniff* *snore*

    bard2.gif


Advertisement