I see, right thanks again.
But what about if say my columns had dynamic content, and it was ever changing.
I would I then handle the height issue.
Its a shame that the longest floating column doesnt dictate the height of the page, rather than having to hard code it in.
Thanks
thanks johnwm,
that has now allowed me to release the right column, and once again it does not play ball without me having to force the right column up bu using a negative top value, which I dont want to do really.
Is there a better answer to it than that.
Thanks again
In IE I got the main content area to move to the height of the left content area.
http://www.accend4web.co.uk/bpcs/index.htm
But in FF it doesnt move down.
Can anybody help me with this one.
Cheers
http://www.accend4web.co.uk/Dragon/index.htm
The main nav underneath the image is causing me a few headaches.
As you will see they dont match up, as the buttons in FF are away from the eeft, whilst the gap that in mozilla on the lft of the nav is then rolled over and runs off the right.
There...
here is the rest of it.
function addScrollers() {
// code each scroller as follows:
// startScroll('id of scroller div','content of scroller');
startScroll('myscroller','<p><a href="#"><u>MILLING MACHINES</u><\/a><\/p><p><a href="#">AJAX VMC 1000<\/a> - Fitted with Heidenhain 426 Control with...
Hi tsuji,
I do not code in honesty in JScript, this is a vertical scroller that I'm trying to debug to put in a site. I put that alert is and I got a <p></p> which i sorted out, and then on refresh i got nothing, but the object required error.
Im sorry that Im not working with you properly...
Hi tsuji,
thanks for your help, I have done those changes as shown in the code below:
var speed=20; // scroll speed (bigger = faster)
var dR=false; // reverse direction
var sH;
var eH;
var sTxt;
var step=2;
function objWidth(obj) {
if (obj.offsetWidth)
return obj.offsetWidth;
if...
ok sorry to keep posting guys, but im sort of managing to make the error more specific now.
var step=2;
function objWidth(obj) {
if (obj.offsetWidth)
return obj.offsetWidth;
if (obj.clip)
return obj.clip.width;
return 0;
}
function objHeight(obj) {
if (obj.offsetHeight)
return...
Ok I broke it up a little as below, and the error is more specific now.
var step = 2;
function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth;
if (obj.clip) return obj.clip.width;
return 0;
} function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight;
if (obj.clip)...
Hi there,
Thanks for the advice and I went ahead and pasted the code as above, and the error dissapeared but the ticker no longer worked.
So I guess that it basically either needs to be in that block or I need to look at somethign else.
Shame though, I though we could have moved on with your...
I have an object required error and its coming from the bunch of code below, but cant work it out.
var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return...
Hi Chris,
Ok I'm going to follow your advice and take the lot down, it always played on my mind why the likes of Hamleys, amazon etc never had any link pages like that, and I was selling the site cheap for doign it.
I get an odd clcick here and there from them, but nothing at all if you really...
Hi Chris,
You would forget them completely would you? as in if that was your site you would take the lot down would you?
Isnt it an important part of my indexing in google though, as in if I take that lot away, they will remove me from their sites and i will lose out wont I?
Thanks for everything guys, I think from talking to other people and from this site, I might give it a miss or come back to it at a later stage.
I know this is way off mark on this post, but I am worried that Im selling my site short in terms of offering out reciprical links, but on the other...
you sure it looks ok, to me i got 5 on top line then because there no restriction it got 6 on second line and its squashed up, forcing the line below to wobble.
I was thinking of cutting each line to 5, then i wouldnt have that problem.
but will try your suggestion now.
Thanks
lol sorry, forgot to put link in...
Lucky this isnt paper, my carbon foot print wouldnt be too clever.
http://www.checksafetyfirst.com/en/hotel.php?Id_Hot=120&Id=0
Ive had a bash using the css below, and it isnt quiet right, and cant get it to only pump out 4.
.navHotel {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px 0px 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
}
.navHotel LI {
PADDING-RIGHT: 0.5em; PADDING-LEFT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.