weird problem with position and tabs

Reply

Join Date: Aug 2008
Posts: 2
Reputation: emerote is an unknown quantity at this point 
Solved Threads: 0
emerote emerote is offline Offline
Newbie Poster

weird problem with position and tabs

 
0
  #1
Aug 20th, 2008
Hi everyone,

this is my first post so I hope is not a pain

I am using tabs3 as a gallery to show some projects. It works fine in FF and Safari but I am experiencing a weird positioning problem in IE6 (what a surprise ah?). Some content doesn´t position correctly. Every div to hold the "tabs-panel" is exact to the others so they all should be right or wrong I guess.

please see for yourself here:
http://www.tests.net84.net/

Hit the "galeria" menu on the left side of the page and then try the 2nd. link "hermida" for instance (a couple more don´t work either)

Thank in advance
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 47
Reputation: punithapary is an unknown quantity at this point 
Solved Threads: 0
punithapary punithapary is offline Offline
Light Poster

<table>vs<div>

 
0
  #2
Aug 20th, 2008
Hi

Can anyone tell me the Difference between <table> and <div> in html.Pls help me

Thanks and Regards
Punithapary
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 2
Reputation: emerote is an unknown quantity at this point 
Solved Threads: 0
emerote emerote is offline Offline
Newbie Poster

Re: <table>vs<div>

 
0
  #3
Aug 20th, 2008
best you can do is to google your question as there are thousands of iscussions about this matter. Here is one that might help you:
http://forums.digitalpoint.com/showthread.php?t=49097

Anyway you should post a new thread for this as this one is trying to solve a different problem.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 468
Reputation: tiger86 is an unknown quantity at this point 
Solved Threads: 10
tiger86's Avatar
tiger86 tiger86 is offline Offline
Posting Pro in Training

Re: weird problem with position and tabs

 
0
  #4
Aug 24th, 2008
Originally Posted by emerote View Post
Hi everyone,

this is my first post so I hope is not a pain

I am using tabs3 as a gallery to show some projects. It works fine in FF and Safari but I am experiencing a weird positioning problem in IE6 (what a surprise ah?). Some content doesn´t position correctly. Every div to hold the "tabs-panel" is exact to the others so they all should be right or wrong I guess.

please see for yourself here:
http://www.tests.net84.net/

Hit the "galeria" menu on the left side of the page and then try the 2nd. link "hermida" for instance (a couple more don´t work either)

Thank in advance
Welcome to DaniWeb and I love the Website you have but I also think I know why it does not work in IE6 but this is just a wild guess. IE6 is one of the most pickiest browsers so it may not like the _ in the div section like your texto_fullwidth div if you remove the _ it may work.
If I helped you I would appreciate it if you would give me some reputation.
Follow the new Social Network Planet Zuda On twitter. Planet Zuda should go live sometime in 2010.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: weird problem with position and tabs

 
0
  #5
Aug 24th, 2008
There is one big IE incompatibility that happens when you define size styles (width, height) in the same tag that has nonzero surrounding styles (margin, border, padding). It can also happen with images.

FF and the other browsers that follow the W3C standard put the surrounding styles outside the size styles, like this (outside to inside):

margin
border
padding
width/height

IE changes the order of nesting within a single tag, cramming the surrounding styles inside the size styles:

width/height
margin
border
padding

If a set of objects is designed to fit exactly in a given space, it can fail if this order is reversed.
Last edited by MidiMagic; Aug 24th, 2008 at 8:49 pm.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 5
Reputation: Dot Lexine is an unknown quantity at this point 
Solved Threads: 0
Dot Lexine Dot Lexine is offline Offline
Newbie Poster

Re: weird problem with position and tabs

 
0
  #6
Nov 21st, 2008
The template control was initially built up using active panels, but after some testing and failing I removed the active panels and used plain divs. The problem went away (no more duplication of contents). Anyone got a idea why this would happen? I've included the code, and it should be enough to give it a spin.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC