|
![]() |
|
| Author |
|
|||||||
|
Lowgoz
Posts: 1011
Location: Brisbane, Queensland
|
Hey guys,
Just f***ing with a website at the moment and it seems that upon a resize of IE window, the image (right alligned in the table) overlaps the text (left aligned in the table). Is there any way / option that im missing that tells the image to not overlap the text?? Image to try and explain what i mean : http://img389.imageshack.us/img389/5025/overlap1tj.th.jpg |
|||||||
| #0 07:33pm 15/10/05 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
mdma
Posts: 1421
Location: Brisbane, Queensland
|
tables are evil. are they in seperate cells?
edit: post a link so we can play with the code. last edited by mdma at 19:58:07 15/Oct/05 |
|||||||
| #1 07:58pm 15/10/05 |
|
|||||||
|
Boxhead
Posts: 11125
Location: Brisbane, Queensland
|
heh bringing down the government josh? :p
|
|||||||
| #2 08:12pm 15/10/05 |
|
|||||||
|
Lowgoz
Posts: 1012
Location: Brisbane, Queensland
|
www.gusrc.org/ronanfinal
i hate it when it does this dammit the error doesn't happen when you use firefox tho, only happens with IE last edited by Lowgoz at 20:16:20 15/Oct/05 |
|||||||
| #3 08:16pm 15/10/05 |
|
|||||||
|
whoop
Posts: 9264
Location: Brisbane, Queensland
|
because IE is evil
I think they meant post your html source so they can check it over for errors/improve it edit: no help but it's fine in opera too. Just put one of those "this site is best viewed with firefox, if you use IE you may be disadvantaged" things on there. Heaps of sites have that crap but with IE instead of FF. About time FF users took back the internet! last edited by whoop at 21:17:22 15/Oct/05 |
|||||||
| #4 09:17pm 15/10/05 |
|
|||||||
|
Lowgoz
Posts: 1013
Location: Brisbane, Queensland
|
i would love to do that, but somehow i dont think my client would like me to :P
|
|||||||
| #5 11:36pm 15/10/05 |
|
|||||||
|
whoop
Posts: 9266
Location: Brisbane, Queensland
|
well then I guess you'll be fixing it all by yourself
edit: It's because you've got the picture in a table or a cell or something, and the text is just like background text. It's like putting an image on a page that has a background image. That image is obviously going to show up over the top of the background. You haven't told the browser that you want the picture beside the text as such, it's just that it happens to go that way in full screen. Put them both in the same table, but seperate cells last edited by whoop at 00:27:32 16/Oct/05 |
|||||||
| #6 12:27am 16/10/05 |
|
|||||||
|
Jim
Posts: 3809
Location: Brisbane, Queensland
|
looks like you've got text floating inside a td along with another actual table. stick border="1" temporarily into your tables so you can easily see what's going on with them - I'm pretty sure that if you wrap that loose text into it's own td (before the td containing the images of course) you won't get that happening.
|
|||||||
| #7 12:30am 16/10/05 |
|
|||||||
|
reso
I can't read
Posts: 3763
Location: Brisbane, Queensland
|
looks like it
|
|||||||
| #8 12:52am 16/10/05 |
|
|||||||
|
Jim
Posts: 3810
Location: Brisbane, Queensland
|
no u r
|
|||||||
| #9 01:02am 16/10/05 |
|
|||||||
|
Obes
Posts: 3737
Location: Brisbane, Queensland
|
Using fireworks ?
|
|||||||
| #10 01:37am 16/10/05 |
|
|||||||
|
Lowgoz
Posts: 1014
Location: Brisbane, Queensland
|
FP :D
|
|||||||
| #11 07:52pm 16/10/05 |
|
|||||||
|
xot
Posts: 72
Location: Brisbane, Queensland
|
it simple, u have used width=100%
change the 100% to a fixed size. eg. 300. ie. 300 pixels. u might also want to use the nowrap tag. |
|||||||
| #12 12:27am 17/10/05 |
|
|||||||
|
rubba-chikin
Posts: 4615
Location: Brisbane, Queensland
|
Or learn CSS for defining page layouts :)
Its a s***load better than tables in most situations. |
|||||||
| #13 07:49am 17/10/05 |
|
|||||||
|
phatmike
Posts: 311
Location: Brisbane, Queensland
|
you definitely need to learn CSS and DIVs ;)
|
|||||||
| #14 10:20am 17/10/05 |
|
|||||||
|
Lowgoz
Posts: 1015
Location: Brisbane, Queensland
|
ended up putting 2 more tables in, one for pic and one for text and it works. Its only gota tide me over till i install the news system
thanks guys! |
|||||||
| #15 01:25pm 17/10/05 |
|
|||||||
|
Reverend Evil
Posts: 12496
Location: Wynnum, Queensland
|
Works fine in IE for me.
|
|||||||
| #16 03:00pm 17/10/05 |
|
|||||||
|
system
|
--
|
|||||||
| #16 |
|
|||||||
|
| ||||||||