problem faced while repeating backgorund image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neovantage
    New Member
    • Aug 2008
    • 245

    problem faced while repeating backgorund image

    Hey all,
    I am using Spry Tabbed Panel for viewing my content on the web page. I used background PNG image which repeat at background of the Spry Tabbed panel.

    It just repeat at the first Tabbed Panel. It does not repeat at the other Tabbed Panels.
    here is the URl which will clear my problem to you more.


    Hope to get the solution so this from experts.

    Kind regards,
    Mohsin Rafique
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    the first tab will probably collapse too when you remove the line breaks. but don't ask me why they collapse.

    Comment

    • neovantage
      New Member
      • Aug 2008
      • 245

      #3
      Sorry to ask again but i don't get you. Again i am tuck with this issue and not getting how to fix that.

      Tab created automatically in Dreamviewver CS3. I didn't create that and it creates tabs with DIFFERENT name so how first tab collapse with other ones?

      I want that it bg png image automatically increase heightwise as the data grow without using <br> tag.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        have a look at the source code. there's a div (<div class="TabbedPa nelsContent TabbedPanelsCon tentVisible" style="display: block;">). where all other such divs contain only a table, the first div (aka panel) contains a table and numerous <br/> giving the div a height.

        confirmed: removing the <br/> elements collapses this panel too.
        Last edited by Dormilich; Apr 9 '09, 12:02 PM. Reason: confirmation

        Comment

        • Dormilich
          Recognized Expert Expert
          • Aug 2008
          • 8694

          #5
          Originally posted by neovantage
          I want that it bg png image automatically increase heightwise as the data grow without using <br> tag.
          for some (to me) unknown reason the table inside the div doesn't add to the height (I first thought of a position matter but couldn't find anything)

          Comment

          • neovantage
            New Member
            • Aug 2008
            • 245

            #6
            Yeh right. I already have that solution. But i want that without giving <br /> tag height automatically increase. Because "My Work" Section is dynamic. It get data dynamycally. By using <br ./> tag i can define the height but that is hard coded/ I need to add further <br /> tags if my rows increased. So that is why i ask that is there any solution that the height automatically increase without using <br /> tag manually which is really a bad approach.

            Comment

            • Dormilich
              Recognized Expert Expert
              • Aug 2008
              • 8694

              #7
              you have to find out, why the table doesn't span the div, I could imagine it's got something to do with the display definitions, but I'm not sure.

              Comment

              • neovantage
                New Member
                • Aug 2008
                • 245

                #8
                i did kinda experiments with that but all in vain. I am badly stuck with that and unable to find out the solution.
                I am already trying to fix that from last 1 month but didn't have the solution. That's why i am here that i definitely get some solution from here.

                Comment

                • drhowarddrfine
                  Recognized Expert Expert
                  • Sep 2006
                  • 7434

                  #9
                  I don't know what a Spry Tabbed Panel is or how this is supposed to look. The markup contains an attribute in the HTML called "wrap" which does not exist. Plus there are other CSS values that are need units applied.

                  Comment

                  • neovantage
                    New Member
                    • Aug 2008
                    • 245

                    #10
                    Will you tell me what CSS values shoudl i aplly and where should i use "wrap"

                    Comment

                    • David Laakso
                      Recognized Expert Contributor
                      • Aug 2008
                      • 397

                      #11
                      Sorry, but it is time to give it up and start over with a clear head and a clean sheet and a simple workable concept. It is, after all 2009, and table-based layouts for non-tabular data are a thing of the past. And this time you can't blame that on your client, since this time you are the client. If you are going to design for your personal screen resolution, try to remember that not everyone in the universe has a 1024 monitor; and, that not all monitors are at 96dpi.

                      Comment

                      • neovantage
                        New Member
                        • Aug 2008
                        • 245

                        #12
                        Yeh right Sir but still Adobe uses table which span the div. Sir Dormilich told me that try to find out why table does not span the div. And According to latest Adobe Spry version There is an option to get the dynamic tabular data into Spry Divs.
                        Here is the URL of the the solution that how to fetch tabular dynamic data in Div's
                        Sir i am not expert like you but still i believe that Table structures are more stable than Div's.

                        Sir i agree one more your point that not all the people in Universe has a 1024 DPI but my personal portfolio is not for every one but for professional organizations where i can show my skills and will be able to told them that whatever i am learning from bytes experts..! and i am really very thankful to them from the core of my heart. Because still they are guide me a lot which are still basics and part of need for me.

                        Kind regards,
                        Mohsin Rafique

                        Comment

                        Working...