Forum: HTML and CSS 2 Days Ago |
| Replies: 2 Views: 137 What is the actual error you get ? |
Forum: HTML and CSS 4 Days Ago |
| Replies: 3 Views: 172 This site is in flash. If you want to reproduce it without flash, I suggest you have a look at jQuery. |
Forum: HTML and CSS 19 Days Ago |
| Replies: 3 Views: 380 Here's one:
http://purecssmenu.com/ |
Forum: HTML and CSS 19 Days Ago |
| Replies: 4 Views: 569 No, not yet, sorry. I must be overlooking something. |
Forum: HTML and CSS 25 Days Ago |
| Replies: 5 Views: 530 http://www.w3schools.com/TAGS/tag_fieldset.asp |
Forum: HTML and CSS 25 Days Ago |
| Replies: 4 Views: 569 <html>
<head>
<style>
.wrapper {
height:200px;
position: relative;
border: 1px solid #f00;
padding: 1px;
}
.box1 { |
Forum: HTML and CSS 26 Days Ago |
| Replies: 2 Views: 488 I'm guessing url(image/xx) should now be url(../images/xx) since the css has moved to a subfolder. |
Forum: HTML and CSS 30 Days Ago |
| Replies: 3 Views: 866 Can you tell me what you tried, and what didn't work ? |
Forum: HTML and CSS 31 Days Ago |
| Replies: 3 Views: 866 Found this, tried it and worked:
http://groups.google.com/group/Google-Maps-API/msg/e42d04b4eb884a3f
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"... |
Forum: HTML and CSS Oct 30th, 2009 |
| Replies: 2 Views: 270 Maybe you can find a solution you like on this page:
http://javabyexample.wisdomplug.com/web-programming/47-javascript/85-30-best-jquery-photo-plugins-sliders-slideshow-galleries-and-scrollers.html |
Forum: HTML and CSS Oct 26th, 2009 |
| Replies: 1 Views: 255 If you add your site to Google Webmaster Tools, you can change this setting. |
Forum: HTML and CSS Oct 26th, 2009 |
| Replies: 1 Views: 272 Looking for this ?
http://www.w3schools.com/Css/default.asp |
Forum: HTML and CSS Oct 15th, 2009 |
| Replies: 4 Views: 402 Maybe the problem is that there are two action attributes in your form tag. |
Forum: HTML and CSS Aug 12th, 2009 |
| Replies: 3 Views: 241 |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 3 Views: 404 If you 'view code' in the browser, you can see the location of the stylesheet in the head of the document. Just paste it in the browser if it is a full URL, or add it to your URL if it is a relative... |
Forum: HTML and CSS Jun 29th, 2009 |
| Replies: 3 Views: 404 Just download the stylesheet and see for yourself. Your first link uses a background image, the second the border property. |
Forum: HTML and CSS Apr 27th, 2009 |
| Replies: 9 Views: 1,122 You forget that the margins have auto values if they are not set specifically. Have a look with the developer tool in IE8. In Safari it looks like you expect. Try setting margin to zero, see if it... |
Forum: HTML and CSS Apr 24th, 2009 |
| Replies: 9 Views: 1,122 your .reviewbox is not wide enough to contain both sub-div's. Increasing it to 800px will work, or you'll need to make the other div's a bit smaller. |
Forum: HTML and CSS Apr 14th, 2009 |
| Replies: 5 Views: 1,085 the top and bottom div's can be fixed size. the middle div will have a background-image 1 pixel high with a repeat-y. You can see something similar at one of my sites: kledingbank-limburg.nl The... |
Forum: HTML and CSS Mar 7th, 2009 |
| Replies: 15 Views: 1,148 in my opinion a lot of coders think of this of a great resource. If you can show you can achieve the same with your concept, you may get more recognition. You state that it is about html, and not... |
Forum: HTML and CSS Mar 7th, 2009 |
| Replies: 32 Views: 3,206 This would be the CSS standard... ;-)
Unfortunately, because of the ever changing way the browsers implement the standard, this would be very hard to do. If they would all comply it would be easy. |
Forum: HTML and CSS Mar 7th, 2009 |
| Replies: 15 Views: 1,148 I think it doesn't make a difference when compared to div's. If he wants to make his point, a good test would be to recreate a 'css zen garden' page. I'm sure it's possible and it would help him... |
Forum: HTML and CSS Feb 23rd, 2009 |
| Replies: 32 Views: 3,206 If you're working in an IT company that keeps up to date, than you will have a programmer working alongside with a designer, so the programmer won't have to worry about this and just follow the... |
Forum: HTML and CSS Dec 4th, 2008 |
| Replies: 2 Views: 535 I've done the same, only with PHP. Using a regex I stripped out the actual content and put it into the DB. You may need to escape the content, but that depends on your insertion method and column... |
Forum: HTML and CSS Nov 5th, 2008 |
| Replies: 2 Views: 591 http://www.glish.com/css/ |