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
~409 People Reached
Favorite Forums
Favorite Tags
Member Avatar for waelaltaqi

I used this website to generate a CSS Drop down menu: [url]http://www.cssmenumaker.com[/url] The menu shows in both firefox and IE, but in IE the submenus don't work. here is the CSS generated by the website: [CODE].menu{ border:none; border:0px; margin:0px; padding:0px; font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode …

Member Avatar for waelaltaqi
0
155
Member Avatar for waelaltaqi

I put togather this website: [URL="http://www.theriverviewinn.com"]http://www.theriverviewinn.com[/URL] The site is built with Joomla. The home page consists of two tables. The two tables align vertically in IE/Firefox but they align vertically in chrome/safari ... I tried many times but no luck ... here is the HTML code for the home page: …

Member Avatar for MidiMagic
0
150
Member Avatar for waelaltaqi

Hello All, PHP newbie here ... I have the following code working to retrive the last 50 records from a reservation database: [CODE=php] <?php /* Databasae Variables */ $username="user"; $password="pass"; $database="db"; /* Database Connection */ mysql_connect("1.1.1.1",$username,$password); mysql_select_db($database) or die ('Unable to select database'); /* Select last 50 records */ $query …

Member Avatar for nikesh.yadav
0
104