Could someone please help me. I've been trying to figure out what I did wrongly here http://havilahandhills.com/gasstocks . I tried to use CSS to set the body text. It appears good on IE but on Opera and Firefox, it's aweful. I need help very quickly. Anyone?
havilah 0 Newbie Poster
Recommended Answers
Jump to PostThere are many things about that code that need to be fixed...but to answer your specific concern, remove the following from your text class:
display: table;
position: fixed;Also, you cannot place paragraphs inside of a blockquote. Basically, a blockquote is just an indented paragraph...so use it in …
Jump to PostInstead of
<blockquote> <p> <span class="style1">Gasstocks Limited</span> is a vibrant and dynamic international company operating out of Nigeria with a robust and dedicated team who owing to the influence of our core values: originality and excellence, and strengthened by a culture of pragmatism, consistently provide high quality …
Jump to Postit doesnt work in firefox.
Jump to PostYes, it works...it's just bad coding. If you were to try and validate your code, you would receive errors.
If you want to be a good Web designer, you should start learning the proper coding methods now. It will save you a lot of headaches in the future.
…
Jump to PostDo you mean something like this?
<div style="width:272px;padding:10px;filter:shadow(color:gray); overflow: visible"> <div style="width:250px;text-align:left;padding:10px;background-color:gold;border:1px solid black;font-size:10px;"> This is an example of the shadow filter in action. You can make the box any size you want and have any color background you desire. </div> </div>
NOTE: This only works in …
All 17 Replies
tgreer 189 Made Her Cry Team Colleague
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
mikeandike22 18 Nearly a Posting Virtuoso
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
havilah 0 Newbie Poster
FC Jamison 31 Posting Pro in Training Team Colleague
tgreer 189 Made Her Cry Team Colleague
FC Jamison 31 Posting Pro in Training Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.