Search:
Type: Posts; User: stefanraj
Search :
Search took 0.01 seconds.
Hi,
Have you used two different columns to implement this or used the code and submit button in single column (td) ??
Please can you explain in detail ?
If you use two columns you can give...
Hi,
I don't understand what you need and what is missing in the website link you have given?
Can you post the code with explaining your need in detail.
Hi,
I have referred your code as you have given above.
If you want to turn all rows into columns I will recommend you to use div tag instead of using table.
Because you can get some tabular...
Yes,
You can unset the css properties for the particular tag by changing the class name or id name of the particular tag. If you can change the class name for that tag, you can also specify the...
Hi,
We can do it using simple css code. You can write your css for the particular <td> tag ie., column of the table while hovering it.
Take this example:
html code:
<table>
<tbody>
Hi,
Are you talking about the background image of the body section? If so you can use this to bring that to right corner of the page.
background:#000000 url(TMIbg.jpg) repeat scroll right...
Hi,
As far as I know we can't use list-style property for <a> tag, It can be used only with lists.
Please try to use background image for <a> tag otherwise use list-style-image in li:hover.
Hi,
Try to give some padding to li tag in bottom and top .
I think it will solve the problem in IE browsers.
Yes, It won't need PHP for your code as it is using the same class.
But if we want to change the class name of the tags dynamically, we can change it by checking the condition using PHP.
If you are familiar with these kind of stuffs you can learn CMS(Drupal, Joomla, etc.) easily so that we would be mastered in web development.
Hi,
Are you talking about this image http://imgur.com/BX7N9.png ?
If so you have used the single image as background.
So I think better you can do it in photoshop as you wish.
Hi,
Its better if you use table tag so that you can align the content how you want..
@Fang: Thanks for the useful link:)
Hi,
Thanks for your help:)
Sorry I don't know, But better you can use css to display images horizontally, and use some scripts to move images as your desired way..
Yes,
It will show nothing if we use the same color for text as well as its background color.
That might cause this warning..
I think some versions of the browser won't display some fonts.
That may cause the problem..
Have you checked in other browsers??
If it shows the correct result in all browsers without using this css(position: relative; top: 6; and left: 20px;), Problem is with IE ony.
Check it.
Is there any solution to solve this in IE??
Any help would be appreciated?
Hi guys,
thanks for these useful links..
Try to give padding with point values.
padding:0 6.3px;
I hope it may fix the issue..
If IE says an error in all pages, that won't cause this problem of not displaying the image.
So please clear all caches then try again..
I am not understanding, Are you using list-style-image to <a> tag??
Hi,
As aj_nsc said Please make sure about the extension of the file whether it is saved with extension .html (or .htm) or not.
Hi,
Is there any possibility to implement this.. If so it would be helpful for me too.
Hello Kravvitz,
Amazing..., thanks a lot this useful tip.