- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
12 Posted Topics
Re: is it possible to placing 3 div horizontally, and want to make it display & hide div on click. but rest of the div will be in full width as the page. | |
Re: just add the css ul, li { list-style:none; margin:0; padding:0; } | |
Re: I think one more option is checkbox, what do you think? | |
Re: use java script for drop down menu, it will show in ie6 also, for reference you can see dynamicdrive.com | |
Re: Correct alignment needs properly tagged element also please check the html where some tag is not closing properly | |
Re: use this way: <div id="no-space"> <image></image><image></image><image></image><image></image> </div> css as follows: #no-space {width:100%;} #no-space image { padding:0; margin:0; float:left;} or you may add this css on top of your style sheet * {padding:0; margin:0;} please let me know if any points | |
Re: Please fix the size of the form as width and height, so it will be looks nice. | |
Re: Another option is to make in center by CSS, but before that be sure that the page is xhtml1.0 code is : margin:0 auto; hope it will help. | |
Re: First, set your CSS like this. [CODE]div#kol {width:200px ; height:auto:} table {width:100%;}[/CODE] As your div is 200px width. hope this will solve. | |
Re: A short brief about[B] HTML5[/B] It is very updated and current version of HTML, there is no need to show the browser to read dtd declaration for SGML, as before html 4.0, and many more new tag added. Also many more tag removed in this addition.finally IE9 will support this … | |
Re: hi, this is not a problem, it a bug for IE7 please replace the code, and try. [CODE] body { font-family: "museosans_500", Arial, Helvetica, sans-serif; font-size:small; color:#000; background-color:#000; margin: 0; padding: 0; background:url(images/bg.jpg); } [/CODE] Hope its ok now. |
The End.