Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7810131
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:39:50+00:00 2026-06-02T03:39:50+00:00

I’ll try to make this as clear as I can! So here goes! I

  • 0

I’ll try to make this as clear as I can! So here goes!

I have been working with Adam Shaw’s jquery plugin, fullCalendar.
I’ve minor adjustments for the project I’m working on.

The purpose: This ‘version’ of fullcalendar is set so that it fills the document space in the window and is intended to always stay visible when the window is resized ( while leaving 10px of padding between the window and the calendar itself on the right side and on the bottom ). Also it should have 10px of padding at the top of the document beneath the calendar navigation. The left side is correct as is.

The problem: When you load the ‘localendar.html’ included in the zip you may see a few immediate problems ( this may depend on your screen resolution ). Currently the calendar is not fixed 10px below the calendar navigation. Additionally when you resize the browser window the calendar maintains the 10px padding on the right and bottom sides, however the top of the calendar simply does not function as desired in all three calendar view options.
The calendar must not have any overflow causing scrollbars to appear.

The calendar must maintain 10px of padding on all sides ( excepting the left side and only 10px on the top below the calendar’s navigation ). A minimum height and width so that the calendar cannot go smaller than an average netbook resolution ( at which point overflow causing scrollbars is acceptable ).

-these lines might be helpful.

localendar.html (70-92, 104-124)
fullcalendar.css (139-142 [view fullcalendar.css)
fullcalendar.js (473-492 [view fullcalendar.js)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:39:51+00:00Added an answer on June 2, 2026 at 3:39 am

    You’re setting all of the element’s position attributes to ‘absolute’. When you set something to ‘position: absolute’ it positions it absolutely within the nearest parent that is set to ‘position: relative’. It also removes the element from the general document flow. What’s happening with the top margin is that since the calendar is out of the document flow, it overlaps the controls above it. You should remove the position attributes from your CSS.

    This is what you should have for the calendar style in the html page itself:

        div#calendar {
        margin-left: 252px !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    

    I’m including the div element in the style property because it gives the rule more weight. I’m also setting the ‘margin-left’ property’s value to important because there’s another style set to important in the fullcalendar.css file. These two together will override the left margin that was applied in that file.

    I’ve only been able to test this out in safari for now, but it should work correctly in most browsers. Please let me know if this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
Does anyone know how can I replace this 2 symbol below from the string
I have some data like this: 1 2 3 4 5 9 2 6
I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.