User Profile

Collapse

Profile Sidebar

Collapse
ryrocks
ryrocks
Last Activity: Aug 29 '08, 12:49 PM
Joined: May 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ryrocks
    replied to Horizontal scroll - img & p
    Well I get the same result whether I keep it in the P tags or not, It's fixed now anyway... so nyah!...
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to Horizontal scroll - img & p
    Well, I've stuck the content into a table. Image in the top row, text in the bottom. There is a div holding the table with overflow: auto and white-space: nowrap... works a treat :-) I didn't really wanna use table, but se lave!

    Here's the working code:

    Code:
    <style>
    #holder {
     margin: 0;
     padding: 0;
     height: 230px;
     width: 358px;
     list-style: none;
     overflow:
    ...
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to Horizontal scroll - img & p
    I understand how this code shows the values of 'inline' and 'block, how can this effectively be applied to my problem?
    Thanks for your help :-)...
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to Horizontal scroll - img & p
    displaying the image as 'block' does make the text go under the image but it also makes the overflow display vertically, not horizontally.
    Floating the images 'left' makes the images bunch together in an untidy fashion....
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to Horizontal scroll - img & p
    This results in the same problem. Removing ' display: inline;' and taking the text out of the <p> tags does nothing, the text is still displayed next to the images, not underneath...
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to Horizontal scroll - img & p
    Maybe i should try putting the img and p into separate rows of a table? What do you reckon guys?
    See more | Go to post

    Leave a comment:


  • ryrocks
    started a topic Horizontal scroll - img & p

    Horizontal scroll - img & p

    Hello everyone!

    Im having a little trouble with my horizontal scrolling set of video thumbnails.

    I've got 6 video thumbnails that the user scrolls through horizontally, I've got this working fine with the images. However, I want a small peice of text underneath each image - the title of the video.

    But i can't get the text to display below the image without messing up the horizontal scrolling!
    ...
    See more | Go to post
    Last edited by eWish; Jul 17 '08, 03:33 AM. Reason: Please use code tags

  • ryrocks
    started a topic Hyperlink from XML

    Hyperlink from XML

    Hi everyone,
    I’m having a bit of trouble with my flash carousel. I’m pulling in the image source and descriptive text from an .XML file. This works just fine :-)
    However, I want a button with a hyperlink that takes the user to another page, the URL must be specified in the .XML file, as I will be pulling in various URLs.

    I've broken down my example to the basic problem:
    Here's my AS code that pulls in the...
    See more | Go to post

  • ryrocks
    replied to show/hide div not fully working in IE
    I've fixed it! (sort of)
    I've changed the title of the bars to an image with text rather than just a <p>text</p>

    Its a bit of a bodge but at least it works!

    Thanks to everyone for their help, especially hsriat

    Ryan
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    nope that didn't work :-(
    Thanks for all your help
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    I've remove my JS code and replaced it entirely with your code:
    [CODE=javascript]window.onload = function() {
    var e, i = 0;
    while (!!(e = document.getEle mentById('galle ry').getElement sByTagName ('div') [i++]))
    if (e.title.match(/^tab/))
    e.onclick = function () {

    var getEls = document.getEle mentsByTagName( 'div');
    for (var z=0; z<getEls.length ; z++) {
    if (getEls[z].id.match(/^tab/))...
    See more | Go to post
    Last edited by gits; May 28 '08, 02:39 PM. Reason: added code tags

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    original version:
    http://testsite.fisher .co.uk/2008_Redesign/contact_us/contact_us_TEST 3.html
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    Thanks for trying but that JS broke it:
    http://testsite.fisher .co.uk/2008_Redesign/contact_us/contact_us_TEST 2.html
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    Exactly! I've not idea why it only works when you click the text or the border. And why does it work fine on the top bar? Yes I think IE7 is getting confused... like me!...
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    well im glad it works in IE6! I've been unable to test it with that. However IE7 is still proving to be a problem!
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    Yes it works, but in IE you have to click on the text inside the second and third bars (product technical support and Regional sales specialists)
    I want the user to be able to click anywhere inside the bars, like with the top bar.
    See more | Go to post

    Leave a comment:


  • ryrocks
    replied to show/hide div not fully working in IE
    in IE you have to click on the text inside the second and third bars (product technical support and Regional sales specialists)
    I want the user to be able to click anywhere inside the bars, like with the top bar.
    See more | Go to post

    Leave a comment:


  • ryrocks
    started a topic show/hide div not fully working in IE

    show/hide div not fully working in IE

    Hi,
    Im making a 'contact us' page. The user click on the div, this then reveals another larger div displaying more information giving the effect of the box expanding or dropping down.

    I have 3 starting divs on my page, each one expanding onclick. The show/hide elemant works fine. There is one slight problem... I want the user to be able to click anywhere inside the starting div in order for the hidden div to be revealed. This...
    See more | Go to post

  • ryrocks
    started a topic show/hide div not fully working in IE

    show/hide div not fully working in IE

    Hi,
    Im making a 'contact us' page. The user click on the div, this then reveals another larger div displaying more information giving the effect of the box expanding or dropping down.

    I have 3 starting divs on my page, each one expanding onclick. The show/hide elemant works fine. There is one slight problem... I want the user to be able to click anywhere inside the starting div in order for the hidden div to be revealed. This...
    See more | Go to post
    Last edited by acoder; May 28 '08, 10:07 AM. Reason: Added [code] tags
No activity results to display
Show More
Working...