1. Website business question

    Date: 07/25/07     Keywords: web

    How do big companies (or websites trying to become huge) get advertisers and sponsors?
    Do they hire people to search for them? Where do they go?
    Do people take cuts or payment upfront?

    Looking to explain how I'm going to get advertisement and sponsors on my website to my backer!

    Source: http://community.livejournal.com/webdesign/1288788.html

  2. Horizontal Drop Down Navs with horz sub-nav

    Date: 07/25/07     Keywords: css

    Can a nav like this be done with CSS? Anyone want to share a link?



    Note: I have a horizontal nav with vert sub-navs working.... I am looking for horz sub-navs.

    Source: http://community.livejournal.com/webdesign/1288554.html

  3. learning some javas cript

    Date: 07/25/07     Keywords: css, html, java

    Can anyone tell me why my images are showing up squashed?

    http://lunarfusion.com/LF/javaandcss.html

    Keep in mind I don't actually know java script....trying to learn some.

    Thanks.

    Source: http://community.livejournal.com/webdesign/1288368.html

  4. oh. my. god.

    Date: 07/25/07     Keywords: php, hosting

    does anyone use siteground.com for hosting? and if so, how the heck do you get your form mail to work? i've been searching for two days for .php code. i've found some decent stuff (i don't know php, but it looks decent to me), yet none of it seems to work.

    any suggestions?

    i'm really close to just deleting the form altogether... but i'm trying not to give up hope...

    Source: http://community.livejournal.com/webdesign/1287940.html

  5. questions

    Date: 07/24/07     Keywords: browser, css, web

    Hi all, I'm working on a website for a freelance client and have run dinto a couple of snags. I'm hoping someone more knowledgeable than I can help:

    1. Is there a way to target a link to open in a new tab of a browser, instead of in a separate window?

    2. Is there an easy way to indent something? The tab key isn't working for this, and I could insert nonbreaking spaces, but it makes the code kind of sloppy in terms of having someone else update the content. Is there a way to do this, either with or without CSS?

    I'm using Dreamweaver MX2004 as well as doing some hand-editing of the code. The site will eventually be updated by someone else, so I'm trying to keep it fairly simple.
    Thanks!

    Source: http://community.livejournal.com/webdesign/1287554.html

  6. transparency woes

    Date: 07/22/07     Keywords: html, web

    So, in light of this post: http://community.livejournal.com/webdesign/1286735.html I have a related question.

    For the life of me, I can't get transparent gifs to work properly in html anymore. At all. I make an image in photoshop, make sure its transparent, save as a gif. Open the gif in photoshop and its transparent. When I place it into an HTML doc it gets a white background.

    So eventually i said 'forget it" and switched to .png, which works. But now I realize that it doesn't work in IE6 and below...

    What oh what is a girl to do?! How can I either a) make .gifs appear transparent again, or b) make my .pngs transparent in IE6 and below? Which is the easiest / best solution?

    Thanks!

    Source: http://community.livejournal.com/webdesign/1287400.html

  7. Flash Headache

    Date: 07/22/07     Keywords: html, web

    I've lurked for a long time, and I was wondering if it's okay to ask some questions pertaining to building a web page in flash. I've never done anything with flash before, and I've been making my portfolio page in a class for it. I've been working my way through it and have come to a problem.

    My problem is located on the page for "2d Art"
    http://www.ufotofu.net/test.html

    Basically-- my goal is to have thumbnails which viewers can use to click on and display a sample of art. I have a few buttons out to test, and I made corresponding .jpg images that will load via the "Load Graphic behavior"

    I have it set to load the image on release-- and it works, but then I'm left with a problem. Once it loads, it wont go away. If someone goes to load something, it wont go back to the other one when it's clicked.

    Right now, only the first two thumbnails are set up. I didn't bother to do any more when I found this issue. They load once and I suppose it's something to do with layers.

    But ultimately, I would like to be able to have someone click an image, have the page show the art, and then when a new one is clicked-- get rid of the previous one and load the new image.

    Many thank yous in advance for your help!

    Source: http://community.livejournal.com/webdesign/1287022.html

  8. Transparency in IE

    Date: 07/21/07     Keywords: browser, web

    Hi all,

    I recently added a background image to a client's website, and at the same time, I changed the backgrounds of some pictures (a banner, a line separating the links bar, a picture...) from white to transparent, so that the background would show through normally.

    Bizarrely, when she looks at the site in IE, she says she sees gray boxes in place of the transparency. Site looks fine in any other browser--we've tested firefox and Safari thus far.

    Anyone have a similar experience/know how to correct this?

    If you could take a minute and view the site and let me know if the transparency is showing up properly for you (and what browser you're using), I'd appreciate it. www.juliamannes.com

    Source: http://community.livejournal.com/webdesign/1286735.html

  9. Internal/inline CSS?

    Date: 07/20/07     Keywords: css

    I need to use CSS classes for a journal entry, but obviously can't get to the head teags 'cos they're not accessible, as is probably obvious.

    The internal CSS stuff basically needs to go inside the body tags. Is there a way to do this? It's for another journal (not LJ, but it runs on LJ's code). I read something about calling JS but I'm not at all bright with that so I'd need a play-by-play.

    Thanks!

    Source: http://community.livejournal.com/webdesign/1286492.html

  10. Input SELECT improvements

    Date: 07/19/07     Keywords: no keywords

    Using this select box as an example:

    <select name='states[]' size=10 multiple>
        <option value='AL' >Alabama (AL)option>
        <option value='FL' >Florida (FL)option>
        <option value='GA' >Georgia (GA)option>
        <option value='LA' >Lousiana (LA)option>
        <option value='MS' >Mississippi (MS)option>
        <option value='NC' >North Carolina (NC)option>
        <option value='SC' >South Carolina (SC)option>
        <option value='TN' >Tennessee (TN)option>
    select>

    Is there a way to allow users to deselect items without using their control key? 

    Source: http://community.livejournal.com/webdesign/1285820.html

  11. Neat Flash Intro

    Date: 07/19/07     Keywords: web

    I have a friend who wants to try to create something similar in concept to the intro on this website:

    http://www.2chillies.com.au/

    does anyone have any tips or know how its done?

    x- posted to '[info]'flashdev

    Source: http://community.livejournal.com/webdesign/1285208.html

  12. question, (and maybe i'm missing something simple):

    Date: 07/19/07     Keywords: java, web

    i'm trying to make a javascript pop-up from a link in an image map.. and i am stuck
    not sure if this will even work, so tell me what your suggestions are to solve this.

    this is what i'm doing: nerdydeeds.com when you click the words 'graphics' 'web' 'photography'

    Source: http://community.livejournal.com/webdesign/1285014.html

  13. Fiction Website Help Required

    Date: 07/18/07     Keywords: html, web

    Hey

    I'm helping a friend set up a website for her fanfiction. The problem is she knows no html at all so what I was thinking of doing was installing a programme for her that would allow her to have sections for her fanfiction and allow her to update easily. But at the same time allow her to put in graphics as header images etc... I have no idea where to start looking for that though! So the question is, does anyone know of anything I can use for this? Any recommendations?

    Thank you!

    Source: http://community.livejournal.com/webdesign/1284657.html

  14. Divs disappearing in IE

    Date: 07/18/07     Keywords: web

    The site

    This site was done using all CS and is showing correctly in Firefox. When I test it in IE 6.0 All of the top navigation and images disappear. I have no idea why. I've tried changing the order of my divs on the page and double checked all my z-indices. Any help would be appreciated!

    Previously posted to '[info]'webdev

    Source: http://community.livejournal.com/webdesign/1284362.html

  15. I'm on the verge of tears by the time we reach Espace ...

    Date: 07/18/07     Keywords: css

    So yeah, I've been out of the game for a long long time, and CSS is driving me up a wall.

    I'm having a lot of trouble centering images vertically and horizontally with slight offsets. The point is so everything is in the center of the window and stays there when you adjust window size.



    The actual site.

    What I want it to look like:


    The style sheet:

    Also, I can only get one of my buttons to work as an actual link. What is the world coming to?


    This is so embarrassing.

    Source: http://community.livejournal.com/webdesign/1284129.html

  16. 23jlkasdjl

    Date: 07/17/07     Keywords: css, web

    What is wrong with my coding?

    Please excuse the freewebs site. I lost my domain and don't have enough money to re-establish.

    http://www.freewebs.com/saynotogod/savegaza/index.htm

    My CSS is validated, but here's the link to the external. CSS

    The tap frame extends past the right border. I honestly have noooo clue what is going on, and it's driving me batty.

    Source: http://community.livejournal.com/webdesign/1284061.html

  17. migrating email?

    Date: 07/16/07     Keywords: web

    i appreciate your answers to my last gmail question, i ended up just setting up forwarding from my domain registrar and it seems to be working fine.

    my last question is going to be this: i have mail since 1999 in my old email account there are probably like 100,000 emails totalling 957MB

    is there any way to get that into my gmail account? this is something i'd even pay to have done if needs be

    the account it's coming from can be accessed via web/pop/imap

    Source: http://community.livejournal.com/webdesign/1283249.html

  18. CSS Drop Down Menus vs. Flash Object

    Date: 07/16/07     Keywords: browser, css, java, web

    Hello everyone! I just joined this community (I'm actually surprised I've never joined earlier). At any rate, I've been a web designer for several years but, as it goes, we all run into problems at some time or another. I had originally posted this problem in my personal journal and on MySpace, but got no bites. So, I thought I'd try here. Any suggestions would be greatly appreciated! Here is the problem:

    I'm working on a project for my job in which I've created all CSS drop down menus (no javascript). Unfortunately, right below them, there is a flash slide show, which is an embedded object. It is a known thing that flash objects always appear on top of everything else, hence the drop downs get covered by the flash. I applied the 'name="wmode" value="transparent"' param to the flash object. I also added a negative z-index and position attribute to the object's styles. BUT, these solutions only seem to work in IE for windows. In Safari Firefox, and Opera the menus are covered while the flash slideshow is moving (when the picture is still, it is fine though).

    SO...my question to you people who may have had experience with this is... is there any other solution to fix this in the rest of the browsers that aren't IE? Any help would be greatly appreciated!

    Thanks so much! :-)

    Source: http://community.livejournal.com/webdesign/1282985.html

  19. Equal divs & Firefox

    Date: 07/16/07     Keywords: browser, css, web

    I'm working on a layout and I've run into a rather annoying little snag when I was checking to see how it worked across three browsers (IE, FF, and Opera).

    That is, in Firefox, the divs don't line up.

    The idea is to have the gray background behind the content/sidebar line up equally and extend to the bottom of the page. The header that says "Navigation" above the links has also disappeared entirely.

    http://www.freewebs.com/celestial-trance
    http://www.freewebs.com/celestial-trance/style.css

    This problem is isolated to Firefox, as it displays the same in both IE and Opera.

    How can I fix this problem so it will display correctly in FF?

    Source: http://community.livejournal.com/webdesign/1282595.html

  20. Meme.

    Date: 07/15/07     Keywords: web

    So I made this:

    http://jigglyspin.com/

    No, it's not advanced web design, but it's kind of an experiment to see what it is about internet memes that makes them popular and gets them forwarded. I've made a few other ones too.

    Source: http://community.livejournal.com/webdesign/1282413.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home