Search:
Type: Posts; User: lazyminion
Search:
Search took 0.01 seconds.
-
Hello,
How do i make form elements mobile friendly.
Like i can add p tags out side the form with no style and they resize nicely on mobile device, but the form elements stay small including...
-
Hello,
First site i have built for someone.
Would like some feedback...
http://howtomilkacow.net/pacxcan/index.php
I dont know JS... so yeah no AJAX.....
-
Hello,
Really like the site, i think only thi i noticed was a spelling mistake.
Second tab on the banner, "What if you gave a part and nobody came" Have i guess...
Heh but yeah i only could...
-
Hello...
Just wanna know how to make the drop down list stay so you can move the cursor on it and select it...
This is just stay if i hovered over the link....
<style>
-
Thanks heaps, explained well!
Yeah i know a bit of PHP and like no JS so was kinda trying to get everything done by PHP....
What i ended up using was CSS Media Query since the end goal i had...
-
Hello,
I would like to find out the browser width's numeric value.
<?php
$width = " <script>document.write(window.outerWidth); </script>";
echo $width;
-
I think you have done it thanks heaps!!!!
-
Hello,
Hope this is what you are looking for, sorry no style just quickly made.....
======================================================
<style>
#bar ul {
list-style-type:none;...
-
Yeah bit of code or the URL would be good.
Have you tried margin auto?
margin-left:0 auto;
margin-right:0 auto;
-
Could you use z-index and make the image hide behind then when hover it comes above the image?
Something like?
a {
position:relative; z-index:1;
}
a:hover {
z-index:1000 /* doesn't...
-
Hello,
Sorry unsure on how to explain this properly...
But say i have a div and i only want 5 sections in there and have this fixed on the page so you cant scroll past it...
How would i make...
|
|