Search results

  1. E

    Map with rollover balloons.

    Hi there, My client provided me a large jpg of a neighborhood. They'd like for a balloon to pop up when rolling over any given property, and the balloon would contain the business name and address. What's the best way to accomplish this? Also, I'm doing this within the context of a Joomla site...
  2. E

    last-of-type for menu border-right

    Oh no.... it works fine now that I removed that second colon. Thanks!
  3. E

    last-of-type for menu border-right

    Ronald- good eye. Thank you. Chris- Chrome, Firefox, Safari, IE9 & Opera. Thoughts?
  4. E

    last-of-type for menu border-right

    Hi there, I have a horizontal ul / list-item menu with a right-border on each li. I do NOT want the right border on the last item in the list. Why isn't this working? li { height: 16px; list-style-type: none; float: left; margin: 8px 20px 0 0; padding-right: 20px; border-right...
  5. E

    Muti-language site

    Thanks, Chris. I'm familiar with Joomla, and it turns out the client indeed wants the ability to edit their own pages, so CMS is definitely the way to go. Thanks for your encouragement and links. Take care!
  6. E

    Muti-language site

    The main reason I don't want to use a CMS is because I'm making the site responsive and I don't know how to do that in Joomla yet, which is the only CMS I know. I don't see why I cant take a Spanish Word document, do the 'paste to notepad' then copy to Design Mode then go into code view and bulk...
  7. E

    Muti-language site

    All the characters I need have an &html; equivalent so I am going to paste the Spanish text into DW's design mode, then Find and Replace all 5 or 6 non-English characters with their given &html; code in the Code Window. Any reason this won't work? I'm being supplied the Spanish pages in a Word...
  8. E

    Muti-language site

    Hi and thanks for the response. I don't know how to make a database driven site. I guess I'll just build the site and go in manually and 'insert special characters' in Dreamweaver whenever they pop up. It'll be a daunting task, but I want to use a simple HTML/CSS approach here. If anybody else...
  9. E

    Muti-language site

    Hey there! I want to make a website available in Spanish as well as English. Can I just paste the Spanish text into the design mode of Dreamweaver? Will DW translate the special characters properly? Thanks in advance, Bill
  10. E

    Stylesheet order for Responsive site.

    Hi there. I just watched a Lynda tutorial that said I should use my desktop.css style as a fallback for browsers that can't read media queries. For this reason, my links look like this: <link href="css/desktop.css" type="text/css" rel="stylesheet"/> <link href="css/tablet.css"...
  11. E

    Sticky Footer Problem

    Hi everybody, I have a sticky footer on my site at: http://bradfordandgordon.com/bg/ It works perfectly on that page, but for some reason I can't figure out there is space being added before the footer on pages like: http://bradfordandgordon.com/bg/index.php/practice-areas The sticky...
  12. E

    Sticky footer shifts divs

    Thanks John. Just saw this post now, actually! I appreciate your input.
  13. E

    Sticky footer shifts divs

    Hi there, I'm using a sticky-footer technique at: www.roadstardesign.com/dojo Now, it works fine as long as the page is fully vertically expanded and there is no scroll bar present. BUT... when there is a scroll, the header and the footer both shift one pixel to the left, leaving a tall...
  14. E

    centering an image in the header

    Never mind. I set the width on the header div to 100%. That did the trick.
  15. E

    centering an image in the header

    Hi There, I'd like to have a 1280px wide image in my header. When viewed on a 1024px wide display I'd like to have the middle 1024px of the image display (so it shows just that center of it). I thought I could just make it a background-image and then set it to center, but that hasn't been...
  16. E

    Video choices for web/mobile?

    Hello everybody, I'm building a Joomla site that's going to be accessed by desktop and mobile users. There is a video page on it, but I'm not sure which format to use that is going to work across the most amount of desktops as well as mobile. Obviously, .flv is out because it won't run on...
Top