View Full Version : front page is messed up however I never touched the code
sthig
Nov-13-2006, 07:26 AM
Hey I logged onto my smugmug account today and noticed my front page is awkward however I've not messed with the code at all.
Here is my account:
http://www.scojobo.com/ (I'm sure I can hear the groan of Mike and Andy from here).
The problem is my slideshow is overlapping my wording (however, like I said, I set the code several months back and have not touched it for fear of something like this)
How do I fix this?
thanks!
Scott
Barb
Nov-13-2006, 07:46 AM
Hey I logged onto my smugmug account today and noticed my front page is awkward however I've not messed with the code at all.
Here is my account:
http://www.scojobo.com/ (I'm sure I can hear the groan of Mike and Andy from here).
The problem is my slideshow is overlapping my wording (however, like I said, I set the code several months back and have not touched it for fear of something like this)
How do I fix this?
thanks!
Scott
Hi Scott,
Well, I don't know what happened to it, but this will fix it. Add the red to your code:
#bioBox
{
dispaly: inline;
font-family: sans-serif;
font-size: small;
display: block;
text-align: center;
margin: -3px 0cm 0cm 0cm;
padding-left: 10px;
padding-right: 210px;
padding-top: 80px;
background: #D9D9E2 url('http://scojobo.smugmug.com/photos/69623548-L.gif') no-repeat scroll top right;
border-bottom:1px solid #DCDDDE;
border-top:0px;
}
sthig
Nov-13-2006, 07:53 AM
hey thanks for the fast response and I appreciate it!
Now the biobox is covering up the slideshow. Did I do something wrong?
Barb
Nov-13-2006, 08:07 AM
hey thanks for the fast response and I appreciate it!
Now the biobox is covering up the slideshow. Did I do something wrong?
Hi Scott,
Did you change anything else? When I made that change before, it was working.
sthig
Nov-13-2006, 08:08 AM
Hi Scott,
Did you change anything else? When I made that change before, it was working.
no just that change. I mean I did change the wording in my bio AFTERWARDS but that was to see if it'd fix it.
Barb
Nov-13-2006, 08:10 AM
no just that change. I mean I did change the wording in my bio AFTERWARDS but that was to see if it'd fix it.
I'll look again ... I did notice you have display: inline and display: block. Think one of those needs to go. And display is spelled wrong. Not sure if that matters.
sthig
Nov-13-2006, 08:19 AM
I'll look again ... I did notice you have display: inline and display: block. Think one of those needs to go. And display is spelled wrong. Not sure if that matters.
odd, it's not spelled wrong when I look at it, or I maybe looking somewhere else
Barb
Nov-13-2006, 08:21 AM
odd, it's not spelled wrong when I look at it, or I maybe looking somewhere else
I fixed it :)
Okay, if I add back the padding-top: 80px; it seems to work okay. Can you try that again? Leave everything else as is.
sthig
Nov-13-2006, 08:24 AM
I fixed it :)
Okay, if I add back the padding-top: 80px; it seems to work okay. Can you try that again? Leave everything else as is.
okay I'm looking at it both through IE and FF. The background picture that was there is not there anymore and it's overlapped the slideshow.
For the record, I was trying to modfiy while you were so that may have been something why it wasn't working.
I will not touch my cust. settings until I hear back from you. But at the moment, the bio is overlapping the slideshow and the bg image that I had (that is supposed to match up with the slideshow) is gone
Barb
Nov-13-2006, 08:30 AM
okay I'm looking at it both through IE and FF. The background picture that was there is not there anymore and it's overlapped the slideshow.
For the record, I was trying to modfiy while you were so that may have been something why it wasn't working.
I will not touch my cust. settings until I hear back from you. But at the moment, the bio is overlapping the slideshow and the bg image that I had (that is supposed to match up with the slideshow) is gone
Okay, I'll be honest, I'm not sure what is wrong. Why don't you put it back the way it was (minus the padding-top that I added) and I'll holler for someone else to come take a look. That is the only change you made, right? Part of my problem now is that I am not sure what it is supposed to look like.
Barb
Nov-13-2006, 08:34 AM
okay I'm looking at it both through IE and FF. The background picture that was there is not there anymore and it's overlapped the slideshow.
For the record, I was trying to modfiy while you were so that may have been something why it wasn't working.
I will not touch my cust. settings until I hear back from you. But at the moment, the bio is overlapping the slideshow and the bg image that I had (that is supposed to match up with the slideshow) is gone
Scott, before you change anything, look now and see if it's right. Be sure to look at it logged out.
sthig
Nov-13-2006, 08:42 AM
Scott, before you change anything, look now and see if it's right. Be sure to look at it logged out.
close but I'll show you in a screengrab
http://static.flickr.com/113/296500692_0c035fe3f7_o.jpg
See the bottom of the slideshow and the top of the BG in the biobox? Those used to connect and that's what I wanted to snugly fit again
sthig
Nov-13-2006, 08:46 AM
what it looks like on FF right now is this
http://static.flickr.com/113/296504331_7b5874b73f_o.jpg
Also, see the five boxes? I once had "no space" underneath them...how do I eleminate all that empty space?
Allen
Nov-13-2006, 08:49 AM
I managed to line everything with the following.
/* userbio */
#bioBox
{
display: inline;
font-family: sans-serif;
font-size: small;
display: block;
text-align: center;
margin: 79px 0cm 0cm 0cm;
padding-left: 10px;
padding-right: 210px;
padding-top: 80px;
background: #D9D9E2 url('http://scojobo.smugmug.com/photos/69623548-L.gif') no-repeat scroll top right;
border-bottom:1px solid #DCDDDE;
border-top:0px;
}
/* Slideshow/BioBox */
.homepage #myslideshow
{
display: block;
padding-top: 2em;
padding-bottom: -100px;
text-align:center;
margin: -10px -.05cm -7em 0cm;
}
Al
ivar
Nov-13-2006, 08:56 AM
px, cm and em on one line of margins.... scary.
While you are all working on this, make sure to check it in other browsers as well.... just a tip.... I know I've forgotten in the past :uhoh
Barb
Nov-13-2006, 08:59 AM
px, cm and em on one line of margins.... scary.
While you are all working on this, make sure to check it in other browsers as well.... just a tip.... I know I've forgotten in the past :uhoh
Okay, check it now. Looks okay in IE logged out, FF logged out. I think ... gads ...
sthig
Nov-13-2006, 09:00 AM
perfect! that worked
if you got a second, how do I get rid of that empty space underneath my five boxes (see image above)
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.