Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 93
Actual Results
- Zwirko
- Foro: General Discussion
- Tema: Happy 40th birthday Sesame Street!
- Subject: Happy 40th birthday Sesame Street!
- Respuestas: 13
- Vistas: 196
- Subject: Happy 40th birthday Sesame Street!
Posted: Noviembre 7th, 2009, 11:54 am
Weird. I wonder why I don't see 'em?
- Zwirko
- Foro: General Discussion
- Tema: Happy 40th birthday Sesame Street!
- Subject: Happy 40th birthday Sesame Street!
- Respuestas: 13
- Vistas: 196
- Subject: Happy 40th birthday Sesame Street!
Posted: Noviembre 7th, 2009, 5:01 am
google.uk has been having a Sesame Sreet themed logo over the last three days: 5th November: http://imgrr.com/x/40thannive.gif 6th November: http://imgrr.com/x/40thaneve.gif 7th November: http://imgrr.com/x/40thanfjf.gif If a new one appears tomorrow I'll add it t...
- Zwirko
- Foro: General Discussion
- Tema: Microsoft apologized for racially charged photo editing
- Subject: Microsoft apologized for racially charged photo editing
- Respuestas: 18
- Vistas: 612
Posted: Agosto 27th, 2009, 2:37 am
Maybe the Poles did it because they are not fans of racial discrimination?
- Zwirko
- Foro: Website Design Forum
- Tema: Link Background Problem
- Subject: Link Background Problem
- Respuestas: 1
- Vistas: 97
- Subject: Link Background Problem
Posted: Agosto 21st, 2009, 10:50 pm
- Zwirko
- Foro: Website Design Forum
- Tema: UTF-8 encoding in order for the special Russian characters.
- Subject: UTF-8 encoding in order for the special Russian characters.
- Respuestas: 4
- Vistas: 254
Posted: Agosto 20th, 2009, 2:42 am
Make sure you save the page in UTF-8 format. This is critical and something many people either forget to do or don't realise has to be done. If you were using notepad when you save the file make sure you select "UTF-8" from the encoding drop-down menu. Other editors like Notepad2 can be se...
- Zwirko
- Foro: General Discussion
- Tema: Amazing pic from satellite
- Subject: Amazing pic from satellite
- Respuestas: 22
- Vistas: 377
- Subject: Amazing pic from satellite
Posted: Agosto 20th, 2009, 2:34 am
For those who'd like more info on the image: it is, of course, the very famous Hubble Ultra Deep Field image: wiki link, NASA link.
Over 10,000 galaxies in that image...
*cough" for those wishing to create their own, here's the download page for the originals: link
Over 10,000 galaxies in that image...
*cough" for those wishing to create their own, here's the download page for the originals: link
- Zwirko
- Foro: General Discussion
- Tema: Happy Anniversary Apollo 11 Moon Landing!
- Subject: Happy Anniversary Apollo 11 Moon Landing!
- Respuestas: 11
- Vistas: 848
Posted: Agosto 18th, 2009, 2:12 am
Hubble simply doesn't have the resolving power to see such fine detail on the moon. While moon-gazing, Hubble has a resolution of around 70 m - maeaning that an object the size of the Superdome would appear as a small fuzzy blob with almost no detail and that a flag would never, ever be able to be s...
- Zwirko
- Foro: Website Design Forum
- Tema: Menu Color Problem
- Subject: Menu Color Problem
- Respuestas: 8
- Vistas: 165
- Subject: Menu Color Problem
Posted: Agosto 12th, 2009, 11:35 am
I'm not sure what's going on at your end, since each page works perfectly for me. This is my code for the "links" page: [code]<div id="header"> <ul> <li><a href="http://owenconti.com/index.html">owenconti</a></li> <li><a href...
- Zwirko
- Foro: Website Design Forum
- Tema: Menu Color Problem
- Subject: Menu Color Problem
- Respuestas: 8
- Vistas: 165
- Subject: Menu Color Problem
Posted: Agosto 11th, 2009, 2:10 pm
You've applied the class "work" to some pages and the class "active" to others. There is no class "active" in your css. In your css, the "work" class has the 45px padding - which is why the "work" and "links" pages look fine and why the &qu...
- Zwirko
- Foro: Website Design Forum
- Tema: Menu Color Problem
- Subject: Menu Color Problem
- Respuestas: 8
- Vistas: 165
- Subject: Menu Color Problem
Posted: Agosto 11th, 2009, 10:32 am
Didn't you forget the 45px padding?
When I look at the "work" page the spacing is off. If I add the padding of 45 px, like in my example, it look fine.
When I look at the "work" page the spacing is off. If I add the padding of 45 px, like in my example, it look fine.
- Zwirko
- Foro: Website Design Forum
- Tema: Menu Color Problem
- Subject: Menu Color Problem
- Respuestas: 8
- Vistas: 165
- Subject: Menu Color Problem
Posted: Agosto 10th, 2009, 4:47 pm
Remove the link from the link text entirely and give the <li> element a class of "current" (or whatever name you like best). So, for the links page it would look like this: [code]<div id="header"> <ul> <li><a href="http://owenconti.com/index.html&q...
- Zwirko
- Foro: Website Design Forum
- Tema: Problem Displaying a page in IE but displays fine in Firefox
- Subject: Problem Displaying a page in IE but displays fine in Firefox
- Respuestas: 2
- Vistas: 145
Posted: Agosto 10th, 2009, 4:36 pm
You should put the title tags within the head section, like so: [code]<html> <head> <title>Submit your Property<title> <style type="text/css"> body { font-size: 12px; font-family: "Arial"; } p,td { font-size: 1...
- Zwirko
- Foro: General Discussion
- Tema: Gary McKinnon: should he be extradited?
- Subject: Gary McKinnon: should he be extradited?
- Respuestas: 11
- Vistas: 711
Posted: Agosto 8th, 2009, 12:00 pm
In other news: Bill Clinton negotiates the release of two US citizens from North Korea that were busted for criminal activities against the state. Go figure.
- Zwirko
- Foro: Website Design Forum
- Tema: Background image disappear in PHP
- Subject: Background image disappear in PHP
- Respuestas: 6
- Vistas: 279
- Subject: Background image disappear in PHP
Posted: Agosto 5th, 2009, 10:52 pm
If you're still stuck, try the following:
Open your static site in a browser, view source and post here the code between the <head> tags. Do the same for the dynamic site. Also post a part of the css file that mentions a background image.
Open your static site in a browser, view source and post here the code between the <head> tags. Do the same for the dynamic site. Also post a part of the css file that mentions a background image.
- Zwirko
- Foro: Website Design Forum
- Tema: oscommerce zoom function help needed
- Subject: oscommerce zoom function help needed
- Respuestas: 1
- Vistas: 241
- Subject: oscommerce zoom function help needed
Posted: Agosto 4th, 2009, 3:50 am

