Aligning social media icons on a page (Was:Need Div help, please.)

Hello,
I'm trying to figure out the best way to get the social media icons on the right side in a row, side by side, no space between.
Can I use a div?
Problem is now is that depending on monitor/screen size, the spacing changes.
Again, I want to have them all together with no spacing, centered on the right at all times.
http://www.saintleo.edu/SocialMediaSliders/Kathryn-JK.html
Any help would be greatly appreciated.
Kind regards,
JK

Yes, I took a look at the website. I saw that they were sliders.
It's hard for me to answer if putting an unordered list will hurt your code. The code that you have is not indented so it's extremely hard to read.
I would try putting the image in the <li> first. Make a backup of the page if you're nervous, and work on the backup. So your current content is live, and your backup can be toyed with until you have it right.
Also:
If using an unordered list scares you, there is an alternative which may work. I will use #twitter_right img as an example.
You are using absolute positioning. There is no reason to do this and I'm under the impression that absolute positioning should be avoided.
Your current CSS Rules for this are as follows:
#twitter_right img {
     left: -52px;
     position:absolute;
     top: 45px;
Instead, it should be:
#twitter_right img {
     float:right;
     margin-top:45px;
Now, if you wanted to get fancy you could do this: (The CSS Identifiers are not accurate... just showing you an exmple)
#twitter_right img, #facebook_right img, #youtube_right img {
     float:right;
     margin-bottom:45px;  -- this is could also be padding. Set this value to the height of the image if you don't want spacing.
That way, when the slider moves out, the icon will move with it. Additionally, the spacing would be equal across the board.

Similar Messages

  • My Social Media Icon are not displaying within FireFox

    My Social Media Icon are not displaying within FireFox. And all other browser your able to view Icons - For some reason is now displaying in FireFox.
    Can someone help me with this issue? I have alot of clients that view our website using firefox browser.
    Domain Name: ForemostFitness.com

    Do you use any extensions that block ads? That occurs to me because the service you're using for social icons (addthis) has "ad" in its name and perhaps they are getting filtered that way.
    To determine whether an extension is a likely culprit, you could disable that one temporarily, or you could disable them all by testing the page in Firefox's Safe Mode. That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled ''(Flash and other plugins still run)''
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • How can I add social media icons to my email signature in thunderbird?

    Hi there,
    I have already a signature with my logo but I would also like to add some social media icons.
    Do you know how can I do that?
    Thanks
    K.

    "a signature with my logo" - please explain.
    If I wanted a signature with a logo, I'd create an HTML document containing text and an embedded image. Adding, for example, facebook and twitter icons would be done in just the same way, by embedding their icons into the same HTML signature document.
    What's stopping you just adding more graphics?

  • I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    Yes I know it's free, but Im trying to find out how to download it and install, but I keep getting account review and asked for CC details as I have no CC I can't get the download or install it, any help please, what i don't understand is why would I be asked for CC details if it is a free download ?? i just want to know is there anything I can do.

  • My Ipad 2 started talking to me. I can't activate anything - can't get passed the opening screen to slide to unlock. I can't get to Settings or any other page. Can you help, please??

    My Ipad 2 started talking to me. I can't activate anything - can't get passed the opening screen to slide to unlock. I can't get to Settings or any other page. Can you help, please??

    If you need more help see:
    iPad: Configuring accessibility features (including VoiceOver and Zoom)

  • Social media Icons

    Hello,
    I am trying to creat social media "follow" buttons that I would like to put on my A master page and have trouble trying to figure out how to link the selected buttons to my social media pages.
    Can someone provide a link to a solution? I don't know if I am trying to create a link or a photoshop button? I have selected the icons that I want to appear on every page in my site for users to "follow."
    I did not use the Muse widgets because I prefer these icons that I downloaded from the Muse Exchange.
    Any assistance would be appreciated.
    Todd

    Yo only need to select each button in Design mode one at a time and use the Hyperlinks dropdown in the Control strip to link to an external website. The following videos may be helpful.
    http://tv.adobe.com/watch/creative-suite-podcast-designers/how-to-create-links-and-buttons -in-your-adobe-muse-website/
    http://tv.adobe.com/watch/learn-muse/creating-a-hyperlink-in-muse/
    Thanks,
    Vinayak

  • Social media icons not showing in safari

    Hi NEED SOME HELP - HEADACHE - On a simple html site/page only the manually added icons show, none of the java icons display - facebook and twitter just dont appear
    http://digitalcinemafilms.co.uk/
    Is there a special workaround code you have to add just for safari, as works in all other browsers
    thanks in advance
    Somebody please HELP
    Melanie

    They show just fine for me running 10.9.1 and Safari 7.0.1.
    There is no Java used in the page code.

  • Centering a page [was: Need Help!]

    Greetings,
    I'm new here and i apologise if I missed location for this question. I'm begginer in web design and i made one site but it is not centred in varius resolutions and web browsers. I have no idea about HTML or CSS i will start learning them but i think that after a month even this I made is a bit of succes. If you have any solution how to adjust page to be centred in standard resolutions and popular browsers please tell me. As I said I'm begginer so maybe I won't know what are you talking about so please be patiente with me
    here is link to my page it is restaurant of my friend: www.bijelatabija.com
    Thanx a lot
    [Subject line edited by moderator to indicate nature of question]

    I'm new here and i apologise if I missed location for this question. I'm begginer in web design and i made one site but it is not centred in varius resolutions and web browsers.
    Hello Mehaga,
    the page does look nice, but I'm afraid that you have used over 30 absolutely positioned divs to create the page - this is not really the best way to create a website  :-)    This is the way most beginners create a page, not realising that there are many problems associated with using AP divs.  ONe of them is that the AP Divs are located at the exact co-ordinates (Top, Left) you specify in the stylesheet - that's the reason why the middle content area is not positioned in the center of the browser window.
    Here's why it's not a good reason to AP divs:
    http://apptools.com/examples/pagelayout101.php
    There is a technique to center the page in all browser window sizes, however, your page has AP divs all over the place and in no  specific order - so it is not going to be as simple as the advice in the DW FAQ that David pointed you to I'm afraid.

  • "We could not complete your iTunes store request. The connection was reset". Help please!

    Help PLEASE!
    Let me explain my situation:
    - iTunes store has been working fine on all computers for the past few years.
    - Modem gets struck by lightning last Mon.
    - Get a new Netgear modem yesterday.
    - Internet all working fine. Can browse, download etc. in browser (Mac App store, and iDevices App Stores all working fine, too)
    - Cannot connect to iTunes store. Get error "We could not complete your iTunes Store request. The network connection was reset".
    - I Get the same error on 2 MacBooks, but i can browse the store on my 2 Win7 PC's.
    - I managed to connect and browse on my one MacBook using a 3G modem, but still no luck with the ADSL connection.
    - I have tried connecting via wired (ethernet) connection to the modem. Still no luck.
    - I have had this problem on iTunes 10.2, 10.4, 10.5 Beta, and 10.5.
    Does anyone have any idea what is going on here? Any help and advice would be greatly appreciated!
    Thanks!
    George.
    Modem Model no.: DGN 2200

    with everyone downloading the update, the servers are probably bogged down with requests, probably just wait it out and it will start to download and get you back up and runnin
    dante

  • How can I undo Foxfire, it was added accidently, Help please.

    How can I completely delete Foxfire from my computer, it was added accidently and nothing I have been able to try, allows me to delete it. Help Please!

    Get real!!! I need to uninstall this monster "Foxfire". While I respect the fact that some users are satisfied with it and use it; I, unfortunately, am not one of those people. And my experience is that once you make the mistake of installing it, there is no return. I find that incredibly unacceptable. If this is such a fine thing, then why is it "too" easy to download it and virtually impossible to uninstall it??????????????

  • Mozilla does not load Social Media Icons

    Hello to all,
    i attached the screenshot from a website which does not display the icons.
    I hope you can help me to fix the problem.
    *With a WordPress backend it is problematic to click the rubrics right.

    Thanks, working!''cor-el [[#answer-709387|said]]''
    <blockquote>
    Missing icons are usually supplied by a font that is downloaded from the server (@font-face) as you might see by little boxes that show the hex code of the characters instead.
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    You can check the <b>gfx.downloadable_fonts.enabled</b> pref on the <b>about:config</b> page and make sure that it is set to true (if necessary double-click the line to toggle its value).
    </blockquote>

  • 100% width pages header??  (Help please, presentation tomorrow!)

    Hello,
    For the life of me I cannot figure out how to get pages to create a header that spans 100%. Getting the header to start at the absolute top of the document was easy. But it's constrained by the general page margins.
    I want to create a nice letterhead where the header spans the whole page. Does anyone know how to do this? I would really appreciate some help, I hope I'm missing something obvious here.
    Thanks,
    Chris

    lo.ol,
    Welcome to Apple discussions.
    I'm not sure if this will help you or not. As you discovered, the left and right header margins are determined by the document margins. The closest I was able to get to a "full page," meaning 8.5 inches wide, was 8 inches, because Pages wants to leave a quarter inch on both sides. So I was able to set my margins for 0.25 inch on both sides. I'm not sure why, but it won't let you set a smaller number. Maybe it's because so many printers can't print bleed.
    -Dennis

  • I-pod classic 8Gb and synced with the new notebook. no artwork was transferred? Help please.

    Hi All,
    I have an i-pod classic 8GB. My original laptop crashed but I have managed to copy/ sync with my new notebook. Unfortunately none of the artwork was copied and I can't seem to sort it out. Any help would be greatly appreciated.
    Thanks
    Martin

    Check out this post from Zevoneer for some iPod media recovery options.
    http://discussions.apple.com/thread.jspa?messageID=6273675&#6273675

  • Can't tap links on web pages... Help please!!!

    This problem only started about 3 weeks ago, after having my phone for about a month.. After browsing on safari for a little while, I will load a page and all of a sudden it will not allow me to 'click' any of the links. I can still scroll up and down and zoom in and out but cannot tap links. The only thing that works is to power off and on my phone. Any thoughts? Thanks!
    P.S. My phone just quit safari and went back to the main screen, just like what is talked about in a post below... And I am typing like a word a min thanks to the keyboard lag... Also talked about in another post!

    Hi - I just had the can't click problem the other day. I powered down the phone, and when it restarted all was fine. Sounds like the same problem. It started when I visited a certain site that wanted and tried to download flash to the iPhone (hah). I haven't gone back there to try to duplicate the problem. Can you attribute your problem to anything?
    The Safari quitting is/was a known problem.
    Now - I also just upgraded to 1.1.2, and that is supposed to fix the Safari crashing. I'm not sure about the other two since this is the first reference I have seen to them. What version are you running on yours?

  • My I-Phone 4 is stuck on the apple icon and won't do anything. Help please

    Help, My I-Phone 4 is a little over a year old. I have never dropped it nor does it have water damage. I downloaded the new update IOS 7.4 and the next morning my phone was stuck on the apple icon and won't turn on. It's also showing a low battery after charging it all night. Please does anyone have any ideas on how to fix this problem?

        LauraAnn41,
    Help is our middle name! So let's jump into troubleshooting right away. Have you tried holding the power button and home key simultaneously for up to 30 seconds as an alternate reset? Please give that a shot and let us know how it goes.
    EvanO_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for