The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Sat May 05, 2012 2:12 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Oct 18, 2011 10:48 am
Posts: 93
Hi, i was looking for some help in regards to adding social (facebook, twitter) buttons next to the submit in rapid contact. The problem I have is that this doesnt appear within the same line and not sure how i can fix this.

The following is the code that I have amended within mod_rapid_contact.php within the modules folder.

Code:
// print button
print '<tr><td colspan="2"><input class="rapid_contact button ' . $mod_class_suffix . '" type="submit" value="' . $buttonText . '" style="width: ' . $buttonWidth . '%"/>
<div id="social">
<div class="social_left" />1</div>
<div class="social_left" />2</div>
<div class="social_left" />3</div>
<div class="social_right" />4</div>
<div style="clear:both" /></div>
</div>
</td></tr></table></form></div>' . "\n";
return true;


and the css is:

Code:
/* social bookmarks*/
#social {
   width: 132px;
   beight: 35px;
   background-color:#006;
   border:1px solid black;
}
.social_left {
   float: left;
   width: 30px;
   height: 35px;
   margin-right: 3px;
   background-color:#039;
}
.social_right {   
   margin:0;
}


but this appears below and behind the submit button. Can any1 please help, would really appreciate it.

Thanks in advance


Top
 Profile  
 
PostPosted: Sun May 06, 2012 5:52 pm 
Joomla! Intern
Joomla! Intern

Joined: Tue Oct 18, 2011 10:48 am
Posts: 93
i have managed to sort this out, added a float:right to the div id and this worked. Thanks everyone for having a look, really appreciate it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group