@molendijk No rush, I am just going to use static pixel placement, that seems to be the norm for this style of website. But I will continue looking into dead center placement as I can always use it...
Type: Posts; User: nate51; Keyword(s):
@molendijk No rush, I am just going to use static pixel placement, that seems to be the norm for this style of website. But I will continue looking into dead center placement as I can always use it...
@molendjk Sorry about that, I forgot to upload and was viewing off my desktop.
Click Here for new demo
As you can see it helps to make the first stage fit your screen perfectly, but I had to...
@molendijk @itivae link is in first post. I am starting to assume it's not common practice to layout the content in the center of the div as all the horizontal scrolling sites I have seen seem to...
Does not work.
Spoke to soon, when I apply the container div to all the pages, all their contents get dragged onto the first stage. They are using my browser window and not each stage div to place themselves. I am...
Hey Arie, thanks for the tip, I changed things up a bit. I added a container div in the center that holds the contents and made it absolute with a top, left, right and bottom of 25% and it centers in...
I am working on a side scrolling project and am having trouble with centering the individual pages content. I made each stage 2000px in width and my body has an assigned width so they can stack side...
I could be wrong here, but it's worth a try. the divs you are using for the navigation and content, give them a float of left in your css, that will force their left sides to align and may get them...
A test of the mobile site can be found here http://nateweb.ca/mobile/indexn.html css is located here http://www.nateweb.ca/mobile/css/mobileStyle.css.
I find in FireFox mobile, Opera and the...
I have a mobile site that seems to display fine on an iPod, but when I try to view it on my Android phone it starts off really zoomed in, I have to pinch to zoom out to see the site in full.
Has...
@vwphillips Thanks for the info, I tried it again and realised I had made a spelling error the first time I did it. I added the field name to the array and it works great, when the field is on screen...
I have a form that when you select 'Yes' from a drop down menu a field appears. The projects requires that I make the field mandatory if the option of yes is selected fro the drop down.
I am using...
I tried removing the header line and it was then loading the php page that sends the form data so my site would jump from my site to a white page with the php code displayed. I just put the form in...
I have a feeling this is a simple fix, but I am having some trouble with this one. I have a contact form that I do not want going to a "thank you" page.
Here is the code I am using on the php...
Here is a working example http://nateweb.ca/preview/nav_test/
As you can see the second image changes on the first image mouse over action. But the first image does not go back on mouse out.
I am starting to wonder if this will fall into the Javascript section soon.
I am able to change both images on one mouse over, the problem I have now is on a mouse out, only the second image...
I have a drop down menu that works great in Chrome but in IE 9 I am getting spaces between my images for my navigation bar. My HTML is as follows...
HTML
<ul id="nav">
<li><a href="#"><img...
I am using the roll over function in DreamWeaver and was wondering if there is a way to edit it to change 2 images on a mouse over vs the one it does by default?
The Javascript
<script...
Oh! got the solution, by dropping
line-height: 0px;
In the CSS containing the two elemnts solved the problem perfectly!
I have a flash element and a div for a navigation right under it. Now in Internet Explorer and Chrome it displays fine. But in FireFox there is a small space of about 4 pixels under the flash elemnt...
1) Script Title: Drop Down Tabs
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex1/droptabmenu.htm
3) Describe problem: I have this running fine in IE and FF but when I try it in...
I am making a tableless site with external css and when I preview on IE, FF and Chrome offline everything looks perfect.
But when I upload the page to a live space and try to view, it's still...
I have a website running with WordPress and it works fine under IE8, FireFox and Chrome. Though when you select "compatibility view" or view the site under IE7 and below the titles and the navigation...
I have XML working great, the button gets labelled properly and the description is proper but for some reason my main image skips to the next image in the XML.
This is my AS 2.0
myXML = new...
solved the issue, post can be deleted it was a small stupid thing I forgot.