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

Hi, i'm working on page, where I need to add contact-form. I've used code from NiceAndSimpleForm, i mean [code=php] <?php $EmailFrom = "blablabla"; $EmailTo = "blablabla"; $Subject = "blablabla"; $Name = Trim(stripslashes($_POST['Name'])); $City = Trim(stripslashes($_POST['City'])); $Email = Trim(stripslashes($_POST['Email'])); $Message = Trim(stripslashes($_POST['Message'])); // prepare email body text $Body = ""; $Body …

Member Avatar for sayantanbagchi
0
6K
Member Avatar for waluigi

Hi, I've got a problem, I'm working on page based on wordpress with a drop-down categories menus, and my client wants to have it all over the slider (WP Front slider). The problem is, when I select menu to drop down, It shows in the background, that you can see …

Member Avatar for waluigi
0
44
Member Avatar for waluigi

Hi, my problem is that I've got menu and want to have separators beetwen every <li> [CODE] ul#nav li { display: inline; font-size: 1.3em; background: url(img/2/separator.jpg) right no-repeat; padding: 10px; } [/CODE] but when I add [CODE] ul#nav li:first-child { background: url(img/2/separator.jpg) left no-repeat; } [/CODE] it shows separator only …

Member Avatar for ko ko
0
75