Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by MONSTERSTYLE
at 2024-08-02 22:24:45
Point:500 Replies:4 POST_ID:828673USER_ID:11564
Topic:
PHP Scripting Language;Cascading Style Sheets (CSS);JavaScript
I've had to install a different slideshow as it was heavily conflicting with Nextgen Gallery.
In doing so, I was able to insure it functions in IE, FF, Chrome and Safari, however... the text to the right of it no longer loads up...
:-(
PierreC, this one is for you!!
http://tinyurl.com/myuzrrb
The issue is in the white box to the right of "We Want to Hear From You!"
There is suppose to be text displayed to the right of the rotating photos... :-
I've spent about 2 hours trying to figure it out, editing css, adding code to css, etc...
In doing so, I was able to insure it functions in IE, FF, Chrome and Safari, however... the text to the right of it no longer loads up...
:-(
PierreC, this one is for you!!
http://tinyurl.com/myuzrrb
The issue is in the white box to the right of "We Want to Hear From You!"
There is suppose to be text displayed to the right of the rotating photos... :-
I've spent about 2 hours trying to figure it out, editing css, adding code to css, etc...
Expert: AdHe5 replied at 2024-08-05 05:14:37
You are welcome! The css box model can be a little tricky sometimes.
Author: MONSTERSTYLE replied at 2024-08-03 09:02:08
Thank you AdHe!!! That did the trick!
Accepted Solution
Expert: AdHe5 replied at 2024-08-03 03:37:09
500 points EXCELLENT
The div with rotator class is too big and push the text in overflow, that is set to be hidden. Setting the rotator floating to the left should solve the problem.
So the .rotator class should be:
.rotator {
position: relative;
float: left;
}
So the .rotator class should be:
.rotator {
position: relative;
float: left;
}
Expert: duncanb7 replied at 2024-08-02 22:59:44
Before answer this thread,
I'd like to confirm what you want
There are three rectangle area
A-"We want to hear from you"
B- Slide show gallary
C- the blank rectangle is at the back of rect B
So,
Rect A has issue, supposed rect A is at inside of rect B and at right side of those photo, Right ?
Rect B is issue just by Rect A issue, otherwise no issue at all if Rect A issue is fixed,
the RECT B will be at the most left of the browser area, Right ?
Issue at rect C, what ?
Pleae help to clarify it first
I'd like to confirm what you want
There are three rectangle area
A-"We want to hear from you"
B- Slide show gallary
C- the blank rectangle is at the back of rect B
So,
Rect A has issue, supposed rect A is at inside of rect B and at right side of those photo, Right ?
Rect B is issue just by Rect A issue, otherwise no issue at all if Rect A issue is fixed,
the RECT B will be at the most left of the browser area, Right ?
Issue at rect C, what ?
Pleae help to clarify it first