473,403 Members | 2,284 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

table hacking with css

3
hi im trying to use css to format my blog site which only lets me insert css into certain forms, I dont have access or authority to modify the webpage's code. so I was trying to place a certain flash file into a certain table using <div>, but since the flash is large (and i dont want to resize it) the entire table is moving to the left and messing up. This is when I put the <div> code into a form which apparently outputs to a certain table data. if i do an absolute position, the webpage seems to be modifying its code regularly (to make sure ads are still visible) that flash is moving all over the place everyday, so what i want to achieve is to have the <div> inside the table data, and instead of increasing the size of the table, I want my flash to overflow out of the table .... is that possible??
:confused:
Apr 12 '06 #1
5 2158
Banfa
9,065 Expert Mod 8TB
Yes (in theory) set the css

overflow: visiable;

on the element containing the flash file, and possibly a width too.

Alternitively do a

position: relative;

on the table cell

and a

position: absolute;
top: 0px;
left: 0px;

on the element containaing the flash.
Apr 12 '06 #2
julius
3
thanx but i already tried that(overflow), the problem is that it doesnt overflow but increases the width of the table so the table data is streched to the left
Apr 12 '06 #3
julius
3
thanx but i already tried that(overflow), the problem is that it doesnt overflow but increases the width of the table so the table data is streched to the left
was that too stupid or too smart??
Apr 13 '06 #4
Banfa
9,065 Expert Mod 8TB
was that too stupid or too smart??
No it was fine, I just can't think of an answer, it's possible that there isn't one
Apr 18 '06 #5
was that too stupid or too smart??
To use overflow set a fixed width to the element that uses it.
Apr 26 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: ChangAya | last post by:
I use binary log on mysql system. Yesterday i found some hacking attempt on my machine. ( I found some unknown queries on binary log) But i don't get any information about hacking query...
3
by: Selden McCabe | last post by:
Sometimes I want to put a table inside a cell of another table (say, to create 3 equal divisions, etc.). When I want the inner table's edges to correspond exactly with the edges of the cell, I set...
8
by: bob | last post by:
I am writing some code to create new tables in a SQL database. However, I don't want to try to create a table if it already exists. How can I test beforehand to see if a particular named table...
0
by: masterjuan | last post by:
Networks Hacking (hack C:/ drives, severs...)and security holes all on my website & hacking commands and I explain ways of erasing your tracks so you dont get caught doing "bad" things... What do...
2
by: Jody | last post by:
Hi I've been working on a database which basically incorporates 3 tables to describe say a widget which is either sold or leased. I have the Widget table which stores the information related...
6
by: enes naci | last post by:
i would like to know about hacking in python too whether its illegal or not is not the point and anyway it doesn't mean i'm gong to use it.
8
by: diana.ruwanika | last post by:
hey how do you hack in to computers ?
139
by: ravi | last post by:
Hi can anybody tell me that which ds will be best suited to implement a hash table in C/C++ thanx. in advanced
0
by: e.expelliarmus | last post by:
check this out buddies. kool website for: * hacking and anti hacking tricks * anti hackng tricks. * registry tweaks * orkut tricks * small virus * computer tricks and loads of different...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.