Looks like you hit the nail on the head there! I went back and had another look and saw I should have taken out the float from earlier.
Thanks!
Type: Posts; User: drhoctor
Looks like you hit the nail on the head there! I went back and had another look and saw I should have taken out the float from earlier.
Thanks!
Hi all,
I have been trying to line up a button beside a asp:textbox for over a day now! I've tried floating, clearing and finally got it to work in IE7 with absolute positioning.
But I still...
Apologies the link should have been http://www.hoctordesign.com/index.aspx
When I view it in IE6 I get the images centered and the text below.
Hey,
I've been playing with it for a while but can't figure the problem! Can anyone advise why http://www.hoctordesgin.com/index.aspx won't display my pictures aligned right and my text on...
What I'm after is to have this form on my front page and have the results posted back to a different page that loads when you click search.
Hi,
I've got a search form that fires off to a third party PHP file to get the results and I'm hoping to have the results point to an iframe on a new page that loads. I have no real idea of...
Thats works, thanks!
I've now managed to get it working with
onClick="window.location.reload(true);
but only in IE. Can anyone help with FF?
Denis
Hi,
I posted a problem a while ago where I wanted to pass a url through to a page with an iframe and got a javascript soloution;
Link:
<a...
I had tried that before but obviously not in the right way! It's working fine now. Thanks for your time
Hi,
I'm currently putting together a few frontpage examples and have run into a few alignment issues. If anyone has some input it would be great!
First: <hr /> won't align center in Firefox...
Hey,
I'm looking for a web host for my web design site and as a platform for a small number of sites to be developed on. Cost is a major issue at this point just behind reliability.
I'm...
I'm really not up to speed with php and asp atm. I liked how simple the javascript was but it causes an issue that breaks the links when their put on the page that the iframe loads on.
Thanks for the input. I should have set those links to open new windows, I forgot. However the business wants to have all these pages opened with a frame so that they can have a back button and their...
Hi all,
I've just about finished a site revamp for a friend and am hoping to get some feedback. All the pages listed on the header menu are W3C and CSS validated. The couple of second level...
That's great! Thanks for your time
I created two simple pages;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Test for iframe url passthrough, main page </TITLE>
</HEAD>
<BODY>
Sorry what do you mean by "make sure you know what src is."?
I've played around with this and keep getting an error saying
document.getElementById( .... ) is null or not an object
Thanks for...
Thanks for that. I'm have a play around with it now
Yeah, just the iframe source on the page changes
Hi folks,
I've got what I think is a relatively simple problem;
I have a ul with multiple li links that I want to point to a page with an iframe. The only difference between each is the...
Hi all,
So I've been redesigning a site for a client for a while, I'm just getting back into the swing of this stuff after sometime off. I've had the usual FF vs. IE problems and gotten it...