CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 17th, 2004, 06:55 AM
adiwood adiwood is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: bournemouth
Posts: 165 adiwood User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Picture isnt displayed

On my site which im using to practice css, the picture isnt being displayed on the main page. Why is this?

http://www.trowbridge-wiltshire.co.uk/newtrowbridge

Cheers

Reply With Quote
  #2  
Old June 17th, 2004, 07:18 AM
olaf's Avatar
olaf olaf is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Netherlands
Posts: 310 olaf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 16 m 13 sec
Reputation Power: 5
Hallo,

check your page in mozilla...
__________________
Greetz...
Olaf

Web Development Blog|...some free php classes...

Reply With Quote
  #3  
Old June 17th, 2004, 07:38 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,936 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 4 Months 4 h 38 m 54 sec
Reputation Power: 1700
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
It does, but probably not as expected. A olaf said, check it in another browser too.
align="left" isn't valid syntax for the xhtml standard you are tring to use, maybe that is the problem.
Otherwise, without going into you css, it is difficult to tell what else is causing problems.
__________________
Cheers,

Jamie

# mdb4u | mobile movie database | Please help to test and promote
# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.



__________________

Reply With Quote
  #4  
Old June 17th, 2004, 07:49 AM
olaf's Avatar
olaf olaf is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Netherlands
Posts: 310 olaf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 16 m 13 sec
Reputation Power: 5
Jabba i totally agree...

Reply With Quote
  #5  
Old June 17th, 2004, 11:45 AM
adiwood adiwood is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: bournemouth
Posts: 165 adiwood User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Here is the css. I dont understand why its not working in Mozilla as it was before i went out, and i dont think i have changed anything! Im quite new to css, only been doing it for the last few days, and so its taking a while to learn.

PHP Code:
 htmlbody {
    
margin0:
    
padding0;
    
font-size100%;
    
color#333;
    
background-color#CBDEF5;
  
    
    
}

ph1pre {
    
padding0px 10px;
    
text-align:justify;
    }

{
    
font-size1em;
    }

h1 {
    
font-size1em;
    }

img {
    
margin10;
    }

#container {
    
positionrelative;
    
width730px;
    
margin0 auto;
    }

#banner {
    
height60px;
    
margin10px 0px;
    }


#leftcontent {
    
floatleft;
    
width:125px;
    }
   

#rightcontent {
    
floatright;
    
width:180px;
    
positionrelative;
    
color:#fff;
    
}

#contactus {
    
border:2px solid rgb(75,123,211);
    
background:#87B4EB;
    
width:165px;
    
padding:4px;
    }
    
#news {
     
border:2px solid rgb(75,123,211);
     
background:#87B4EB;
   
    
    
}

#leftcontent ul {
    
list-stylenone;
    
margin0;
    
padding0;
    }

#leftcontent li {
    
border-bottom1px solid #CBDEF5;
    
}
    
    
#leftcontent li a {
    
displayblock;
    
padding2px 0px;
    
border1px solid #1958b7;
    
background-color#87B4EB;
    
color#fff;
    
text-align:center;
    
text-decorationnone;
    }
    
#leftcontent li a:hover {
    
border1px solid #1958b7;
    
background-color#4B7BD3;
    
color#fff;
    
}
    

#centercontent {
    
positionrelative;
    
background:#87B4EB;
    
color:#fff;
    
border:2px solid rgb(75,123,211);
    
margin-left130px;
    
margin-right185px;
    
margin-top0;
    } 

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Picture isnt displayed


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT