What a scary story. I really hope Chris gets his domain back, considering how much work he has put in the site over the years. I am reconsidering using a product from my registrar (name.com). It is...
Type: Posts; User: azoomer; Keyword(s):
What a scary story. I really hope Chris gets his domain back, considering how much work he has put in the site over the years. I am reconsidering using a product from my registrar (name.com). It is...
I don't see the ultimate fade-in slideshow anywhere on the page you link to(http://www.awstyle.co.uk/coppicehotel). Could you provide a link to a page where you have tried to implement the script,...
try adding this to the css
p { margin: 0;}
and see if it helps
to make your test page work, you would need to add some more (as explained on the demo page). see the highlighted below
<html><head>
<meta http-equiv="Content-Type" content="text/html;...
The doctype declaration should be the first thing on the page, above the html and head tags, take a look here.
Maybe it will work if you corrected that !
I'm a bit lost when it comes to tables so I can't suggest anything right now. However, I noticed that the lower part of the page shifts to the left in relation to the header when I resize the window,...
If you start out with a css reset like the meyer reset and adjust the style from there, it will increase the chances of cross browser compatibility. The smartphones may require some more work though.
Post a link to your website so we can check it out, and a link to the live clock script on dynamic drive would also help.
Changing the footer css from position: absolute; to position: relative; seems to work when I try it out in firebug.
#footer {
position : relative;
width : 100%;
left : 0;
bottom : 0;
padding...
Did you try to change the persiststate to false, in this part of the code ?
persiststate: false, //persist state of opened contents within browser session?
Hi davelf, it's always interesting to see your projects, nice, but as you said, the load time is loooong. Come to think of the lazy load jquery plugin, maybe you could use something like that....
You need to give the divs a high z-index. Try z-index:1100
here is an example of a way it could be done
Maybe this thread could be of help. Otherwise you could use a jquery based lightbox clone like slimbox2 or fancybox to avoid the conflict.
There is a demo of the above here.
Post a link to your page if you need more help.
You may find this blogpost helpful:
http://www.dynamicdrive.com/forums/blog.php?b=248
something like this should work
<a href="#" onclick="mygallery.navigate(0); return false;">Link to slide 1</a>
in the jqueryslidemenu.css you could add the highlighted z-index
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}
Maybe you could use slimbox instead. It already has the functionality you ask for. The overlay mask can be disabled if desired.
In the clopay_style_page.css file around line 524 you have this css rule:
a span {
display: none;
}
this is hiding the status icons. If you delete it they will show, but you will probably...
it should work if you put this in the head section of your page
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
Something like this, with an absolute path should also work
...
Try changing this
defaultexpanded: [0],
to
defaultexpanded: [],
hope that does it
Maybe you could use gimp, well you would need to download. Or you can download a free trial of paint shop pro.
I see it on the main page(index.php) and not in a js file.
go here and view the sourcecode. You will find it around line 40
I tried adding position: relative and a high z index to the nav-pan div and that seem to help
div#nav-pan{width: 1000px; margin-left: auto; margin-right: auto; height: 27px;...
There are many ways to skin a cat.
You could put something like this in the head section of the page:
<style type="text/css">
#my_menu { margin-left:100px;
}
</style>
that would move the...
I think it's the stepcarousel you need to adjust. Try changing the milliseconds(highlighted) in the piece of code shown beneath:
<script type="text/javascript">
stepcarousel.setup({...