-
-
send a variable through url help
Gave you a plus1 HogIT, appreciate that!!! Still getting to grips with PHP.LOL
-
-
send a variable through url help
Having an issue passing the user_id variable to a confirm delete page from within a while loop iterating and displaying all registered users. echo '<a href="deleteuser.php?$user_id='.$row['user_id'].'" class="bottommargin"><img src="../images/Delete.png" width="24px" height="24px" />Delete</a>'; Any help greatly appreciated.
-
Display Inline DIVS below each other
try experimenting with 'clear:both'.
-
ie6 a list and :hover
I am trying to find a work around for IE6 for a ul list within a li element that appears on hover. I have read up on some methods, just wanted to get some opinions on this?!!
-
New Site - nowicki-design
The dropdown appears under the contact tab in Chrome!!!
-
Rounded Corners + Drop shadow with CSS
With rounded corners and box shadow, at the moment with Google Chrome, Firefox and Safari you can use pure CSS to create what you want. Simple as -webkit-boxshadow -moz-box-shadow. For the older browsers (IE6) and current IE versions you will need to find possibly a javascript/css or JQuery solution. Google around along those lines!!
-
@font-face and Opera
Hello Everyone, Currently working on a site and trying to use @font-face. Its fine on most of the current browsers except for Opera. I just wanted some advice tips pointers etc here is my code: @font-face { font-family: 'LacunaRegular'; src: url('type/lacuna.eot'); src: local('Lacuna Regular Regular'), local('LacunaRegular'), url('type/lacuna.woff') format('woff'), url('type/lacuna.ttf') format('truetype'), url('type/lacuna.svg#LacunaRegular') format('svg'); } Cheers for tips.
-
how to fix Background image
add to your CSS background-repeat: no-repeat;
-
How do to make a div act as a link?
or simply ad "onclick="location.href='yourlinkhere';" style="cursor:pointer" to the div?!!
-
JQuery PHP Contact Form
You should check out 'Live Validator', its a lot lighter and simple to implement! Link
-
Using PHP and MySQL together
Try these!! tizag My link php builder tutorials
-
display:inline-block not centring in div
try li { display: block; } li a { display: inline; } had something similar before, I think that should sort it out for you
-
Silverstripe
Just was wondering if anyone had any experience working with the Silverstripe CMS?
-
Made possible with the help at WDF
Thumbs Up!! Good first work!!
-
Design refresh, some constructive criticism please
Looks Good!!