|
||||||
| JavaScript and CSS Extensible Markup Language, Java Script, and CSS questions here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
How do I make a table that is unedited by the code of another site? im working on a proxy, and the menu, seems to be disturbed by the code of some random sites, code call, myspace, etc.
Go to Welcome and go to google.com, look at the menu, (menu is whats on top, its a firefox lookalike, it opens in a modeless window if you go to test), after you see how it should look, go to myspace.com, in the same window using the proxy, see how it makes it all bold? How do I stop that, here is my code now. PHP Code:
PHP Code:
|
| Sponsored Links |
|
|
|
|||||
|
Wow CC really messes the menu up!
Well after seeing the CSS of CC I notice somethings: Code:
#slide_area_container {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
You may need to directly apply the CSS to your code, and use a DIV tag to surround the site you are viewing?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
@TcM: I already told him that except I didn't point out the specific CSS. I suggested he change the CSS in the websites that load in his proxy.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
|
|||||
|
Quote:
Quote:
Example CSS PHP Code:
PHP Code:
Not working, test it out, go to Welcome go to google, yahoo, codecall, myspace, etc etc |
|
|||||
|
As did I, Xav.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic Calculator | AfTriX | VB Tutorials | 3 | 02-29-2008 08:53 AM |
| How to add links to your site? | c0de | Tutorials, Classes and Code | 2 | 09-16-2007 01:42 PM |
| Please Help With A C Program!! | siren | C and C++ | 7 | 04-17-2007 08:45 AM |