-
Im looking for an image rotator.....
Try this: http://www.dyn-web.com/code/rotate_images/rotate_random.php
-
How to get IE6?
I use this. Its a great tool. IE6 tester
-
Spaces in CSS menu?
Thanks for the help. I found the fix. display: inline-block;
-
Spaces in CSS menu?
I removed it but still the same. This is only an issue in ie6!
-
Spaces in CSS menu?
Hi Guys, Can you help me with this. How can I get rid of these spaces between the buttons? HTML: <div id="sidemenu"> <h5 class="headerbar">Quick Links</h5> <ul> <li><a href="#">Services</a></li> <li><a href="#">About us</a></li> <li><a href="#">Contact us</a></li> </ul> <div><img src="images/side_bottom.jpg" width="206" height="37" align="left" /></div> </div> CSS: .headerbar{ background-image: url(images/side_top.jpg); text-align: center; height: 33px; line-height: 33px; } #sidemenu{ width:206px; top: 20px; position: absolute; left: 36px; } #sidemenu ul { list-style: none; padding: 0; margin: 0; } #sidemenu li a { background: #fff url(images/side.jpg) repeat-x left bottom; height: 27px; line-height: 20px; float: left; width: 206px; display: block; text-decoration: none; text-align: center; color: #000; } #sidemenu li a:hover{ color:#113C9A } Thanks.
-
oh man this is killing me!
You could stick the entire bottom bit in a container div with the same background colour!
-
Best Way of Getting Images
Try google Picasa 3
-
Text Time and weather display
Hi Ben, I really like the 5 day weather view. I would like to do the same but only show weather warring and across the whole of the UK. I can see how you do this, do you use an RSS reader? I cant see any links to a API! Cheers
-
open source photo gallery system
Lightbox looks great and is so easy to set up : http://www.huddletogether.com/projects/lightbox2/ Good video how to: Hope this helps.
-
Help: How do I export data from MS Access to a website template?
Hi Guys, Found how to do this. Just in case anyone needs to known: You need to build mod in access which uses the PRINT # command. More details can be found here: http://www.meadinkent.co.uk/awebpage.htm Thanks.
-
How do I import specific data from a webiste?
Sorry I dont know the Process you have to complete to get this info but a possible way would be to set up a macro. This would perform the task you would do but paste the results in to an excel sheet which you could then search for data. Someone maybe be able to give a better solution. easy macro
-
Help: How do I export data from MS Access to a website template?
Hi Guys, I have data in an access data base which I need to export to an html page. This html page has to fit in with the rest of my site. Does anyone know how you do this? Links to how to’s welcome! Thanks
-
Can you: preview image from one web page in another?
Sorry guys, this is hard to make clear… I am building status pages. 4 single webpages which will show either red/amber/green images. I want a 5th page which will show all 4 states together. I want this grouped page images (states) to be driven by updating the 4 other single pages. The single webpages states are changed by changing what css file the point to. Any sorry….and thanks
-
Can you: preview image from one web page in another?
Sorry I wasnt very clear. I am looking to dynamically update one image by changing the image on another page? Hope this is better...
-
How do i centre my website horizontally and vertically?
This is how I do it.