Search:
Type: Posts; User: Siddan
Search :
Search took 0.05 seconds.
Hi
In the css style you have created a new class (period)h1
And IDs use hashes #, not period .
But you do not need to create a new class nor IDs for already existing elements.
Thatīs the...
You can try putting this code in your .htaccess
Replace "olddomain.com with your ip address, and ofcourse replace newdomain.com with your current one
This will do a permanent redirect to your...
Now that is quite interesting.
Even I can see the Resolved Thread link on this page. Allthough nothing happens when clicking on it :)
Been a while since I resolved my own starting threads but the...
I believe this can be done with the help by .htaccess
There you can replace your IP address with the domain address.
I don´t know how to code it but you should be able to search for guidlines in...
ok, here you go.
Tested and working. Also attached a sample menu image
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
Yup.. I had this on one of my sites once a long time ago...
But a quick search won´t kill you ;)
css column layout footer bottom
The third hit gave me the satisfactory result...
Hi
Good you got self-solved ;)
There is a menu on the window of your first post where it says Thread Tools You can find Mark thread Resolved
Hi
It is not really recommended to use images as menu text links.
But if you really must...
First you can merge those two images into one single image so that they appear under each other:...
I dunno.. The enter key is assigned to the submit button.
Perhaps this is rather a javascript question ¿
Hello
I am back with my annoying mail form again :)
Suddenly my website cannot send mails using the ordinary PHPmailer and now I obviously must use SMTP instead. So I really really need some...
That is what I meant by differences of top/left and margins.
Remove top and left to see its original position
.filterbox {
background-color: #FFFF99;
display: block;...
Well ok, if you want it to float over the element without it occupying any space then use position:absolute
There is a difference in position between
top:10px
left:15px
and
margin:10px 0...
Hi
position:relative with its top and left positions are causing this unphased layout.
Unless they are very needed, you can just remove them from your css...
.filterbox {...
Hi and welcome!
The text inside that element looks green to me
Empty divs have zero height, so that is why you do not see any BG image by default. Since all nested divs inside are floated,...
Hello again
Had a bit more of a thinker and thought of this:
First I have the user select stylesheet and within the default print "at the echo session at the bottom" I have put the timed...
Hi
Allthough I havenīt investigated mobile design yet but I know you cannot just ignore some html markup using css. You can at most just hide them.
Is there any reason why you are using tables...
Hi SrWebdeveloper
Your reply is very much appreciated!
Allthough it still seems to print out both stylesheet links after when user clicks on a link...
I dunno, it is just a suggestion and I...
Hey!
I am way over my head here, which I have now realized after trying for 3-4 hours.... So perhaps someone here may find this alot easier. :rolleyes:
So I have a working css color style...
Marvellous NogDog!
Allthought at first glance I was blank how to implement this, replacing your path example to the filename variable :)
After a few trial and errors I can now after succeeding...
Hello
I am in urge to modify a page to customize the output of title names in an image gallery.
I have all my images sorted as 001 first.jpg, 002 second.jpg, etc...
So the filename of the...
Setting a min-width will not work since all the "menu items" are positioned absolute.
Setting them to float instead will not align them as neatly.
But if you only wish for your top menu items,...
I had a quick glance on the codes your have posted, and there the center works fine, it does not follow the height of the side columns.
I haven´t had time to investigate your site yet, but there...
Hi
You could use an !Important statement here, if this is the only fix you need. Otherwise you´d better use conditional comments.
But you can try the !Important first.
Allthough I am not sure...
you cannot style an iframe to have 100% height...
But I found another thread who found help with javascript coding
http://www.dynamicdrive.com/forums/showthread.php?t=19900
Or search for other...