Click here to Skip to main content
15,868,016 members
Home / Discussions / Web Development
   

Web Development

 
QuestionA little Urgent: Apx (Html ) Rendering problem in Browser :Chrome Pin
T1000_20-Jan-11 16:55
T1000_20-Jan-11 16:55 
AnswerCross post Pin
Not Active20-Jan-11 17:08
mentorNot Active20-Jan-11 17:08 
QuestionHow to Remove Spurious Row Padding in Table Pin
Patrick Skelton14-Jan-11 23:56
Patrick Skelton14-Jan-11 23:56 
AnswerRe: How to Remove Spurious Row Padding in Table Pin
TweakBird21-Jan-11 1:20
TweakBird21-Jan-11 1:20 
QuestionRe: How to Remove Spurious Row Padding in Table Pin
Patrick Skelton24-Jan-11 7:13
Patrick Skelton24-Jan-11 7:13 
AnswerRe: How to Remove Spurious Row Padding in Table Pin
TweakBird24-Jan-11 8:26
TweakBird24-Jan-11 8:26 
AnswerRe: How to Remove Spurious Row Padding in Table Pin
Luc Pattyn24-Jan-11 9:05
sitebuilderLuc Pattyn24-Jan-11 9:05 
AnswerRe: How to Remove Spurious Row Padding in Table Pin
Graham Breach24-Jan-11 19:56
Graham Breach24-Jan-11 19:56 
It's a bug in IE - the white space inside the table cell is taking up some space. Try this:

<table id="temp1" width="200px" cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td><img id="Img4" src="images/Logo100X100.jpg" height="100px" width="100px" /></td>
		<td><img id="Img1" src="images/Logo100X100.jpg" height="100px" width="100px" /></td>
	</tr>
	<tr>
		<td><img id="Img2" src="images/Logo100X100.jpg" height="100px" width="100px" /></td>
		<td><img id="Img3" src="images/Logo100X100.jpg" height="100px" width="100px" /></td>
	</tr>
</table>

GeneralRe: How to Remove Spurious Row Padding in Table Pin
Patrick Skelton27-Jan-11 1:19
Patrick Skelton27-Jan-11 1:19 
QuestionCan You suggest me a Good Developer ... Pin
bdesi13-Jan-11 22:00
bdesi13-Jan-11 22:00 
AnswerRe: Can You suggest me a Good Developer ... Pin
Richard MacCutchan13-Jan-11 22:18
mveRichard MacCutchan13-Jan-11 22:18 
GeneralRe: Can You suggest me a Good Developer ... Pin
bdesi13-Jan-11 22:25
bdesi13-Jan-11 22:25 
GeneralRe: Can You suggest me a Good Developer ... Pin
Richard MacCutchan14-Jan-11 0:10
mveRichard MacCutchan14-Jan-11 0:10 
GeneralRe: Can You suggest me a Good Developer ... Pin
bdesi14-Jan-11 0:53
bdesi14-Jan-11 0:53 
AnswerRe: Can You suggest me a Good Developer ... Pin
Dalek Dave13-Jan-11 23:01
professionalDalek Dave13-Jan-11 23:01 
AnswerRe: Can You suggest me a Good Developer ... Pin
Pete O'Hanlon14-Jan-11 0:52
subeditorPete O'Hanlon14-Jan-11 0:52 
QuestionSimple CSS/PHP Drop-Down Menu for a Horizontal Navigation Bar Pin
JonathanCarling12-Jan-11 21:35
JonathanCarling12-Jan-11 21:35 
AnswerRe: Simple CSS/PHP Drop-Down Menu for a Horizontal Navigation Bar Pin
Dalek Dave12-Jan-11 22:10
professionalDalek Dave12-Jan-11 22:10 
Questionupdating xml file from .net to godaddy webhost Pin
RachelSo11-Jan-11 16:52
RachelSo11-Jan-11 16:52 
AnswerRe: updating xml file from .net to godaddy webhost Pin
cjoki12-Jan-11 4:43
cjoki12-Jan-11 4:43 
AnswerRe: updating xml file from .net to godaddy webhost Pin
R. Giskard Reventlov12-Jan-11 5:17
R. Giskard Reventlov12-Jan-11 5:17 
QuestionIs this a valid HTML tag? Pin
Alan Burkhart9-Jan-11 10:46
Alan Burkhart9-Jan-11 10:46 
AnswerRe: Is this a valid HTML tag? Pin
Yusuf9-Jan-11 12:35
Yusuf9-Jan-11 12:35 
AnswerRe: Is this a valid HTML tag? Pin
Dalek Dave9-Jan-11 13:43
professionalDalek Dave9-Jan-11 13:43 
GeneralRe: Is this a valid HTML tag? Pin
Alan Burkhart9-Jan-11 14:44
Alan Burkhart9-Jan-11 14:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.