User Profile
Collapse
-
Well I get the same result whether I keep it in the P tags or not, It's fixed now anyway... so nyah!... -
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:Leave a comment:
-
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 :-)...Leave a comment:
-
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....Leave a comment:
-
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...Leave a comment:
-
Maybe i should try putting the img and p into separate rows of a table? What do you reckon guys?Leave a comment:
-
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!
... -
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... -
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
RyanLeave a comment:
-
-
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/))...Leave a comment:
-
original version:
http://testsite.fisher .co.uk/2008_Redesign/contact_us/contact_us_TEST 3.htmlLeave a comment:
-
Thanks for trying but that JS broke it:
http://testsite.fisher .co.uk/2008_Redesign/contact_us/contact_us_TEST 2.htmlLeave a comment:
-
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!...Leave a comment:
-
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!Leave a comment:
-
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.Leave a comment:
-
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.Leave a comment:
-
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... -
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...
No activity results to display
Show More
Leave a comment: