Jump to content

patriklko

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

patriklko's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The best method of coding for blinking text is using JavaScript... other tags are not compatible to all the browsers so try to use javascript, if it not working then check may be some parameter is not properly defined or supported... otherwise javascript is more suitable then any other concept...
  2. <div> tag is most efficient to display the two backgrounds which can overlay each other but if there is any browser compatibility issue than u can use nested tables by setting the width and height to display the appropriate effect of overlay layers.....
  3. you can adjust the two by creating a row <tr> with two columns <td> and adjust the alignment of the content to display it properly..........
  4. observe the code of the webpage must be the name is clashing with some other control as the coding is fine and should give positive results....
  5. the concept of frames are outdated now.....using <div> is the efficient and updated concept in designing webpage......
  6. u r using rowspan="3" in first row and in third row u r using 2 columns it may creating problem, try to avoid rowspan if possible and create individual rows and columns to achieve the results...
  7. either cut the picture into 2 and use as two different images which is a much better option to adopt or use the concept of image map....
  8. "margin" is not supported by "firefox" browser try using padding option it will work for all browser in a fine manner............
  9. css plays a very important role in formatting the webpage in terms of layout and appearance, tables only display the data in tabular format but setting width, height and spacing all can be easily set with just one css for whole website....we should have a website implementing css.......
  10. blue box indicates that the image is a link which can be avoided using "border=0" for <img> tag....
  11. create 4 pics of equal height and width then set them in single row four columns in a table by setting alignment as center.....
  12. input type image or button is suitable control to display button image, text is used when u want user to enter text in the form for some field....
  13. just add the vertical align property to the container in which the text is written, this will solve your problem...
  14. #TextBody { margin-left: auto; margin-right: auto; background-image: url('Images/Body_Head.png'); width:1000px; height:200px; } why u have set the width to 1000px; it will definitely cause some overflow problem with different browsers set it to 100% wi=hich will set your page text body fits to the container in which it gets open.......
  15. check the css code properly to display the desired background....in all browsers.......
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.