|
| |
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: css homework - 9/10/2004 17:21:39
DEB, that LOOKS FANTASTIC!!!!!!!!!!!!!!!!!!!!!!!!! GOOOOOOOOOOOD JOB!!!!!!
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
c1sissy
Posts: 5079 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 9/10/2004 20:44:21
LIL! Great to see you around! How are you doing??! Thanks Karen and LIL, it was a bit of work with all the reading for this one. The next lesson is more doing then reading. So I am looking forward to it. I'm also doing an xhtml/ssi class. I'm working on that assignment right now figuring out what i am going to do for a page, lol. Stay tuuuuuuuuuuned! I hope that the posting of the homework is helpful to others.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5079 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 9/11/2004 10:42:11
This is interesting Dave, do you have any clues as to what could be the problem? I never looked at it in Opera, but am going to just to figure out what it could be? btw, when did you look at it? I had a few things that needed fixing in the code and fixed it last night? Maybe you seen it before this? It wasn't too much just a few ' " ' missing. But it could have thrown it off? Open for ideas? <edit> This is interesting, it has to do with how I did the coding on the links as the ones on the left, the hover is working on them. I have to go over it and see what it is that I did different? Thanks for pointing it out to me dave. I really appreciate it. This is why I post it in here, its not only a learning experience for me, but for others as well. When I figure out what it is I'll report it back, or if you see it you can report it as well. Thanks <edit>Hey dave, I dont' think I have the hover set up for those links? The other links hover. I dont' think I set the references to do so.<edit>
< Message edited by c1sissy -- 9/11/2004 10:51:02 >
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
d a v e
Posts: 4010 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: css homework - 9/11/2004 13:19:49
oops my mistake! (btw i looked this morning) there's 2 sets of links! but the ones in the screen shot don't change at all. only the second set have thr white background on hover. they all work similarly in IE6, ff .93, and opera 7.54
_____________________________
David Prescott Gekko web design
|
|
|
|
d a v e
Posts: 4010 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: css homework - 9/11/2004 13:41:53
btw one thing you might find useful for quick tweaks - if you didn't know already - is the 'edit css' feature in the web developer toolkit of fifrefox if you press ctrl+shift+e you can edit css live, load a sheet or save your changes. (it's also in the menu ) Tools > web developer > css > edit css. good for trying stuff out without having to necessarily save it :)
_____________________________
David Prescott Gekko web design
|
|
|
|
c1sissy
Posts: 5079 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 9/11/2004 15:42:20
thanks dave, thats an interseting tip, maybe you should add this in the links section? Not a link, but a helpful hint! that others might find useful!
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
Webwork
Posts: 89 From: New Jersey USA Status: offline
|
RE: css homework - 9/11/2004 16:04:00
You will be a genius in this stuff when you are done. So, when are you gonna be done 'cause the world is waiting ;-)
_____________________________
www.DirectoryCompany.com
|
|
|
|
c1sissy
Posts: 5079 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 9/22/2004 10:41:52
More problems! http://www.csstest.debsplace.org/wk3examplex.html Ok, here it is, I have the nav section that is supposed to have borders to the right of each "tab" of the nav section. However they aren't showing up. I fixed some code so that they would in moz and firefox, but in IE I can't seem to figure out what the problem is with it? If you view the page, the code is different from what I have posted here. I made a few changes but did not load them up yet. this is driving me crazy right now. body {
background-image: url('bkgrey.gif');
background-repeat: repeat;
font-family: Arial, serif, "Times New Roman";
font-size: 1.25em;
font-weight: bold;
}
#container {
width: 90%;
margin: 10px auto 10px auto;
padding: .25em;
color: #033;
line-height: 115%;
}
#header {
margin-bottom: .75em;
padding: .75em;
text-align: center;
background-color: #000;
color: #fff;
border-bottom-style: solid;
border-bottom-color: #fff;
}
#header h1 {
margin: 0px;
padding: 0px;
}
.picture {
text-align: center;
}
.tnail {
float: left;
width: 100px;
margin: 0px 25px 20px 25px;
padding: 10px;
border: 3px solid #000;
text-align: center;
}
.cboth {
clear: both;
}
#footer {
margin-top: 0px;
padding: .75em;
text-align: center;
background-color: #000;
border-bottom-style: solid;
border-bottom-color: #fff;
clear: both;
}
#footer p {
color: #fff;
margin: 0px;
padding: 0px;
}
#smallfont {
font-size: .50em;
color: #fff;
}
/*begin navigation styles*/
#nav li a{/*in order to get the background-color to show up in mozilla and firefox I had to add this to the code and now it works!*/
background-color: #000;
border-right: .85px solid #fff/*this causes the borders to show up on mozilla firefox*/
}
#nav ul {
margin: 0px;
padding: 0px;
width: 100%;
background-color: #000;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
list-style-type: none;
clear: both;
text-align: center;
}
#nav li {
display: inline;
font-size: .75em;
}
#nav li a:link, #nav li a:visited {
float: left;
width: 19%;
padding: 3px;
color: #fff;
text-decoration: none;
border-right: 0.5% solid #fff;
}
#nav li a:visited {
color: #fff;
}
#nav li a:hover {
background-color: #fff;
color: #000;
}
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: css homework - 9/22/2004 10:47:32
Your using border-right? try using border-left instead Dan
_____________________________
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: css homework - 9/22/2004 11:05:44
Put it to 1px rather than 0.5%? Dan
_____________________________
|
|
|
|
c1sissy
Posts: 5079 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 9/22/2004 11:08:31
quote:
ORIGINAL: Giomanach Put it to 1px rather than 0.5%? Dan nah, that would increase the tabs too much. The tabs would go past the footer border. If you see the width of the tabs are 19% and this is the difference in the space.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|