Jump to content

blowfly123

Member
  • Posts

    53
  • Joined

  • Last visited

Everything posted by blowfly123

  1. Working on this site now. http://tinyurl.com/qhqna2 (please don't quote the name of the site) stylesheet: http://tinyurl.com/o9xowf Right now it's positioned by padding it 80 px from the top but I don't like that. On a lower resolution monitor it needlessly crops off the bottom in favor of white space on top. How can I give it a more dynamic vertical positioning so that it would adjust better to the height of the browser window? The site is supposed to be in a fixed box like that, I'm just looking to give the positioning of the box a little more flexibility. Also, I'm using Eric's awesome 'wrapper' footer code to keep the copyright info at the bottom which has worked for me in the past but isn't working now in IE on the PC (the footer is just stuck to the bottom of the box) but is fine elsewhere. There are some validation issues that WordPress is introducing (I'm hacking the hell out of WP for this). Finally, if anyone has any general comments I'd love to hear them. The fonts look great on my mac but not so much on my PC. Them's the breaks I guess. (also as a sidenote all the paintings in the slug galleries are mine for now :cool: )
  2. Thanks! That did it. You guys and your mysterious hacks. I'm going to try to understand why that works for future reference.
  3. I always have some new problem with this. Does anything jump out as wrong here? http://tinyurl.com/cpup4b stylesheet: http://tinyurl.com/ceprr2 I've got a wrapper div and a column div. Inside the column there's a header div then a content div. The content div has a sidebar div and then a content-text class. It's the content-text class that screws up the background. Any clue why that's happening? Thanks! (please don't quote the original URL)
  4. Thanks guys. The CSS Play maps are the same as mine, unfortunately: rectangular hotspots that only add the rollover content within the rectangle The old software might be useful but I'll need to fire up my old PC to use it. edit: i found some mac versions too... I'm starting to think that this isn't the way to do it though. 1998-style image maps are probably not where I want to go with it...
  5. Two other possible options: 1) swap out the entire map for each rollover (kind of clunky) 2) make just the little rectangle hotspot highlight (not as sexy) Thoughts?
  6. I'm trying to make a map that you can rollover and highlight (and get pop-up information) and found a cool CSS method. However, there's one big problem which is that the hotspots have to be rectangles. Here's the original site: http://tinyurl.com/28rm6h I'm trying to make a US version but what I was hoping to do was to have the hotspot only be a little rectangle in the middle of each state (or off to the side for smaller states) but still use CSS to overlay the image on the whole state, but I can't figure out how to do it. Here's what I've made so far: http://gi ==123== ljaw ==123== etz.com/wp/?p=13 (remove the " ==123== " bits) Here's the CSS: #us-map { width: 611px; height: 451px; background: url(images/us-map.gif) no-repeat; margin: 10px auto; padding: 0; position: relative; border: 2px solid #999; } #us-map li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;} #us-map a {display: block; text-indent: -9999px; text-decoration: none;} #tx {left: 206px; top: 223px; width: 173px; height: 169px; z-index: 40;} #tx a {height: 169px;} .btx #tx a, #tx a:hover {background: url(images/us-map.gif) -206px -491px no-repeat;} I want the #tx to just be the little box with TX in it but I want the hover to be bigger. Can it be done? Am I barking up the wrong tree? I feel like this could be a really cool way to do this especially since the CSS-styled list format would make it easy to incorporate into WordPress and stuff like that.
  7. hmmm... you have but nothing closing it. And yet your example validates but mine didn't... Weird... Either way, it's working now so I don't care. Thanks!
  8. Wow! Sweet! The only thing I changed is I closed the param tag since it's open in your code and that, ironically, was causing it to not validate. but if you go back to the site you can see it in action. Check it out!
  9. Thanks. That's sort of the mentality I was taking but wasn't sure if there was maybe some easy way to fix it. Seems crazy that it would be this way at this point!
  10. I have a site that validates except for a very very basic bit of flash that I've embedded. I found a resource somewhere that had a validating trick but it was super complicated and I was wondering if there was a simple way to do this. Here's the site: http://www.stfr =123= anciscen =123= ter.org remove the =123= bits. Thanks.
  11. actually i think the header thing might be an optical illusion based on the jagged edges and the lack of a scrollbar on the frontpage. edit: yeah, it is. if i set html height to 101% so there's a scrollbar on the frontpage then you see the header doesn't move. I think i'll try to move the flash movie over to compensate instead of messing with the header.
  12. I've been working on ie6 and may have fixed it since you saw it (i have to run intoo a different room to reload it each time i make a change) as for the header thing, i see that. i'll do that next... thanks!
  13. I completely rebuilt the site using Eric's tutorial as a guideline and I think it all works now; I haven't tried IE 6 yet :mad: but on mac and PC safari and firefox plus opera and ie7 it looks good to me. If anyone wants to give it the once over and tell me what you think that would be sweet! Thanks! http://tinyurl.com/bdau48 The only thing that i did differently is put the header outside the wrap because it has a different width and it was just simpler that way. The only bad effect of that that I can see is that it pushes the footer down below the bottom of the screen (because the overall height is now header + 100%) but I'm not too worried about that.)
  14. I was thinking about trying that. Glad to see that it's the right way to go. btw as always I really appreciate your assistance (and everyone else's).
  15. Hehe, I wasn't saying that the tutorial is BAD! Just that I tried to implement it and everything went crazy. That's why I said I was gonna spend time taking the whole thing apart and reworking it.
  16. Thanks for that. I have to say, this is one of those issues that I just can't figure out. That tutorial works great if your content is exactly one and nothing else. I'm going to try to take the whole damn thing apart and put it back together again I guess. It just doesn't want to do it.
  17. Thanks. That's already on the mental to do list. The background/page height thing is what's driving me nuts right now.
  18. Although actually now pages that are shorter than the browser window shrink down to the minimum height... (go to the "contact" page) What can I do to make sure it stretches at a minimum to the bottom of the screen?
  19. You the man! Thanks! (I love this site )
  20. Yikes, appears tinyurl doesn't like question marks. Ok go here: http://tinyurl.com/bdau48 and then choose "Programs and Services" to see the problem (or add ?cat=14 to the URL)
  21. Note: If you quote code or anything please XXX out the URL or any identifying info so google doesn't index this thread for the site's content. Thanks in advance. Here's the site: http://tinyurl.com/d7lqoh Here's the CSS: http://tinyurl.com/c6t3o2 Right now I have the following pertinent CSS; html>body, html>body #wrap { height: 101%; } html {height:101%} body { margin:0 auto; height:100%} #columncontent{margin:0 auto; width:800px; height:101%; background:url(img/gradient-bg-col.jpg); background-repeat:repeat-y; top:98px; left:426px; } I've tried setting those heights to auto as well but that makes the background just a thin strip at the top. Thoughts?
  22. so do you think wiping some chicken blood on my computer monitor will help?
  23. Thanks again. In case this is useful to anyone I found this alternate js that I'm only giving to ie7: https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/webroot/js/menu.js?rev=11&root=hotcakes&view=markup It works well enough (in every other browser the parent stays highlighted when on the child menu but in ie7 the parent loses its highlighting - but at least the menus all appear in the right place!) Now to figure out why ie6 is making the menu backgrounds all white...
  24. Ah! Nice. But now when you roll onto the sub menu the parent loses its highlight.
  25. I'm not sure I understand. The js file is alread linked to and adding that inline tag didn't fix it for me but I'm running ie 7. Why is ie so terrible?
×
×
  • Create New...