I went into Dreamweaver yesterday and made loads of changes to my site but then when it finished putting all the files I went onto the website and none of the changes were there! I...
I was just wondering, is there a way, using java script or anything else, to set my website to automatically zoom in if the screen size it is bigger than a specified value in order to...
I had a javascript lightbox on my website and it worked fine until I created a new template for the design. Now the effect does not work! It is supposed to fade the background and...
Please help me!! My website looks fine on www.firstclassphotos.co.uk but if I add /index.html or visit any other page from there the design gets messed up! How can I fix this?
I have a left and a right div in my page content. The rigght hand side contains the actual page content and the ;eft contaons a navigation buton. I don;t know whyt ubt the right column is being...
If you want to style buttons you will need to either create your own buttons using divs etc. or add CSS (cascading style sheet) rules to the button here's a page that might help...
Thanks, that sorted the problem. Unfortunately now I have changed all my measurements from percentages to pixels the menu has disappeared altogether. If you have any ideas then the new thread is...
I posted a thread here http://www.webdeveloper.com/forum/showthread.php?p=1167073#post1167073 about my navigation menu having an unwanted margin and got that fixed and now I have another problem. I...
I have a navigation menu under my content on my page (non-scrolling page) but for some reason it is floating around 30px under my content instead of flush with the bottom of my content where it needs...
I have a mobile version of my site which is all placed inside a div tag that has height:auto and width:300px but when I view it on a mobile device it shows up all zoomed out which obviously isn't how...
I have a dropdown menu on my mobile compatible version of my site but the drop down item are off to the side when they show up after the original div has been hovered on. Here is what the problem...
Yes that is what I mean. I tried doing
height:auto; on the css rule for the content but that just made all the content panels the same height as the tallest one.
Hi, I am using a spry accordion on my site and I need the height of the content to change depending on how much there is in each panel of content. So that each content panel has an individual height....