[help]<div And Link Ids Stop Working
There's no incompatibilities of that sort that I know of... perhaps a snippet of the code you're using could help?
Never heard of such a problem but:
Dont put <? ?> any php in the css file directly!!!
The filename must be .php instead of .htm at the end if u use php...
Perhaps it was anything of these
OK, here's what I've got in the CSS file, that's relivant:
#mainimg {
height: 70px;
background: url(images/header.gif) no-repeat top center;
}
#home-link {background-image:url(images/contact.gif); background-position: 0px 0px; display:block; width:55px; height:30px}
#home-link:hover {background-image:url(images/contact_over.gif); }
#home-link:active, #home-link:focus {background-image:url(images/contact.gif);}
and here's the relivant information from the .PHP file:
<div id="mainimg">
</div>
<a href="http://stylesuites.com" id="home-link"></a>
Also, here is the bit of PHP that is causing the trouble:
<?php
include("http://www.theconcessionstand.co.uk/forums/ssi.php?a=news&show=10");
?>
Hopefully this means something to someone ![]()
make sure you have linked correctly and tags correctly, or it will not parse it ![]()
Originally posted by pwnzrzpat@Sep 29 2004, 01:12 AMmake sure you have linked correctly and tags correctly, or it will not parse it
<{POST_SNAPBACK}>
Yup, just checked it. All correct ![]()
Originally posted by Simon@Sep 28 2004, 08:48 PM<{POST_SNAPBACK}>
Try using class instead of id (e.g ) - Maybe that will help...
Originally posted by dappleyard@Sep 29 2004, 01:27 PMTry using class instead of id (e.g
) - Maybe that will help...
<{POST_SNAPBACK}>
I replaced id with class in the
Think I Fixed it - If not: Re-Call me on MSN
Yay, pichfl fixed it. Everyone say Thanks to pichfl! ![]()
How'd you fix it?
Mind posting the solution for those of us who were following this thread with great curiousity? ![]()
I consider it might rude when people ask an open question, then solve it in private, but don't post a solution <_<
Originally posted by Stevie BM@Sep 29 2004, 06:26 PMI consider it might rude when people ask an open question, then solve it in private, but don't post a solution <_<
<{POST_SNAPBACK}>
Heh, sorry Mr Stevie Sir; didn't think there was anyone actually following this thread apart from the kind people that helped me ![]()
Replaced the current
<div id="home-link"><a href="http://stylesuites.com" id="home-link"><div id="blind"><!--No Content--></div></a></div>
and then added the following to the CSS;
#blind{
height:30px;
width:55px;}
Thanks again pichfl ![]()
Aqua-Soft Forums