Jump to content

Recommended Posts

Posted

OK, maybe no prize, but you will have my undying gratitude. :D

 

My site, osunix.com, has some issues right now. The problem is, for some reason, the page renders inside a frameset. I haven't added a frame of any kind, but it's showing up. I've poured over my CSS, the site template, everything and can't for the life of me figure out where it's coming from.

 

Could this be related (somehow) to my DNS records changing? I pointed my domain at TCH's nameservers about 48 hours ago. The reasons I think this might be related are:

1) when calling, for example, an image in my code, I have to do it as http://ip.address.here/~username/images instead of http://domain.com/images

2)If you look at the site using IP info, it renders as designed.

3) I'm running out of other excuses.

 

[Edit] Changed for clarity

Posted

osunix

 

Try removing (position:absolute;) in your Stylesheet and see if that make a different to your frameset.

 

#mainpage {

position:absolute;

left:16%;

top: 27%;

right:2%;

border:2px solid #000;

text-align:center;

background-color:#fff;

padding-bottom:5%;

}

 

Richard

Posted

osunix

 

I have just started to try learning CSS and I thought that your Stylesheet was changeling, I have been using a program called, TopStyle Lite to create some small Stylesheets and styles.

 

I opened your Stylesheet in the program and played around with it and when I change the position in #mainpage to either static or inherit, the problem seems to go away in the preview section of the program, I have the Style Inspector set to "CSS Level 2".

 

Richard

Posted

Richard,

 

Thanks for the help. I tried the positioning you mentioned but it had no effect. I really don't think it's CSS related since I used this same stylesheet n my last site with no problems.

 

I'm starting to think I have another idea. From the looks of things my old registrar is having a hard time letting go of my domain; the site is being forwarded from there even though the DNS records point to TCH. :D

Posted

Just a follow-up. The domain was being forwarded. This has since been rectified. DNS propagation is complete, except for my ISP. So most everyone should see the site sans-frames now. I'm still stuck viewing it by IP until my ISP's DNS updates. Thanks again for the help! :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...