Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #14.9K
Ranked #2K
~5K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for idesignyards

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.

Member Avatar for piers
0
3K
Member Avatar for Nfurman
Member Avatar for Nfurman
0
145
Member Avatar for thijscream
Member Avatar for shivarocks
Member Avatar for dlr258

use java script for drop down menu, it will show in ie6 also, for reference you can see dynamicdrive.com

Member Avatar for dlr258
0
231
Member Avatar for kylestudent

Correct alignment needs properly tagged element also please check the html where some tag is not closing properly

Member Avatar for techRobo
0
116
Member Avatar for mangopearapples

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

Member Avatar for mangopearapples
0
94
Member Avatar for adcgv
Member Avatar for Agarsia
0
109
Member Avatar for veledrom

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.

Member Avatar for digital29
0
279
Member Avatar for Virangya

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.

Member Avatar for tinimic
0
363
Member Avatar for SKANK!!!!!

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 …

Member Avatar for unlimited071
0
597
Member Avatar for DrewL

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.

Member Avatar for Rajib Ganguly
0
171

The End.