Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~611 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Blaise.M

Hi, I have a simple table where I want all text to be aligned in the center of their respective cells. The code below works very well on Firefox, IE8, Chrome, BUT NOT on IE6 [CODE] <table border="1" width="420"> <tr> <td align="center" width="140" height="10px" colspan="4"></td> <td align="center" width="140" height="10px" colspan="4"></td> …

Member Avatar for shaya4207
0
97
Member Avatar for Blaise.M

Hi, I am trying to do something like this: [CODE] function showContent(toPopulate) { document.getElementById(toPopulate).innerHTML = "<a href='javascript:showOtherContent(toPopulate);'>show</a>" } function showOtherContent(toPopulate) {...} [/CODE] I am not able to send the variable toPopulate as an argument of function showOtherContent() in line 2 Thanks, Blaise

Member Avatar for Blaise.M
0
166
Member Avatar for T4gal

Hi, I spent hours working on a page yesterday and /finally/ got it to work so that the header image would resize when the browser window changed size. So I'm about to publish it and think I should maybe check it over once more to make sure everything works. Turns …

Member Avatar for Blaise.M
0
161
Member Avatar for Blaise.M

Hi everyone, I am working on an interface that is currently divided into two sections #content-left and #content-right. Above the two sections, I have a navigation bar. All works fine when I only use html elements, however, things start to go wrong when I add a flash movie to the …

0
187