Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. Well in that case you shouldn't have even tried!lol, Just kidding! Every suggestion counts.
  2. Have your tried adding a span's for your text? You can have your container with your styling, but you can also have your text with it's own styling... something like this:html: <div id="container"><span>Text Here</span></div> css: #container { width: 600px; margin: 0 auto; }#container span {padding: 3px;} Maybe?
  3. @ Cronthenoob:That's because he's using the relative style, which so-to-speak rasies everything. So anything that doesn't have a relative position gets sent back behind the contents... That's a reason why I place everything static on my page, no absolute/relative positions, espicially for layouts. I just hate dealing with EVERY pixel to get the effect I wanted.Also, isn't that fixed position going to make his footer float and scroll down/up with the page?
  4. You're using span tags for background images, which is not very good, <div> is the proper tag to use. Also you are using the CSS display: inline, which looks very different when veiwing them with different browsers, which is probably the reason there is a gap between your images (in firefox you can't even tell what it's suppose to be). They have float: left you can use, which is a lot better becuase it's widely supported and it functions like it's suppose to on all browsers. As to fix it, I recommed doing what I suggested.Here's one I did in about 10min going from your code (displays correctly on serveral browsers):css: .bg_box div { float: left;}.bg_box { height: 50px; width: 195px; background-image: url(http://www.geocities.com/alcovespring/graphics/red_middle.bmp); margin-bottom: 2px; dispaly: block;}.bg_left { height: 50px; width: 25px; background-image: url(http://www.geocities.com/alcovespring/graphics/red_left.bmp);}.bg_right { height: 50px; width: 25px; background-image: url(http://www.geocities.com/alcovespring/graphics/red_right.bmp);}.text { width: 145px; padding-top: 15px; text-align: center;} html: <div class="bg_box"> <div class="bg_left"></div> <div class="text">Link to Page 01</div> <div class="bg_right"></div></div><div class="bg_box"> <div class="bg_left"></div> <div class="text">Link to Page 02</div> <div class="bg_right"></div></div>
  5. lol. You didn't notice but I sneaked in a few changed words from the original quote.
  6. Err

    Remembering Scripts

    lol, forgetful I see. Well all you need is a handy-dandy notebook!If you keep on using that code then you'll eventually remember things... it took me a while but I know almost all the CSS codes, you just need to use it more often.
  7. <h3 class="entry-header"><a href="<$MTEntryPermalink archive_type="Individual"$>"><$MTEntryTitle$></a><img alt="user_edit.png" src="http://www.notjustcricket.com/images/user_edit.png" width="16" height="16" /></h3> That's the only entry-header I could find on that html you gave me. The only text I see there is a link, the other thing is an image. Going by this, and your CSS, your default color for your links is in fact Maroon. a { color: #c00; text-decoration: none; }a:visited { color: #c00; }a:hover { text-decoration: underline; } So your link colors are throwing your text colors off. To prevent such an occurence, you can add this to your css: .entry-header a, .entry-header a:visited,.entry-header a:hover, .entry-header a:active { color: darkblue;} This will make all your links inside the entry-header class darkblue... thus sloving your problem. If you want to get really specific though, you can add the h3 infront of each of those styles classes I gave you (e.g. h3.entry-header a), this would be good if you had other entry-header classes that you didn't want to get mixed up with that don't start with an h3 tag. I hope that helped you out.
  8. Err

    Sub-domains

    You can usually add one straight off your Administration panel. If not, then I would suggest looking at your hosters' help page. If all else fails, then I guess you can just write to them asking for one.
  9. lol. Okay, but I can still see your menu way down there. I was playing around with it a bit and I noticed that you don't have an html class for your css style "menu". If you add it on there, your menu will pop back up to the top where it is suppose to be.Like this: <div id="menu"> <------- that right there<div class="navcontainer"><ul> <li class="menu_topcat"><a href="topcat1.htm">Top Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 1</a></li> <li class="menu_cat"><a href="cat2.htm">Category 2</a></li> <li class="menu_cat"><a href="cat1.htm">Category 3</a></li> <li class="menu_cat"><a href="cat1.htm">Category 4</a></li> <li class="menu_cat"><a href="cat1.htm">Category 5</a></li> <li class="menu_cat"><a href="cat1.htm">Category 6</a></li> <li class="menu_cat"><a href="cat1.htm">Category 7</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_topcat"><a href="topcat1.htm">Top Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 2</a></li> <li class="menu_cat"><a href="cat1.htm">Category 3</a></li> <li class="menu_cat"><a href="cat1.htm">Category 4</a></li> <li class="menu_cat"><a href="cat1.htm">Category 5</a></li> <li class="menu_cat"><a href="cat1.htm">Category 6</a></li> <li class="menu_cat"><a href="cat1.htm">Category 7</a></li> <li class="menu_cat"><a href="cat1.htm">Category 8</a></li> <li class="menu_cat"><a href="cat1.htm">Category 9</a></li> </ul></div></div> This is the one I did:[removed]You don't have to worry about NOT putting a height on your css div because as your content grows so will your div height.
  10. You mean something like this:css: <div id="box"> <div id="content"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit Pellentesque feugiat semper eros. Etiam ut lorem. Sed fringilla, diam at rhoncus dignissim, orci pede tempor sapien, eget malesuada justo diam nec nisl. Phasellus nec enim eget risus elementum lobortis. Ut felis libero, mattis quis, molestie vel, ullamcorper quis, eros. Cras orci ipsum, posuere.</p> </div> <div id="navi"> <ul> <li class="menu_topcat"><a href="topcat1.htm">Top Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 1</a></li> <li class="menu_cat"><a href="cat2.htm">Category 2</a></li> <li class="menu_cat"><a href="cat1.htm">Category 3</a></li> <li class="menu_cat"><a href="cat1.htm">Category 4</a></li> <li class="menu_cat"><a href="cat1.htm">Category 5</a></li> <li class="menu_cat"><a href="cat1.htm">Category 6</a></li> <li class="menu_cat"><a href="cat1.htm">Category 7</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_midcat"><a href="midcat1.htm">Mid Category 1</a></li> <li class="menu_topcat"><a href="topcat1.htm">Top Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 1</a></li> <li class="menu_cat"><a href="cat1.htm">Category 2</a></li> <li class="menu_cat"><a href="cat1.htm">Category 3</a></li> <li class="menu_cat"><a href="cat1.htm">Category 4</a></li> <li class="menu_cat"><a href="cat1.htm">Category 5</a></li> <li class="menu_cat"><a href="cat1.htm">Category 6</a></li> <li class="menu_cat"><a href="cat1.htm">Category 7</a></li> <li class="menu_cat"><a href="cat1.htm">Category 8</a></li> <li class="menu_cat"><a href="cat1.htm">Category 9</a></li> </ul> </div></div>
  11. I know right? I just love it.I also have Dreamweaver, I rarely use it because of how long it takes to load... UltraEdit-32 is a lot faster although it might not be as nice as Dreamweaver, it still gets the job done nicely.
  12. Being lazy hardly works out :)Putting in little more effort in your template will make that much easier for you.
  13. I don't know why. Why aren't you using <p> tags? That's the right way to do it. It puts everthing in nice paragraph forms so you won't have to use the ugly <br /> tags.
  14. Yeah you do have an html doc type. The one I gave you needed that address on there so it can be a proper dtd tag otherwise the dtd doesn't add the proper rules to your page, of course that's all up to you if you want to add it. Did you try out the padding thing I suggested?
  15. Well, right off the back, you need the correct dtd on the top of your page. Now I ran into a simliar problem like this, and whenever I added the dtd it fixed it for me. Here's what you need to add: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Since you are using closing slashes on your <br>'s you should go xhtml transitional on your page instead of just regular html.> html dtdIf that doesn't work you can add padding to force a gap at the bottom.
  16. I would suggest validating your css code (only really worry about the errors).The problem might be your textbox, try reducing the number of rows and cols and see if it help out the problem any.
  17. I saw 2 body styles in there, but other then that, everything seemed fine. Try changing the color value to "darkblue" instead of #00008B. This also might be an html problem, either you have overlapped your html with different classes over each other (e.g. <div class="header"><span class="color">Text</span></div>). If that's the case make sure one class is not overriding the other one. :)Also I would like to recommend adding mesurement heights (e.g. px, em, etc.) for your sizes on your line-height on: #banner-header{margin: 0;padding: 35px 15px 5px 15px;color: blue;font-family: Papyrus;font-size: 80px;font-weight: normal;line-height: 1px;text-align: center;} and on your very last CSS class (.comment-footer) that comma on the very end isn't needed.
  18. That would probably be another CSS style kicking your color out of wack. Can you post your whole CSS code?
  19. Thanks! :)You know I can't decide that for myself, this whole community will be the judge of that, if not, then atleast the admin. However, personally, I feel it will suite these forums quite well. There are a lot of "if's" and "but's" about doing this, but I really believe more good will come out of this then bad... we may never know until we try it out though, that's a 100% sure bet.
  20. You can check out this page. It has already been covered there.
  21. You probably have that paged cached into your browser. Clear out your cache and refresh your page. It should work... as long as you made sure that you uploaded the correct style sheet you want to use.
  22. Been here for a while now. I've just somehow managed to avoid this thread... but I'll guess I'll let some info out.My name is Jorge, I live in Texas. I'm 19, and listening to music is my favorite past time besides being on the computer all day programming. I'm a very polite person and I don't get ticked off easily. I have lots of patince in everything I do. I'm knowedglable well in html and css. I will help you out any way I can if you have a problem. K, I think that was it. bai
  23. I know I'm kinda late in this dicussion. I think it's a good idea to do for the reasons that Dan said (In the begining). Do we really need it? No. Would it be nice to have? Yes. Skemin is right in my opinion about one thing, the adminstrators don't have to do anything they don't want to do, however seening as we are so-to-speak their customers, they should at least take a moment to comment on what we (the customers) want. Do I mean him to acutally act on what we want? No, but atleast acknoweldge what's happening.It was nice of them to install a forum and all, but what good is a forum if the main person that's the administrator doesn't even know what's happening half the time on his own forum? Yes, I do know they (the admins) have their busy little noses typing up other content for their site. That's why they have to put someone else in charge of this forum (and I'm NOT saying me!) a person that's a little more active in this community. Don't get me wrong Kajim is doing a good job now. But we really need a voice to speak for them (w3schools) sometimes around here to get a message across, otherwise it's just opinions vs. opinions with no real anwsers.Also people, please stop judging Kajim on what he would think he would want or not, I'm pretty sure that he can speak for himself... we have enough Kajim supporters in the house
×
×
  • Create New...